Skip navigation links
spring-webmvc-portlet
A B C D E F G H I L M N O P R S T U V W X 

A

AbstractController - Class in org.springframework.web.portlet.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class org.springframework.web.portlet.mvc.AbstractController
 
AbstractHandlerExceptionResolver - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
AbstractMapBasedHandlerMapping<K> - Class in org.springframework.web.portlet.handler
Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key.
AbstractMapBasedHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
 
AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate - Interface in org.springframework.web.portlet.handler
Predicate interface for determining a match with a given request.
AbstractRefreshablePortletApplicationContext - Class in org.springframework.web.portlet.context
AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments.
AbstractRefreshablePortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
ACTION_EXCEPTION_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.DispatcherPortlet
This render parameter is used to indicate forward to the render phase that an exception occurred during the action phase.
ACTION_EXCEPTION_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Unlike the Servlet version of this class, we have to deal with the two-phase nature of the portlet request.
ActionMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet action requests onto handler methods.
adaptInterceptor(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
addAllObjects(Map<String, ?>) - Method in class org.springframework.web.portlet.ModelAndView
Add all attributes contained in the provided Map to the model.
addInterceptor(HandlerInterceptor) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addInterceptors(HandlerInterceptor...) - Method in class org.springframework.web.portlet.HandlerExecutionChain
 
addObject(String, Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model.
addObject(Object) - Method in class org.springframework.web.portlet.ModelAndView
Add an attribute to the model using parameter name generation.
addRequiredProperty(String) - Method in class org.springframework.web.portlet.GenericPortletBean
Subclasses can invoke this method to specify that this property (which must match a JavaBean property they expose) is mandatory, and must be supplied as a config parameter.
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
afterCompletion(PortletRequest, PortletResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
Default callback that all "after*" methods delegate to.
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
afterPropertiesSet() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
AnnotationMethodHandlerAdapter - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerAdapter interface that maps handler methods based on portlet modes, action/render phases and request parameters expressed through the RequestMapping annotation.
AnnotationMethodHandlerAdapter() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
AnnotationMethodHandlerExceptionResolver - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerExceptionResolver interface that handles exceptions through the ExceptionHandler annotation.
AnnotationMethodHandlerExceptionResolver() - Constructor for class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Prefix for ApplicationContext ids that refer to portlet name.
applyCacheSeconds(MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Apply the given cache seconds to the render response

B

bind(PortletRequest) - Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
buildLocaleContext(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLogMessage(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occurred during processing the given request.

C

cacheForSeconds(MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Set portlet response to allow caching for the given number of seconds.
check(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(PortletRequest, MimeResponse, int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkMultipart(ActionRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Convert the request into a multipart request, and make multipart resolver available.
checkNotModified(long) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(String, long) - Method in class org.springframework.web.portlet.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
cleanupMultipart(MultipartActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
cleanupMultipart(MultipartActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Cleanup any resources used for the multipart handling, such as storage for any uploaded file(s).
clear() - Method in class org.springframework.web.portlet.ModelAndView
Clear the state of this ModelAndView object.
clearAllRenderParameters(ActionResponse) - Static method in class org.springframework.web.portlet.util.PortletUtils
Clear all the render parameters from the ActionResponse.
closeNoCatch() - Method in class org.springframework.web.portlet.bind.PortletRequestDataBinder
Treats errors as fatal.
CommonsPortletMultipartResolver - Class in org.springframework.web.portlet.multipart
PortletMultipartResolver implementation for Apache Commons FileUpload 1.2 or above.
CommonsPortletMultipartResolver() - Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for use as bean.
CommonsPortletMultipartResolver(PortletContext) - Constructor for class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Constructor for standalone usage.
ConfigurablePortletApplicationContext - Interface in org.springframework.web.portlet.context
Interface to be implemented by configurable portlet application contexts.
Controller - Interface in org.springframework.web.portlet.mvc
Base portlet Controller interface, representing a component that receives RenderRequest/RenderResponse and ActionRequest/ActionResponse like a Portlet but is able to participate in an MVC workflow.
createBinder(PortletRequest, Object, String) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Template method for creating a new PortletRequestDataBinder instance.
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Create a default strategy.
createEnvironment() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Create and return a new StandardPortletEnvironment.
createEnvironment() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
createEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
Create and return a new StandardPortletEnvironment.
createPortletApplicationContext(ApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Instantiate the Portlet ApplicationContext for this portlet, either a default XmlPortletApplicationContext or a custom context class if set.
createRelative(String) - Method in class org.springframework.web.portlet.context.PortletContextResource
 
customizeBeanFactory(DefaultListableBeanFactory) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
customizePropertySources(MutablePropertySources) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
Customize the set of property sources with those contributed by superclasses as well as those appropriate for standard portlet-based environments: "portletConfigInitParams" "portletContextInitParams" "servletContextInitParams" "jndiProperties"

D

DEFAULT_CONFIG_LOCATION - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONTEXT_CLASS - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Default context class for FrameworkPortlet.
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_NAMESPACE_SUFFIX - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Suffix for Portlet ApplicationContext namespaces.
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
Request parameter name to use for mapping to handlers
DEFAULT_PARAMETER_NAME - Static variable in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PREFIX_SEPARATOR - Static variable in class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Default prefix separator
DEFAULT_USERINFO_ATTRIBUTE_NAMES - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Default USER_INFO attribute names to search for the current username: "user.login.id", "user.name".
DEFAULT_VIEW_RENDERER_URL - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Default URL to ViewRendererServlet.
DefaultAnnotationHandlerMapping - Class in org.springframework.web.portlet.mvc.annotation
Implementation of the HandlerMapping interface that maps handlers based on portlet modes expressed through the RequestMapping annotation at the type or method level.
DefaultAnnotationHandlerMapping() - Constructor for class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
 
DefaultMultipartActionRequest - Class in org.springframework.web.portlet.multipart
Default implementation of the MultipartActionRequest interface.
DefaultMultipartActionRequest(ActionRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartActionRequest(ActionRequest) - Constructor for class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
destroy() - Method in class org.springframework.web.portlet.context.PortletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class org.springframework.web.portlet.FrameworkPortlet
Close the ApplicationContext of this portlet.
destroy() - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class org.springframework.web.portlet.context.PortletRequestAttributes
Constant identifying the String prefixed to the name of a destruction callback when it is stored in a PortletSession.
detectHandlerMethods(Class<?>, String, RequestMapping) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Derive portlet mode mappings from the handler's method-level mappings.
detectHandlers() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
determineEncoding(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Determine the encoding for the given request.
determineViewName(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, searching the "exceptionMappings", using the "defaultErrorView" as fallback.
DispatcherPortlet - Class in org.springframework.web.portlet
Central dispatcher for use within the Portlet MVC framework, e.g.
DispatcherPortlet() - Constructor for class org.springframework.web.portlet.DispatcherPortlet
 
doActionService(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for action requests.
doActionService(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of action request handling.
doDispatch(PortletRequestDispatcher, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Perform a dispatch on the given PortletRequestDispatcher.
doDispatch(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Delegate render requests to processRequest/doRenderService.
doEventService(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for event requests.
doEventService(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of event request handling.
doFindPathMatchingFileResources(Resource, String) - Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Overridden version which checks for PortletContextResource and uses PortletContext.getResourcePaths to find matching resources below the web application root directory.
doHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
doRender(View, Map<String, ?>, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Actually render the given view.
doRenderService(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for render requests.
doRenderService(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of render request handling.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doResourceService(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Processes the actual dispatching to the handler for resource requests.
doResourceService(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Subclasses must implement this method to do the work of resource request handling.
doRetrieveMatchingPortletContextResources(PortletContext, String, String, Set<Resource>) - Method in class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Recursively retrieve PortletContextResources that match the given pattern, adding them to the given result set.

E

equals(Object) - Method in class org.springframework.web.portlet.context.PortletContextResource
 
EventAwareController - Interface in org.springframework.web.portlet.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 event requests as well.
EventMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet event requests onto handler methods.
exists() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation checks PortletContext.getResource.
exposeActionException(PortletRequest, StateAwareResponse, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Expose the given action exception to the given response.
exposeRequestAttributes(PortletRequest, Map<String, ?>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Expose the given Map as request attributes, using the keys as attribute names and the values as corresponding attribute values.
extendInterceptors(List<?>) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object[])).

F

findMatchingViewName(Properties, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings
FrameworkPortlet - Class in org.springframework.web.portlet
Base portlet for Spring's portlet framework.
FrameworkPortlet() - Constructor for class org.springframework.web.portlet.FrameworkPortlet
 

G

GenericPortletBean - Class in org.springframework.web.portlet
Simple extension of javax.portlet.GenericPortlet that treats its config parameters as bean properties.
GenericPortletBean() - Constructor for class org.springframework.web.portlet.GenericPortletBean
 
get(String, ObjectFactory<?>) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
getAdaptedInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getApplicationName() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getAttributeNames(int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(PortletRequest, String, boolean) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getCacheSeconds() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Return the number of seconds that content is cached.
getConfigLocations() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getConfigLocations() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getContextClass() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the custom context class.
getContextConfigLocation() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the explicit context config location, if any.
getContextPath() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getConversationId() - Method in class org.springframework.web.portlet.context.PortletContextScope
 
getCookie(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Retrieve the first cookie with the given name.
getDefaultConfigLocations() - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
The default location for the root context is "/WEB-INF/applicationContext.xml", and "/WEB-INF/test-portlet.xml" for a context with the namespace "test-portlet" (like for a DispatcherPortlet instance with the portlet-name "test").
getDefaultHandler() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultStrategies(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the default strategy object for the given strategy interface.
getDepth(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDescription() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
getDescription(boolean) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(PortletRequest, String, double) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of double parameters, return an empty array if not found.
getEnvironment() - Method in class org.springframework.web.portlet.GenericPortletBean
getFile() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation resolves "file:" URLs or alternatively delegates to PortletContext.getRealPath, throwing a FileNotFoundException if not found or not resolvable.
getFile(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFilename() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getFileNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFiles(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(PortletRequest, String, float) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of float parameters, return an empty array if not found.
getHandledExceptions(Method) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Returns all the exception classes handled by the given method.
getHandler(PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the HandlerExecutionChain for this request.
getHandler(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Look up a handler for the given request, falling back to the default handler if no specific one is found.
getHandler() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Return the handler object to execute.
getHandler(PortletRequest) - Method in interface org.springframework.web.portlet.HandlerMapping
Return a handler and any interceptors for this request.
getHandlerAdapter(Object) - Method in class org.springframework.web.portlet.DispatcherPortlet
Return the HandlerAdapter for this handler object.
getHandlerExecutionChain(Object, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Determines a handler for the computed lookup key for the given request.
getHeader(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHeaderNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getHeaderValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getInputStream() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, but throws a FileNotFoundException if not found.
getInterceptors() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an int parameter, with a fallback value.
getIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of int parameters, return an empty array if not found.
getLocale() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(PortletRequest, String, long) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a long parameter, with a fallback value.
getLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Build a lookup key for the given request.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Uses the value of the specified parameter as lookup key.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Uses the current PortletMode as lookup key.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Returns a lookup key that combines the current PortletMode and the current value of the specified parameter.
getLookupKey(PortletRequest) - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Uses the current PortletMode as lookup key.
getMessage() - Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
 
getMethod() - Method in exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getModel() - Method in class org.springframework.web.portlet.ModelAndView
Return the model map.
getModelAndView(String, Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView(String, Exception) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView() - Method in exception org.springframework.web.portlet.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelInternal() - Method in class org.springframework.web.portlet.ModelAndView
Return the model map.
getModelMap() - Method in class org.springframework.web.portlet.ModelAndView
Return the underlying ModelMap instance (never null).
getMultiFileMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getMultipartContentType(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getMultipartFiles() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartParameterContentTypes() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartResolver() - Method in class org.springframework.web.portlet.DispatcherPortlet
Obtain this portlet's PortletMultipartResolver, if any.
getNamespace() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getNamespace() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getNamespace() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the namespace for this portlet, falling back to default scheme if no custom namespace was set.
getNativeRequest() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeRequest(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeRequest(PortletRequest, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return an appropriate request object of the specified type, if available, unwrapping the given request as far as necessary.
getNativeResponse() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeResponse(Class<T>) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getNativeResponse(PortletResponse, Class<T>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return an appropriate response object of the specified type, if available, unwrapping the given response as far as necessary.
getOrCreateSessionAttribute(PortletSession, String, Class<?>) - Static method in class org.springframework.web.portlet.util.PortletUtils
Get the specified session attribute under the PortletSession.PORTLET_SCOPE, creating and setting a new attribute if no existing found.
getOrCreateSessionAttribute(PortletSession, String, Class<?>, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Get the specified session attribute in the given scope, creating and setting a new attribute if no existing found.
getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
getOrder() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
 
getOrder() - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
getParameter(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameter(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameterMap() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterMap() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParameterName() - Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Return the name of the offending parameter.
getParameterNames() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterNames() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getParametersStartingWith(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return a map containing all parameters with the given prefix.
getParameterType() - Method in exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Return the expected type of the offending parameter.
getParameterValues(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getParameterValues(String) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
 
getPath() - Method in class org.springframework.web.portlet.context.PortletContextResource
Return the path for this resource.
getPathWithinContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
getPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return this portlet's ApplicationContext.
getPortletConfig() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getPortletConfig() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the PortletConfig for this portlet application context, if any.
getPortletConfig() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getPortletContext() - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Return the standard Portlet API PortletContext for this application.
getPortletContext() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Return the current PortletContext.
getPortletContext() - Method in class org.springframework.web.portlet.context.PortletContextResource
Return the PortletContext for this resource.
getPortletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class org.springframework.web.portlet.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getPortletContextAttributeName() - Method in class org.springframework.web.portlet.FrameworkPortlet
Return the PortletContext attribute name for this portlets's ApplicationContext.
getPortletMode() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the mode of the portlet request (usually 'view', 'edit', or 'help').
getPortletName() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the name of the portlet that handled the request.
getPortletName() - Method in class org.springframework.web.portlet.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getProperty(String) - Method in class org.springframework.web.portlet.context.PortletConfigPropertySource
 
getProperty(String) - Method in class org.springframework.web.portlet.context.PortletContextPropertySource
 
getPropertyNames() - Method in class org.springframework.web.portlet.context.PortletConfigPropertySource
 
getPropertyNames() - Method in class org.springframework.web.portlet.context.PortletContextPropertySource
 
getRealPath(PortletContext, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the real path of the given path within the web application, as provided by the portlet container.
getRemoteUser() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getRequest() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the native PortletRequest that we're wrapping.
getRequestType() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
Return the type of Portlet Request ('action' or 'render').
getRequiredBooleanParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a boolean parameter, throwing an exception if it isn't found or isn't a boolean.
getRequiredBooleanParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of boolean parameters, throwing an exception if not found or one isn't a boolean.
getRequiredDoubleParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a double parameter, throwing an exception if it isn't found or isn't a number.
getRequiredDoubleParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of double parameters, throwing an exception if not found or one is not a number.
getRequiredFloatParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a float parameter, throwing an exception if it isn't found or isn't a number.
getRequiredFloatParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of float parameters, throwing an exception if not found or one is not a number.
getRequiredIntParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an int parameter, throwing an exception if it isn't found or isn't a number.
getRequiredIntParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of int parameters, throwing an exception if not found or one is not a number..
getRequiredLongParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a long parameter, throwing an exception if it isn't found or isn't a number.
getRequiredLongParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of long parameters, throwing an exception if not found or one is not a number.
getRequiredSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name under the PortletSession.PORTLET_SCOPE.
getRequiredSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getRequiredStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, throwing an exception if it isn't found or is empty.
getRequiredStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of String parameters, throwing an exception if not found or one is empty.
getRequiredWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.PortletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResponse() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the native PortletResponse that we're wrapping (if any).
getServletContext() - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
getServletContext() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
getSession(boolean) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Exposes the PortletSession that we're wrapping.
getSessionAttribute(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name under the PortletSession.PORTLET_SCOPE.
getSessionAttribute(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getSessionId() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getSessionMutex() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
getSessionMutex(PortletSession) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the best available mutex for the given session: that is, an object to synchronize on for the given session.
getShortDescription() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
getStringParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(PortletRequest, String, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get a String parameter, with a fallback value.
getStringParameters(PortletRequest, String) - Static method in class org.springframework.web.portlet.bind.PortletRequestUtils
Get an array of String parameters, return an empty array if not found.
getSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the full name of a specific input type="submit" parameter if it was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
getSupportedMethods() - Method in exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known.
getTargetPage(PortletRequest, String, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the target page specified in the request.
getTempDir() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
Return the temporary directory for the current web application, as provided by the portlet container.
getTitle(RenderRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Overridden for friendlier behavior in unit tests.
getURL() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResource, but throws a FileNotFoundException if no resource found.
getUsernameForRequest(PortletRequest) - Method in class org.springframework.web.portlet.FrameworkPortlet
Determine the username for the given request.
getUserPrincipal() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
getView() - Method in class org.springframework.web.portlet.ModelAndView
Return the View object, or null if we are using a view name to be resolved by the DispatcherPortlet via a ViewResolver.
getViewName() - Method in class org.springframework.web.portlet.ModelAndView
Return the view name to be resolved by the DispatcherPortlet via a ViewResolver, or null if we are using a view object.
getViewName() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Return the name of the view to delegate to.
getWebApplicationContext(PortletContext) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.

H

handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this action request.
handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleActionRequest(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
 
handleActionRequest(ActionRequest, ActionResponse) - Method in interface org.springframework.web.portlet.mvc.Controller
Process the action request.
handleActionRequest(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.PortletModeNameViewController
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
Subclasses are meant to override this method if the controller is expected to handle action requests.
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleEvent(EventRequest, EventResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this event request.
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleEventRequest(EventRequest, EventResponse) - Method in interface org.springframework.web.portlet.mvc.EventAwareController
Process the event request.
handleEventRequest(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleNotAuthorized(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - Interface in org.springframework.web.portlet
Portlet MVC framework SPI interface, allowing parameterization of core MVC workflow.
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleRender(RenderRequest, RenderResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this render request.
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleRenderRequest(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
 
handleRenderRequest(RenderRequest, RenderResponse) - Method in interface org.springframework.web.portlet.mvc.Controller
Process the render request and return a ModelAndView object which the DispatcherPortlet will render.
handleRenderRequest(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.PortletModeNameViewController
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.AbstractController
Subclasses are meant to override this method if the controller is expected to handle render requests.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Use the given handler to handle this resource request.
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
handleResourceRequest(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
handleResourceRequest(ResourceRequest, ResourceResponse) - Method in interface org.springframework.web.portlet.mvc.ResourceAwareController
Process the resource request and return a ModelAndView object which the DispatcherPortlet will render.
HandlerExceptionResolver - Interface in org.springframework.web.portlet
Interface to be implemented by objects than can resolve exceptions thrown during handler mapping or execution, in the typical case to error views.
HandlerExecutionChain - Class in org.springframework.web.portlet
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - Constructor for class org.springframework.web.portlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor...) - Constructor for class org.springframework.web.portlet.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerInterceptor - Interface in org.springframework.web.portlet
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - Constructor for class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
 
HandlerMapping - Interface in org.springframework.web.portlet
Interface to be implemented by objects that define a mapping between requests and handler objects.
hashCode() - Method in class org.springframework.web.portlet.context.PortletContextResource
 
hasSubmitParameter(PortletRequest, String) - Static method in class org.springframework.web.portlet.util.PortletUtils
Check if a specific input type="submit" parameter was sent in the request, either via a button (directly with name) or via an image (name + ".x" or name + ".y").
hasView() - Method in class org.springframework.web.portlet.ModelAndView
Indicate whether or not this ModelAndView has a view, either as a view name or as a direct view instance.

I

IMPLICIT_MODEL_RENDER_PARAMETER - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
IMPLICIT_MODEL_SESSION_ATTRIBUTE - Static variable in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
init() - Method in class org.springframework.web.portlet.GenericPortletBean
Map config parameters onto bean properties of this portlet, and invoke subclass initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.annotation.DefaultAnnotationHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanWrapper(BeanWrapper) - Method in class org.springframework.web.portlet.GenericPortletBean
Initialize the BeanWrapper for this GenericPortletBean, possibly with custom editors.
initFrameworkPortlet() - Method in class org.springframework.web.portlet.FrameworkPortlet
This method will be invoked after any bean properties have been set and the ApplicationContext has been loaded.
initializeMultipart() - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Lazily initialize the multipart request, if possible.
initInterceptors() - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Initialize the specified interceptors, adapting them where necessary.
initPortletApplicationContext() - Method in class org.springframework.web.portlet.FrameworkPortlet
Initialize and publish the Portlet ApplicationContext for this portlet.
initPortletBean() - Method in class org.springframework.web.portlet.FrameworkPortlet
Overridden method of GenericPortletBean, invoked after any bean properties have been set.
initPortletBean() - Method in class org.springframework.web.portlet.GenericPortletBean
Subclasses may override this to perform custom initialization.
initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig) - Static method in class org.springframework.web.portlet.context.PortletApplicationContextUtils
Replace Servlet- and Portlet-based stub property sources with actual instances populated with the given servletContext, portletContext and portletConfig objects.
initPropertySources(ServletContext, PortletContext, PortletConfig) - Method in class org.springframework.web.portlet.context.StandardPortletEnvironment
Replace any stub property source instances acting as placeholders with real portlet context/config property sources using the given parameters.
initPropertySources() - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
initStrategies(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
Refresh the strategy objects that this portlet uses.
isContextRequired() - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isEmpty() - Method in class org.springframework.web.portlet.ModelAndView
Return whether this ModelAndView object is empty, i.e.
isMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
isMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Determine if the given request contains multipart content.
isReadable() - Method in class org.springframework.web.portlet.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, which returns null in case of a non-readable resource (e.g.
isReference() - Method in class org.springframework.web.portlet.ModelAndView
Return whether we use a view reference, i.e.
isRenderWhenMinimized() - Method in class org.springframework.web.portlet.mvc.AbstractController
Return whether controller will render when portlet is minimized.
isRequireSession() - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Return whether a session is required to handle requests.
isSecure() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
isSynchronizeOnSession() - Method in class org.springframework.web.portlet.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isUserInRole(String) - Method in class org.springframework.web.portlet.context.PortletWebRequest
 

L

loadBeanDefinitions(DefaultListableBeanFactory) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Loads the bean definitions via an XmlBeanDefinitionReader.
loadBeanDefinitions(XmlBeanDefinitionReader) - Method in class org.springframework.web.portlet.context.XmlPortletApplicationContext
Load the bean definitions with the given XmlBeanDefinitionReader.
logException(Exception, PortletRequest) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Log the given exception at warn level, provided that warn logging has been activated through the "warnLogCategory" property.
logger - Variable in class org.springframework.web.portlet.GenericPortletBean
Logger available to subclasses
logger - Variable in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Logger available to subclasses

M

match(PortletRequest) - Method in interface org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Determine whether the given request matches this predicate.
MissingPortletRequestParameterException - Exception in org.springframework.web.portlet.bind
PortletRequestBindingException subclass that indicates a missing parameter.
MissingPortletRequestParameterException(String, String) - Constructor for exception org.springframework.web.portlet.bind.MissingPortletRequestParameterException
Constructor for MissingPortletRequestParameterException.
ModelAndView - Class in org.springframework.web.portlet
Holder for both Model and View in the web MVC framework.
ModelAndView() - Constructor for class org.springframework.web.portlet.ModelAndView
Default constructor for bean-style usage: populating bean properties instead of passing in constructor arguments.
ModelAndView(String) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(Object) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(String, Map<String, ?>) - Constructor for class org.springframework.web.portlet.ModelAndView
Create a new ModelAndView given a view name and a model.
ModelAndView(Object, Map<String, ?>) - Constructor for class org.springframework.web.portlet.ModelAndView
Create a new ModelAndView given a View object and a model.
ModelAndView(String, String, Object) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndView(Object, String, Object) - Constructor for class org.springframework.web.portlet.ModelAndView
Convenient constructor to take a single model object.
ModelAndViewDefiningException - Exception in org.springframework.web.portlet
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - Constructor for exception org.springframework.web.portlet.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
MULTIPART_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the PortletMultipartResolver object in the bean factory for this namespace.
MultipartActionRequest - Interface in org.springframework.web.portlet.multipart
Interface which provides additional methods for dealing with multipart content within a portlet request, allowing to access uploaded files.

N

newFileUpload(FileItemFactory) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Initialize the underlying org.apache.commons.fileupload.portlet.PortletFileUpload instance.
noHandlerFound(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
No handler found -> throw appropriate exception.
NoHandlerFoundException - Exception in org.springframework.web.portlet
Exception to be thrown if DispatcherPortlet is unable to determine a corresponding handler for an incoming portlet request.
NoHandlerFoundException(String) - Constructor for exception org.springframework.web.portlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.
NoHandlerFoundException(String, PortletRequest) - Constructor for exception org.springframework.web.portlet.NoHandlerFoundException
Constructor for NoHandlerFoundException.

O

onApplicationEvent(ContextRefreshedEvent) - Method in class org.springframework.web.portlet.FrameworkPortlet
ApplicationListener endpoint that receives events from this servlet's WebApplicationContext.
onRefresh(ApplicationContext) - Method in class org.springframework.web.portlet.DispatcherPortlet
onRefresh(ApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Template method which can be overridden to add portlet-specific refresh work.
org.springframework.web.portlet - package org.springframework.web.portlet
Provides JSR-286 portlets that integrate with the application context infrastructure, and the core interfaces and classes for the Portlet variant of Spring's web MVC framework.
org.springframework.web.portlet.bind - package org.springframework.web.portlet.bind
Provides Portlet-specific data binding functionality.
org.springframework.web.portlet.bind.annotation - package org.springframework.web.portlet.bind.annotation
Annotations for binding portlet requests to handler methods.
org.springframework.web.portlet.context - package org.springframework.web.portlet.context
Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes.
org.springframework.web.portlet.handler - package org.springframework.web.portlet.handler
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
org.springframework.web.portlet.multipart - package org.springframework.web.portlet.multipart
Multipart resolution framework for handling file uploads.
org.springframework.web.portlet.mvc - package org.springframework.web.portlet.mvc
Standard controller implementations for the Portlet MVC framework that comes with Spring.
org.springframework.web.portlet.mvc.annotation - package org.springframework.web.portlet.mvc.annotation
Support package for annotation-based Portlet MVC controllers.
org.springframework.web.portlet.util - package org.springframework.web.portlet.util
Miscellaneous Portlet utility classes.

P

PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Log category to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Additional logger to use when no mapped handler is found for a request.
ParameterHandlerMapping - Class in org.springframework.web.portlet.handler
Implementation of the HandlerMapping to map from a request parameter to request handler beans.
ParameterHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.ParameterHandlerMapping
 
ParameterizableViewController - Class in org.springframework.web.portlet.mvc
Trivial controller that always returns a named view.
ParameterizableViewController() - Constructor for class org.springframework.web.portlet.mvc.ParameterizableViewController
 
ParameterMappingInterceptor - Class in org.springframework.web.portlet.handler
Interceptor to forward a request parameter from the ActionRequest to the RenderRequest.
ParameterMappingInterceptor() - Constructor for class org.springframework.web.portlet.handler.ParameterMappingInterceptor
 
parseRequest(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Parse the given portlet request, resolving its multipart elements.
passAllParametersToRenderPhase(ActionRequest, ActionResponse) - Static method in class org.springframework.web.portlet.util.PortletUtils
Pass all the action request parameters to the render phase by putting them into the action response object.
PORTLET_CONFIG_BEAN_NAME - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Name of the PortletConfig environment bean in the factory.
PORTLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.portlet.context.StandardPortletEnvironment
Portlet config init parameters property source name: "portletConfigInitParams"
PORTLET_CONTEXT_BEAN_NAME - Static variable in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Name of the PortletContext environment bean in the factory.
PORTLET_CONTEXT_PREFIX - Static variable in class org.springframework.web.portlet.FrameworkPortlet
Prefix for the PortletContext attribute for the Portlet ApplicationContext.
PORTLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class org.springframework.web.portlet.context.StandardPortletEnvironment
Portlet context init parameters property source name: "portletContextInitParams"
PortletApplicationContextUtils - Class in org.springframework.web.portlet.context
Convenience methods for retrieving the root WebApplicationContext for a given PortletContext.
PortletApplicationContextUtils() - Constructor for class org.springframework.web.portlet.context.PortletApplicationContextUtils
 
PortletApplicationObjectSupport - Class in org.springframework.web.portlet.context
Convenient superclass for application objects running in a Portlet ApplicationContext.
PortletApplicationObjectSupport() - Constructor for class org.springframework.web.portlet.context.PortletApplicationObjectSupport
 
PortletConfigAware - Interface in org.springframework.web.portlet.context
Interface to be implemented by any object that wishes to be notified of the PortletConfig (typically determined by the PortletApplicationContext) that it runs in.
PortletConfigPropertySource - Class in org.springframework.web.portlet.context
PropertySource that reads init parameters from a PortletConfig object.
PortletConfigPropertySource(String, PortletConfig) - Constructor for class org.springframework.web.portlet.context.PortletConfigPropertySource
 
PortletContentGenerator - Class in org.springframework.web.portlet.handler
Convenient superclass for any kind of web content generator, like AbstractController.
PortletContentGenerator() - Constructor for class org.springframework.web.portlet.handler.PortletContentGenerator
 
PortletContextAware - Interface in org.springframework.web.portlet.context
Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in.
PortletContextAwareProcessor - Class in org.springframework.web.portlet.context
BeanPostProcessor implementation that passes the PortletContext to beans that implement the PortletContextAware interface.
PortletContextAwareProcessor(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given context.
PortletContextAwareProcessor(PortletConfig) - Constructor for class org.springframework.web.portlet.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given config.
PortletContextAwareProcessor(PortletContext, PortletConfig) - Constructor for class org.springframework.web.portlet.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given context and config.
PortletContextPropertySource - Class in org.springframework.web.portlet.context
PropertySource that reads init parameters from a PortletContext object.
PortletContextPropertySource(String, PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextPropertySource
 
PortletContextResource - Class in org.springframework.web.portlet.context
Resource implementation for PortletContext resources, interpreting relative paths within the portlet application root directory.
PortletContextResource(PortletContext, String) - Constructor for class org.springframework.web.portlet.context.PortletContextResource
Create a new PortletContextResource.
PortletContextResourceLoader - Class in org.springframework.web.portlet.context
ResourceLoader implementation that resolves paths as PortletContext resources, for use outside a Portlet ApplicationContext (for example, in a GenericPortletBean subclass).
PortletContextResourceLoader(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextResourceLoader
Create a new PortletContextResourceLoader.
PortletContextResourcePatternResolver - Class in org.springframework.web.portlet.context
PortletContext-aware subclass of PathMatchingResourcePatternResolver, able to find matching resources below the web application root directory via Portlet API's PortletContext.getResourcePaths.
PortletContextResourcePatternResolver(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Create a new PortletContextResourcePatternResolver.
PortletContextResourcePatternResolver(ResourceLoader) - Constructor for class org.springframework.web.portlet.context.PortletContextResourcePatternResolver
Create a new PortletContextResourcePatternResolver.
PortletContextScope - Class in org.springframework.web.portlet.context
Scope wrapper for a PortletContext, i.e.
PortletContextScope(PortletContext) - Constructor for class org.springframework.web.portlet.context.PortletContextScope
Create a new Scope wrapper for the given PortletContext.
PortletModeHandlerMapping - Class in org.springframework.web.portlet.handler
Implementation of the HandlerMapping interface to map from the current PortletMode to request handler beans.
PortletModeHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.PortletModeHandlerMapping
 
PortletModeNameViewController - Class in org.springframework.web.portlet.mvc
Trivial controller that transforms the PortletMode to a view name.
PortletModeNameViewController() - Constructor for class org.springframework.web.portlet.mvc.PortletModeNameViewController
 
PortletModeParameterHandlerMapping - Class in org.springframework.web.portlet.handler
Implementation of the HandlerMapping interface to map from the current PortletMode and a request parameter to request handler beans.
PortletModeParameterHandlerMapping() - Constructor for class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
 
PortletMultipartResolver - Interface in org.springframework.web.portlet.multipart
Portlet version of Spring's multipart resolution strategy for file uploads as defined in RFC 1867.
PortletRequestAttributes - Class in org.springframework.web.portlet.context
Portlet-based implementation of the RequestAttributes interface.
PortletRequestAttributes(PortletRequest) - Constructor for class org.springframework.web.portlet.context.PortletRequestAttributes
Create a new PortletRequestAttributes instance for the given request.
PortletRequestAttributes(PortletRequest, PortletResponse) - Constructor for class org.springframework.web.portlet.context.PortletRequestAttributes
Create a new PortletRequestAttributes instance for the given request.
PortletRequestBindingException - Exception in org.springframework.web.portlet.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
PortletRequestBindingException(String) - Constructor for exception org.springframework.web.portlet.bind.PortletRequestBindingException
Constructor for PortletRequestBindingException.
PortletRequestBindingException(String, Throwable) - Constructor for exception org.springframework.web.portlet.bind.PortletRequestBindingException
Constructor for PortletRequestBindingException.
PortletRequestDataBinder - Class in org.springframework.web.portlet.bind
Special DataBinder to perform data binding from portlet request parameters to JavaBeans, including support for multipart files.
PortletRequestDataBinder(Object) - Constructor for class org.springframework.web.portlet.bind.PortletRequestDataBinder
Create a new PortletRequestDataBinder instance, with default object name.
PortletRequestDataBinder(Object, String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestDataBinder
Create a new PortletRequestDataBinder instance.
PortletRequestHandledEvent - Class in org.springframework.web.portlet.context
Portlet-specific subclass of RequestHandledEvent, adding portlet-specific context information.
PortletRequestHandledEvent(Object, String, String, String, String, String, long) - Constructor for class org.springframework.web.portlet.context.PortletRequestHandledEvent
Create a new PortletRequestHandledEvent.
PortletRequestHandledEvent(Object, String, String, String, String, String, long, Throwable) - Constructor for class org.springframework.web.portlet.context.PortletRequestHandledEvent
Create a new PortletRequestHandledEvent.
PortletRequestMethodNotSupportedException - Exception in org.springframework.web.portlet.handler
Exception thrown when a request handler does not support a specific request method.
PortletRequestMethodNotSupportedException(String) - Constructor for exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestMethodNotSupportedException(String, String[]) - Constructor for exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestMethodNotSupportedException(String[]) - Constructor for exception org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestParameterPropertyValues - Class in org.springframework.web.portlet.bind
PropertyValues implementation created from parameters in a PortletRequest.
PortletRequestParameterPropertyValues(PortletRequest) - Constructor for class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues using no prefix (and hence, no prefix separator).
PortletRequestParameterPropertyValues(PortletRequest, String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
PortletRequestParameterPropertyValues(PortletRequest, String, String) - Constructor for class org.springframework.web.portlet.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues supplying both prefix and prefix separator.
PortletRequestUtils - Class in org.springframework.web.portlet.bind
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
PortletRequestUtils() - Constructor for class org.springframework.web.portlet.bind.PortletRequestUtils
 
PortletSessionRequiredException - Exception in org.springframework.web.portlet.handler
Exception thrown when a portlet content generator requires a pre-existing session.
PortletSessionRequiredException(String) - Constructor for exception org.springframework.web.portlet.handler.PortletSessionRequiredException
Create a new PortletSessionRequiredException.
PortletUtils - Class in org.springframework.web.portlet.util
Miscellaneous utilities for portlet applications.
PortletUtils() - Constructor for class org.springframework.web.portlet.util.PortletUtils
 
PortletWebRequest - Class in org.springframework.web.portlet.context
WebRequest adapter for a PortletRequest.
PortletWebRequest(PortletRequest) - Constructor for class org.springframework.web.portlet.context.PortletWebRequest
Create a new PortletWebRequest instance for the given request.
PortletWebRequest(PortletRequest, PortletResponse) - Constructor for class org.springframework.web.portlet.context.PortletWebRequest
Create a new PortletWebRequest instance for the given request/response pair.
PortletWrappingController - Class in org.springframework.web.portlet.mvc
Controller implementation that wraps a portlet instance which it manages internally.
PortletWrappingController() - Constructor for class org.springframework.web.portlet.mvc.PortletWrappingController
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.portlet.context.PortletContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
Register request/session scopes, a PortletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
Register request/session scopes, a PortletContextAwareProcessor, etc.
postProcessBeforeDestruction(Object, String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.portlet.context.PortletContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
postProcessPortletApplicationContext(ConfigurableApplicationContext) - Method in class org.springframework.web.portlet.FrameworkPortlet
Post-process the given Portlet ApplicationContext before it is refreshed and activated as context for this portlet.
preHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
Default callback that all "pre*" methods delegate to.
preHandle(PortletRequest, PortletResponse, Object) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
If request is an ActionRequest, get handler mapping parameter and add it to the ActionResponse.
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleAction(ActionRequest, ActionResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the action phase.
preHandleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleEvent(EventRequest, EventResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleEvent(EventRequest, EventResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the action phase.
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleRender(RenderRequest, RenderResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.HandlerInterceptorAdapter
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
 
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in interface org.springframework.web.portlet.HandlerInterceptor
Intercept the execution of a handler in the render phase.
preventCaching(MimeResponse) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Prevent the render response from being cached.
processAction(ActionRequest, ActionResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Delegate action requests to processRequest/doActionService.
processEvent(EventRequest, EventResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
 
processHandlerException(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processHandlerException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.DispatcherPortlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processRequest(PortletRequest, PortletResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
Process this request, publishing an event regardless of the outcome.

R

refresh() - Method in class org.springframework.web.portlet.FrameworkPortlet
Refresh this portlet's application context, as well as the dependent state of the portlet.
registerDestructionCallback(String, Runnable) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
registerDestructionCallback(String, Runnable, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
registerHandler(K, Object) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Register the given handler instance for the given parameter value.
registerHandler(K, Object, AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Register the given handler instance for the given parameter value.
registerHandler(PortletMode, Map<String, ?>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Register all handlers specified in the given parameter map.
registerHandler(PortletMode, String, Object) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Register the given handler instance for the given PortletMode and parameter value, under an appropriate lookup key.
registerHandlers(Map<K, ?>) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHandlersByMode(Map<String, Object>) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHandlersByModeAndParameter(Map<String, Map<String, ?>>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerSessionDestructionCallback(String, Runnable) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Register the given callback as to be executed after session termination.
remove(String) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
removeAttribute(String, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
render(ModelAndView, PortletRequest, MimeResponse) - Method in class org.springframework.web.portlet.DispatcherPortlet
Render the given ModelAndView.
RenderMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet render requests onto handler methods.
requiresDestruction(Object) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves common method arguments.
resolveContextualObject(String) - Method in class org.springframework.web.portlet.context.PortletContextScope
 
resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Checks whether this resolver is supposed to apply (i.e.
resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface org.springframework.web.portlet.HandlerExceptionResolver
Try to resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
resolveMultipart(ActionRequest) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
resolveMultipart(ActionRequest) - Method in interface org.springframework.web.portlet.multipart.PortletMultipartResolver
Parse the given portlet request into multipart files and parameters, and wrap the request inside a MultipartActionRequest object that provides access to file descriptors and makes contained parameters accessible via the standard PortletRequest methods.
resolveReference(String) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves standard method arguments.
resolveViewName(String, Map<String, ?>, PortletRequest) - Method in class org.springframework.web.portlet.DispatcherPortlet
Resolve the given view name into a View object (to be rendered).
ResourceAwareController - Interface in org.springframework.web.portlet.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 resource requests as well.
ResourceMapping - Annotation Type in org.springframework.web.portlet.bind.annotation
Annotation for mapping Portlet resource requests onto handler methods.

S

serveResource(ResourceRequest, ResourceResponse) - Method in class org.springframework.web.portlet.FrameworkPortlet
 
serveResource(ResourceRequest, ResourceResponse, PortletContext) - Static method in class org.springframework.web.portlet.util.PortletUtils
Serve the resource as specified in the given request to the given response, using the PortletContext's request dispatcher.
setAllowDuplicateParameters(boolean) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set whether to allow duplicate parameter values across different portlet modes.
setApplyWebRequestInterceptorsToRenderPhaseOnly(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Specify whether to apply WebRequestInterceptors to the Portlet render phase only ("true", or whether to apply them to the Portlet action phase as well ("false").
setAttribute(String, Object, int) - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
setAuthorizedRoles(String...) - Method in class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setBeanFactory(BeanFactory) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
setBeanName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setCacheSeconds(int) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Cache content for the given number of seconds.
setCacheSecondsForSessionAttributeHandlers(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Cache content produced by @SessionAttributes annotated handlers for the given number of seconds.
setConfigLocation(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context in init-param style, i.e.
setConfigLocation(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setConfigLocations(String...) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context.
setConfigLocations(String...) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setContextClass(Class<?>) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set a custom context class.
setContextConfigLocation(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom WebArgumentResolver to use for special method parameter types.
setCustomArgumentResolver(WebArgumentResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver...) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom WebArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set one or more custom ArgumentResolvers to use for special method parameter types.
setCustomModelAndViewResolver(ModelAndViewResolver) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set a custom ModelAndViewResolvers to use for special method return types.
setCustomModelAndViewResolvers(ModelAndViewResolver...) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set one or more custom ModelAndViewResolvers to use for special method return types.
setDefaultErrorView(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultHandler(Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDetectAllHandlerAdapters(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerAdapter beans in this portlet's context.
setDetectAllHandlerExceptionResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
setDetectAllHandlerMappings(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all HandlerMapping beans in this portlet's context.
setDetectAllViewResolvers(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to detect all ViewResolver beans in this portlet's context.
setEnvironment(Environment) - Method in class org.springframework.web.portlet.GenericPortletBean
setExceptionAttribute(String) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionMappings(Properties) - Method in class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setForwardActionException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to forward exceptions thrown during the action phase to the render phase via a session attribute.
setForwardEventException(boolean) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set whether to forward exceptions thrown during the event phase to the render phase via a session attribute.
setInitParameters(Map<String, String>) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Specify init parameters for the portlet to wrap, as name-value pairs.
setInterceptors(Object[]) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setLazyInitHandlers(boolean) - Method in class org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping
Set whether to lazily initialize handlers.
setMappedHandlerClasses(Class<?>...) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlers(Set<?>) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Specify the set of handlers that this exception resolver should apply to.
setMappings(Properties) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Set PortletMode to handler bean name mappings from a Properties object.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartParameterContentTypes(Map<String, String>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameters(Map<String, String[]>) - Method in class org.springframework.web.portlet.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and String array objects as values.
setNamespace(String) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
setNamespace(String) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the namespace for this portlet application context, to be used for building a default context config location.
setNamespace(String) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
setNamespace(String) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set a custom namespace for this portlet, to be used for building a default context config location.
setOrder(int) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
 
setOrder(int) - Method in class org.springframework.web.portlet.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify the order value for this HandlerAdapter bean.
setParameterMap(Map<String, ?>) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Set a Map with parameters as keys and handler beans or bean names as values.
setParameterName(String) - Method in class org.springframework.web.portlet.handler.ParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterName(String) - Method in class org.springframework.web.portlet.handler.ParameterMappingInterceptor
Set the name of the parameter used for mapping.
setParameterName(String) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParent(ApplicationContext) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
setParent(ApplicationContext) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
setPortletClass(Class<?>) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set the class of the Portlet to wrap.
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
setPortletConfig(PortletConfig) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the PortletConfig for this portlet application context.
setPortletConfig(PortletConfig) - Method in interface org.springframework.web.portlet.context.PortletConfigAware
Set the PortletConfigthat this object runs in.
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
setPortletConfig(PortletConfig) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.AbstractRefreshablePortletApplicationContext
 
setPortletContext(PortletContext) - Method in interface org.springframework.web.portlet.context.ConfigurablePortletApplicationContext
Set the PortletContext for this portlet application context.
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.PortletApplicationObjectSupport
 
setPortletContext(PortletContext) - Method in interface org.springframework.web.portlet.context.PortletContextAware
Set the PortletContext that this object runs in.
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
 
setPortletContext(PortletContext) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
setPortletModeMap(Map<String, ?>) - Method in class org.springframework.web.portlet.handler.PortletModeHandlerMapping
Set a Map with PortletModes as keys and handler beans as values.
setPortletModeParameterMap(Map<String, Map<String, ?>>) - Method in class org.springframework.web.portlet.handler.PortletModeParameterHandlerMapping
Set a Map with portlet mode names as keys and another Map as values.
setPortletName(String) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set the name of the Portlet to wrap.
setPublishContext(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether to publish this portlet's context as a PortletContext attribute, available to all objects in the web container.
setPublishEvents(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether this portlet should publish a PortletRequestHandledEvent at the end of each request.
setRenderWhenMinimized(boolean) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Set if the resolver should render a view when the portlet is in a minimized window.
setRenderWhenMinimized(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractController
Set if the controller should render an view when the portlet is in a minimized window.
setRequireSession(boolean) - Method in class org.springframework.web.portlet.handler.PortletContentGenerator
Set whether a session should be required to handle requests.
setResolveLazily(boolean) - Method in class org.springframework.web.portlet.multipart.CommonsPortletMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setSessionAttribute(PortletRequest, String, Object) - Static method in class org.springframework.web.portlet.util.PortletUtils
Set the session attribute with the given name to the given value under the PortletSession.PORTLET_SCOPE.
setSessionAttribute(PortletRequest, String, Object, int) - Static method in class org.springframework.web.portlet.util.PortletUtils
Set the session attribute with the given name to the given value in the given scope.
setSessionAttributeStore(SessionAttributeStore) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify the strategy to store session attributes with.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.portlet.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setSynchronizeOnSession(boolean) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setThreadContextInheritable(boolean) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setUserinfoUsernameAttributes(String[]) - Method in class org.springframework.web.portlet.FrameworkPortlet
Set the list of attributes to search in the USER_INFO map when trying to find the username of the current user.
setUseSharedPortletConfig(boolean) - Method in class org.springframework.web.portlet.handler.SimplePortletPostProcessor
Set whether to use the shared PortletConfig object passed in through setPortletConfig, if available.
setUseSharedPortletConfig(boolean) - Method in class org.springframework.web.portlet.mvc.PortletWrappingController
Set whether to use the shared PortletConfig object passed in through setPortletConfig, if available.
setView(Object) - Method in class org.springframework.web.portlet.ModelAndView
Set a View object for this ModelAndView.
setViewName(String) - Method in class org.springframework.web.portlet.ModelAndView
Set a view name for this ModelAndView, to be resolved by the DispatcherPortlet via a ViewResolver.
setViewName(String) - Method in class org.springframework.web.portlet.mvc.ParameterizableViewController
Set the name of the view to delegate to.
setViewRendererUrl(String) - Method in class org.springframework.web.portlet.DispatcherPortlet
Set the URL to the ViewRendererServlet.
setWarnLogCategory(String) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Set the log category for warn logging.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
Specify a WebBindingInitializer which will apply pre-configured configuration to every DataBinder that this controller uses.
shouldApplyTo(PortletRequest, Object) - Method in class org.springframework.web.portlet.handler.AbstractHandlerExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
SimpleControllerHandlerAdapter - Class in org.springframework.web.portlet.mvc
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
SimpleControllerHandlerAdapter() - Constructor for class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 
SimpleMappingExceptionResolver - Class in org.springframework.web.portlet.handler
HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherPortlet.
SimpleMappingExceptionResolver() - Constructor for class org.springframework.web.portlet.handler.SimpleMappingExceptionResolver
 
SimplePortletHandlerAdapter - Class in org.springframework.web.portlet.handler
Adapter to use the Portlet interface with the generic DispatcherPortlet.
SimplePortletHandlerAdapter() - Constructor for class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
SimplePortletPostProcessor - Class in org.springframework.web.portlet.handler
BeanPostProcessor that applies initialization and destruction callbacks to beans that implement the Portlet interface.
SimplePortletPostProcessor() - Constructor for class org.springframework.web.portlet.handler.SimplePortletPostProcessor
 
StandardPortletEnvironment - Class in org.springframework.web.portlet.context
Environment implementation to be used by Servlet-based web applications.
StandardPortletEnvironment() - Constructor for class org.springframework.web.portlet.context.StandardPortletEnvironment
 
StaticPortletApplicationContext - Class in org.springframework.web.portlet.context
Static Portlet-based ApplicationContext implementation for testing.
StaticPortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.StaticPortletApplicationContext
 
supports(Object) - Method in class org.springframework.web.portlet.handler.SimplePortletHandlerAdapter
 
supports(Object) - Method in interface org.springframework.web.portlet.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter
 
supports(Object) - Method in class org.springframework.web.portlet.mvc.SimpleControllerHandlerAdapter
 

T

toString() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
 
toString() - Method in class org.springframework.web.portlet.context.PortletRequestHandledEvent
 
toString() - Method in class org.springframework.web.portlet.context.PortletWebRequest
 
toString() - Method in class org.springframework.web.portlet.HandlerExecutionChain
Delegates to the handler's toString().
toString() - Method in class org.springframework.web.portlet.ModelAndView
Return diagnostic information about this model and view.

U

updateAccessedSessionAttributes() - Method in class org.springframework.web.portlet.context.PortletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
UserRoleAuthorizationInterceptor - Class in org.springframework.web.portlet.handler
Interceptor that checks the authorization of the current user via the user's roles, as evaluated by PortletRequest's isUserInRole method.
UserRoleAuthorizationInterceptor() - Constructor for class org.springframework.web.portlet.handler.UserRoleAuthorizationInterceptor
 

V

validate(PortletRequest) - Method in interface org.springframework.web.portlet.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Validate this predicate's mapping against the current request.
VIEW_RESOLVER_BEAN_NAME - Static variable in class org.springframework.web.portlet.DispatcherPortlet
Well-known name for the ViewResolver object in the bean factory for this namespace.

W

wasCleared() - Method in class org.springframework.web.portlet.ModelAndView
Return whether this ModelAndView object is empty as a result of a call to ModelAndView.clear() i.e.
WebRequestHandlerInterceptorAdapter - Class in org.springframework.web.portlet.handler
Adapter that implements the Portlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor, applying to the render phase only.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor, boolean) - Constructor for class org.springframework.web.portlet.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.

X

XmlPortletApplicationContext - Class in org.springframework.web.portlet.context
Portlet-based WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlPortletApplicationContext() - Constructor for class org.springframework.web.portlet.context.XmlPortletApplicationContext
 
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links
spring-webmvc-portlet