Drop Portlet MVC support
This commit also removes the corresponding deprecated Servlet MVC variant and updates DispatcherServlet.properties to point to RequestMappingHandlerMapping/Adapter by default. Issue: SPR-14129
This commit is contained in:
@@ -18,15 +18,14 @@ package org.springframework.core.io;
|
||||
|
||||
/**
|
||||
* Extended interface for a resource that is loaded from an enclosing
|
||||
* 'context', e.g. from a {@link javax.servlet.ServletContext} or a
|
||||
* {@link javax.portlet.PortletContext} but also from plain classpath paths
|
||||
* or relative file system paths (specified without an explicit prefix,
|
||||
* hence applying relative to the local {@link ResourceLoader}'s context).
|
||||
* 'context', e.g. from a {@link javax.servlet.ServletContext} but also
|
||||
* from plain classpath paths or relative file system paths (specified
|
||||
* without an explicit prefix, hence applying relative to the local
|
||||
* {@link ResourceLoader}'s context).
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 2.5
|
||||
* @see org.springframework.web.context.support.ServletContextResource
|
||||
* @see org.springframework.web.portlet.context.PortletContextResource
|
||||
*/
|
||||
public interface ContextResource extends Resource {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user