Skip navigation links
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 com.liferay.portletmvc4spring.mvc
Convenient superclass for controller implementations, using the Template Method design pattern.
AbstractController() - Constructor for class com.liferay.portletmvc4spring.mvc.AbstractController
 
AbstractHandlerExceptionResolver - Class in com.liferay.portletmvc4spring.handler
Abstract base class for HandlerExceptionResolver implementations.
AbstractHandlerExceptionResolver() - Constructor for class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
 
AbstractHandlerMapping - Class in com.liferay.portletmvc4spring.handler
Abstract base class for HandlerMapping implementations.
AbstractHandlerMapping() - Constructor for class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
 
AbstractMapBasedHandlerMapping<K> - Class in com.liferay.portletmvc4spring.handler
Abstract base class for HandlerMapping implementations that rely on a map which caches handler objects per lookup key.
AbstractMapBasedHandlerMapping() - Constructor for class com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
 
AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate - Interface in com.liferay.portletmvc4spring.handler
Predicate interface for determining a match with a given request.
AbstractPortletHandlerMethodAdapter - Class in com.liferay.portletmvc4spring.mvc.method
Abstract base class for HandlerAdapter implementations that support handlers of type HandlerMethod.
AbstractPortletHandlerMethodAdapter() - Constructor for class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
AbstractRefreshablePortletApplicationContext - Class in com.liferay.portletmvc4spring.context
AbstractRefreshableApplicationContext subclass which implements the ConfigurablePortletApplicationContext interface for portlet environments.
AbstractRefreshablePortletApplicationContext() - Constructor for class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
ACTION_EXCEPTION_RENDER_PARAMETER - Static variable in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.bind.annotation
Annotation for mapping Portlet action requests onto handler methods.
adaptInterceptor(Object) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Adapt the given interceptor object to the HandlerInterceptor interface.
addAllObjects(Map<String, ?>) - Method in class com.liferay.portletmvc4spring.ModelAndView
Add all attributes contained in the provided Map to the model.
addInterceptor(HandlerInterceptor) - Method in class com.liferay.portletmvc4spring.HandlerExecutionChain
 
addInterceptors(HandlerInterceptor...) - Method in class com.liferay.portletmvc4spring.HandlerExecutionChain
 
addObject(Object) - Method in class com.liferay.portletmvc4spring.ModelAndView
Add an attribute to the model using parameter name generation.
addObject(String, Object) - Method in class com.liferay.portletmvc4spring.ModelAndView
Add an attribute to the model.
addRequiredProperty(String) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in interface com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
Default callback that all "after*" methods delegate to.
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Callback after completion of request processing in the action phase, that is, after rendering the view.
afterPropertiesSet() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
afterPropertiesSet() - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Callback after completion of request processing, that is, after rendering the view.
AnnotationMethodHandlerExceptionResolver - Class in com.liferay.portletmvc4spring.mvc.annotation
Implementation of the HandlerExceptionResolver interface that handles exceptions through the ExceptionHandler annotation.
AnnotationMethodHandlerExceptionResolver() - Constructor for class com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
APPLICATION_CONTEXT_ID_PREFIX - Static variable in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Prefix for ApplicationContext ids that refer to portlet name.
applyCacheSeconds(MimeResponse, int) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Apply the given cache seconds to the render response

B

bind(PortletRequest) - Method in class com.liferay.portletmvc4spring.bind.PortletRequestDataBinder
Bind the parameters of the given request to this binder's target, also binding multipart files in case of a multipart request.
bindRequestParameters(WebDataBinder, NativeWebRequest) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletModelAttributeMethodProcessor
This implementation downcasts WebDataBinder to PortletRequestDataBinder before binding.
buildLocaleContext(PortletRequest) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Build a LocaleContext for the given request, exposing the request's primary locale as current locale.
buildLogMessage(Exception, PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Build a log message for the given exception, occurred during processing the given request.

C

cacheForSeconds(MimeResponse, int) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Set portlet response to allow caching for the given number of seconds.
check(PortletRequest, PortletResponse) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(PortletRequest, MimeResponse) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkAndPrepare(PortletRequest, MimeResponse, int) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Check and prepare the given request and response according to the settings of this generator.
checkHeaders(String[], PortletRequest) - Static method in class com.liferay.portletmvc4spring.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified header conditions.
checkMultipart(ActionRequest) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Convert the request into a multipart request, and make multipart resolver available.
checkMultipart(ResourceRequest) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Convert the request into a multipart request, and make multipart resolver available.
checkNotModified(long) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(String) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkNotModified(String, long) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
Last-modified handling not supported for portlet requests: As a consequence, this method always returns false.
checkParameters(String[], PortletRequest) - Static method in class com.liferay.portletmvc4spring.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified parameter conditions.
checkRequestMethod(RequestMethod[], PortletRequest) - Static method in class com.liferay.portletmvc4spring.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified request methods.
checkRequestMethod(Set<String>, PortletRequest) - Static method in class com.liferay.portletmvc4spring.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given request matches the specified request methods.
cleanupMultipart(MultipartActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
cleanupMultipart(MultipartResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
cleanupMultipart(MultipartActionRequest) - Method in interface com.liferay.portletmvc4spring.multipart.PortletMultipartResolver
Cleanup any resources used for the multipart handling, such as storage for any uploaded file(s).
cleanupMultipart(MultipartResourceRequest) - Method in interface com.liferay.portletmvc4spring.multipart.PortletMultipartResolver
Cleanup any resources used for the multipart handling, such as storage for any uploaded file(s).
cleanupMultipart(MultipartActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
cleanupMultipart(MultipartResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
clear() - Method in class com.liferay.portletmvc4spring.ModelAndView
Clear the state of this ModelAndView object.
clearAllRenderParameters(ActionResponse) - Static method in class com.liferay.portletmvc4spring.util.PortletUtils
Clear all the render parameters from the ActionResponse.
closeNoCatch() - Method in class com.liferay.portletmvc4spring.bind.PortletRequestDataBinder
Treats errors as fatal.
com.liferay.portletmvc4spring - package com.liferay.portletmvc4spring
Provides JSR-362 portlets that integrate with the application context infrastructure, and the core interfaces and classes for PortletMVC4Spring.
com.liferay.portletmvc4spring.bind - package com.liferay.portletmvc4spring.bind
Provides Portlet-specific data binding functionality.
com.liferay.portletmvc4spring.bind.annotation - package com.liferay.portletmvc4spring.bind.annotation
Annotations for binding portlet requests to handler methods.
com.liferay.portletmvc4spring.bind.annotation.support - package com.liferay.portletmvc4spring.bind.annotation.support
 
com.liferay.portletmvc4spring.context - package com.liferay.portletmvc4spring.context
Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes.
com.liferay.portletmvc4spring.handler - package com.liferay.portletmvc4spring.handler
Provides standard HandlerMapping implementations, including abstract base classes for custom implementations.
com.liferay.portletmvc4spring.multipart - package com.liferay.portletmvc4spring.multipart
Multipart resolution framework for handling file uploads.
com.liferay.portletmvc4spring.mvc - package com.liferay.portletmvc4spring.mvc
Standard controller implementations for the PortletMVC4Spring framework.
com.liferay.portletmvc4spring.mvc.annotation - package com.liferay.portletmvc4spring.mvc.annotation
Support package for annotation-based PortletMVC4Spring controllers.
com.liferay.portletmvc4spring.mvc.method - package com.liferay.portletmvc4spring.mvc.method
 
com.liferay.portletmvc4spring.mvc.method.annotation - package com.liferay.portletmvc4spring.mvc.method.annotation
 
com.liferay.portletmvc4spring.security - package com.liferay.portletmvc4spring.security
Integrates PortletMVC4Spring with Spring Security in order to provide CSRF protection.
com.liferay.portletmvc4spring.support - package com.liferay.portletmvc4spring.support
 
com.liferay.portletmvc4spring.util - package com.liferay.portletmvc4spring.util
Miscellaneous Portlet utility classes.
CommonsPortletMultipartResolver - Class in com.liferay.portletmvc4spring.multipart
CommonsPortletMultipartResolver() - Constructor for class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Constructor for use as bean.
CommonsPortletMultipartResolver(PortletContext) - Constructor for class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Constructor for standalone usage.
ConfigurablePortletApplicationContext - Interface in com.liferay.portletmvc4spring.context
Interface to be implemented by configurable portlet application contexts.
configure(HttpSecurity) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletConfigurer
 
Controller - Interface in com.liferay.portletmvc4spring.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.
createBinderInstance(Object, String, NativeWebRequest) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestDataBinderFactory
 
createDataBinderFactory(List<InvocableHandlerMethod>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Template method to create a new InitBinderDataBinderFactory instance.
createDefaultStrategy(ApplicationContext, Class<?>) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Create a default strategy.
createEnvironment() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
Create and return a new StandardPortletEnvironment.
createEnvironment() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
createEnvironment() - Method in class com.liferay.portletmvc4spring.GenericPortletBean
Create and return a new StandardPortletEnvironment.
createInvocableHandlerMethod(HandlerMethod) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Create a PortletInvocableHandlerMethod from the given HandlerMethod definition.
createPortletApplicationContext(ApplicationContext) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Instantiate the Portlet ApplicationContext for this portlet, either a default XmlPortletApplicationContext or a custom context class if set.
createRelative(String) - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
 
customizeBeanFactory(DefaultListableBeanFactory) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
customizePropertySources(MutablePropertySources) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.XmlPortletApplicationContext
Default config location for the root context
DEFAULT_CONFIG_LOCATION_PREFIX - Static variable in class com.liferay.portletmvc4spring.context.XmlPortletApplicationContext
Default prefix for building a config location for a namespace
DEFAULT_CONFIG_LOCATION_SUFFIX - Static variable in class com.liferay.portletmvc4spring.context.XmlPortletApplicationContext
Default suffix for building a config location for a namespace
DEFAULT_CONTEXT_CLASS - Static variable in class com.liferay.portletmvc4spring.FrameworkPortlet
Default context class for FrameworkPortlet.
DEFAULT_EXCEPTION_ATTRIBUTE - Static variable in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
The default name of the exception attribute: "exception".
DEFAULT_NAMESPACE_SUFFIX - Static variable in class com.liferay.portletmvc4spring.FrameworkPortlet
Suffix for Portlet ApplicationContext namespaces.
DEFAULT_PARAMETER_NAME - Static variable in class com.liferay.portletmvc4spring.handler.ParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PARAMETER_NAME - Static variable in class com.liferay.portletmvc4spring.handler.ParameterMappingInterceptor
Request parameter name to use for mapping to handlers
DEFAULT_PARAMETER_NAME - Static variable in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Default request parameter name to use for mapping to handlers: "action".
DEFAULT_PREFIX_SEPARATOR - Static variable in class com.liferay.portletmvc4spring.bind.PortletRequestParameterPropertyValues
Default prefix separator
DEFAULT_USERINFO_ATTRIBUTE_NAMES - Static variable in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.DispatcherPortlet
Default URL to ViewRendererServlet.
DefaultAnnotationHandlerMapping - Class in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.mvc.annotation.DefaultAnnotationHandlerMapping
 
DefaultMultipartActionRequest - Class in com.liferay.portletmvc4spring.multipart
Default implementation of the MultipartActionRequest interface.
DefaultMultipartActionRequest(ActionRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartActionRequest(ActionRequest) - Constructor for class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Wrap the given Portlet ActionRequest in a MultipartActionRequest.
DefaultMultipartResourceRequest - Class in com.liferay.portletmvc4spring.multipart
Default implementation of the MultipartResourceRequest interface.
DefaultMultipartResourceRequest(ResourceRequest, MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Wrap the given Portlet ResourceRequest in a MultipartResourceRequest.
DefaultMultipartResourceRequest(ResourceRequest) - Constructor for class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Wrap the given Portlet ResourceRequest in a MultipartResourceRequest.
destroy() - Method in class com.liferay.portletmvc4spring.context.PortletContextScope
Invoke all registered destruction callbacks.
destroy() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Close the ApplicationContext of this portlet.
destroy() - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
destroy() - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
DESTRUCTION_CALLBACK_NAME_PREFIX - Static variable in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.mvc.annotation.DefaultAnnotationHandlerMapping
Derive portlet mode mappings from the handler's method-level mappings.
detectHandlers() - Method in class com.liferay.portletmvc4spring.mvc.annotation.DefaultAnnotationHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
determineEncoding(ActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Determine the encoding for the given request.
determineEncoding(ResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Determine the encoding for the given request.
determineViewName(Exception, PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Determine the view name for the given exception, searching the "exceptionMappings", using the "defaultErrorView" as fallback.
DispatcherPortlet - Class in com.liferay.portletmvc4spring
Central dispatcher for use within the PortletMVC4Spring framework, e.g.
DispatcherPortlet() - Constructor for class com.liferay.portletmvc4spring.DispatcherPortlet
 
doActionService(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Processes the actual dispatching to the handler for action requests.
doActionService(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Subclasses must implement this method to do the work of action request handling.
doDispatch(PortletRequestDispatcher, PortletRequest, MimeResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Perform a dispatch on the given PortletRequestDispatcher.
doDispatch(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Delegate render requests to processRequest/doRenderService.
doEventService(EventRequest, EventResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Processes the actual dispatching to the handler for event requests.
doEventService(EventRequest, EventResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Subclasses must implement this method to do the work of event request handling.
doFilter(ActionRequest, ActionResponse, FilterChain) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
doFilter(ResourceRequest, ResourceResponse, FilterChain) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
doFilter(RenderRequest, RenderResponse, FilterChain) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
doFindPathMatchingFileResources(Resource, String) - Method in class com.liferay.portletmvc4spring.context.PortletContextResourcePatternResolver
Overridden version which checks for PortletContextResource and uses PortletContext.getResourcePaths to find matching resources below the web application root directory.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.liferay.portletmvc4spring.ViewRendererServlet
 
doHandle(PortletRequest, PortletResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
doHandle(PortletRequest, PortletResponse, HandlerMethod) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.liferay.portletmvc4spring.ViewRendererServlet
 
doRender(View, Map<String, ?>, PortletRequest, MimeResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Actually render the given view.
doRenderService(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Processes the actual dispatching to the handler for render requests.
doRenderService(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Subclasses must implement this method to do the work of render request handling.
doResolveException(PortletRequest, MimeResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
 
doResourceService(ResourceRequest, ResourceResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Processes the actual dispatching to the handler for resource requests.
doResourceService(ResourceRequest, ResourceResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Subclasses must implement this method to do the work of resource request handling.
doRetrieveMatchingPortletContextResources(PortletContext, String, String, Set<Resource>) - Method in class com.liferay.portletmvc4spring.context.PortletContextResourcePatternResolver
Recursively retrieve PortletContextResources that match the given pattern, adding them to the given result set.

E

equals(Object) - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
 
EventAwareController - Interface in com.liferay.portletmvc4spring.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 event requests as well.
EventMapping - Annotation Type in com.liferay.portletmvc4spring.bind.annotation
Annotation for mapping Portlet event requests onto handler methods.
exists() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
This implementation checks PortletContext.getResource.
exposeActionException(PortletRequest, StateAwareResponse, Exception) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Expose the given action exception to the given response.
exposeHelpers(HttpServletRequest) - Method in class com.liferay.portletmvc4spring.PortletJstlView
If the specified request is associated with Apache Pluto, then this method takes no action.
exposeRequestAttributes(PortletRequest, Map<String, ?>) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Extension hook that subclasses can override to register additional interceptors, given the configured interceptors (see AbstractHandlerMapping.setInterceptors(java.lang.Object[])).

F

filterFilename(String) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
findMatchingViewName(Properties, Exception) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Find a matching view name in the given exception mappings
FrameworkPortlet - Class in com.liferay.portletmvc4spring
Base portlet for Spring's portlet framework.
FrameworkPortlet() - Constructor for class com.liferay.portletmvc4spring.FrameworkPortlet
 

G

GenericPortletBean - Class in com.liferay.portletmvc4spring
Simple extension of javax.portlet.GenericPortlet that treats its config parameters as bean properties.
GenericPortletBean() - Constructor for class com.liferay.portletmvc4spring.GenericPortletBean
 
get(String, ObjectFactory<?>) - Method in class com.liferay.portletmvc4spring.context.PortletContextScope
 
getActualSessionAttributeNames() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
getAdaptedInterceptors() - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Return the adapted interceptors as HandlerInterceptor array.
getApplicationName() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
getArgumentResolvers() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the configured argument resolvers, or possibly null if not initialized yet via PortletRequestMappingHandlerAdapter.afterPropertiesSet().
getAttribute(String, int) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
getAttributeNames(int) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
getBeanFactory() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the owning factory of this bean instance, or null if none.
getBooleanParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a Boolean parameter, or null if not present.
getBooleanParameter(PortletRequest, String, boolean) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a boolean parameter, with a fallback value.
getBooleanParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of boolean parameters, return an empty array if not found.
getCacheSeconds() - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Return the number of seconds that content is cached.
getConfigLocations() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
getConfigLocations() - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Return the config locations for this web application context, or null if none specified.
getConfigLocations() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
getContextClass() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Return the custom context class.
getContextConfigLocation() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Return the explicit context config location, if any.
getContextPath() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getConversationId() - Method in class com.liferay.portletmvc4spring.context.PortletContextScope
 
getCookie(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.util.PortletUtils
Retrieve the first cookie with the given name.
getCustomArgumentResolvers() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the custom argument resolvers, or null.
getCustomReturnValueHandlers() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the custom return value handlers, or null.
getDefaultConfigLocations() - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Return the default handler for this handler mapping, or null if none.
getDefaultStrategies(ApplicationContext, Class<T>) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Create a List of default strategy objects for the given strategy interface.
getDefaultStrategy(ApplicationContext, Class<T>) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Return the default strategy object for the given strategy interface.
getDepth(String, Exception) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Return the depth to the superclass matching.
getDescription() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
 
getDescription() - Method in class com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
 
getDescription(boolean) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getDoubleParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a Double parameter, or null if not present.
getDoubleParameter(PortletRequest, String, double) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a double parameter, with a fallback value.
getDoubleParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of double parameters, return an empty array if not found.
getEnvironment() - Method in class com.liferay.portletmvc4spring.GenericPortletBean
getFile() - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getFile(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getFileMap() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getFileMap() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getFilename() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
 
getFileNames() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getFileNames() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getFiles(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getFiles(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getFloatParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a Float parameter, or null if not present.
getFloatParameter(PortletRequest, String, float) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a float parameter, with a fallback value.
getFloatParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of float parameters, return an empty array if not found.
getHandledExceptions(Method) - Method in class com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Returns all the exception classes handled by the given method.
getHandler(PortletRequest) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Return the HandlerExecutionChain for this request.
getHandler(PortletRequest) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.HandlerExecutionChain
Return the handler object to execute.
getHandler(PortletRequest) - Method in interface com.liferay.portletmvc4spring.HandlerMapping
Return a handler and any interceptors for this request.
getHandlerAdapter(Object) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Return the HandlerAdapter for this handler object.
getHandlerExecutionChain(Object, PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Build a HandlerExecutionChain for the given handler, including applicable interceptors.
getHandlerInternal(PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Look up a handler for the given request, returning null if no specific one is found.
getHandlerInternal(PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
Determines a handler for the computed lookup key for the given request.
getHandlerMethods() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
getHeader(String) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getHeaderNames() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getHeaderValues(String) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getInitBinderArgumentResolvers() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the argument resolvers for @InitBinder methods, or possibly null if not initialized yet via PortletRequestMappingHandlerAdapter.afterPropertiesSet().
getInitBinderMethods() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
getInputStream() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, but throws a FileNotFoundException if not found.
getInterceptors() - Method in class com.liferay.portletmvc4spring.HandlerExecutionChain
Return the array of interceptors to apply (in the given order).
getIntParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an Integer parameter, or null if not present.
getIntParameter(PortletRequest, String, int) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an int parameter, with a fallback value.
getIntParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of int parameters, return an empty array if not found.
getLocale() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getLocale(PortletRequest) - Static method in class com.liferay.portletmvc4spring.support.PortletRequestContextUtils
Retrieve the current locale from the given request, using the PortletLocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the request's accept-header Locale.
getLongParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a Long parameter, or null if not present.
getLongParameter(PortletRequest, String, long) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a long parameter, with a fallback value.
getLongParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of long parameters, return an empty array if not found.
getLookupKey(PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
Build a lookup key for the given request.
getLookupKey(PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.ParameterHandlerMapping
Uses the value of the specified parameter as lookup key.
getLookupKey(PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.PortletModeHandlerMapping
Uses the current PortletMode as lookup key.
getLookupKey(PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Returns a lookup key that combines the current PortletMode and the current value of the specified parameter.
getLookupKey(PortletRequest) - Method in class com.liferay.portletmvc4spring.mvc.annotation.DefaultAnnotationHandlerMapping
Uses the current PortletMode as lookup key.
getMessage() - Method in exception com.liferay.portletmvc4spring.bind.MissingPortletRequestParameterException
 
getMessageConverters() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the configured message body converters.
getMethod() - Method in exception com.liferay.portletmvc4spring.handler.PortletRequestMethodNotSupportedException
Return the HTTP request method that caused the failure.
getModel() - Method in class com.liferay.portletmvc4spring.ModelAndView
Return the model map.
getModelAndView(String, Exception) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given view name and exception.
getModelAndView(String, Exception, PortletRequest) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Return a ModelAndView for the given request, view name and exception.
getModelAndView() - Method in exception com.liferay.portletmvc4spring.ModelAndViewDefiningException
Return the ModelAndView that this exception contains for forwarding to.
getModelAndViewResolvers() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the configured ModelAndViewResolvers, or null.
getModelAttributeMethods() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
getModelInternal() - Method in class com.liferay.portletmvc4spring.ModelAndView
Return the model map.
getModelMap() - Method in class com.liferay.portletmvc4spring.ModelAndView
Return the underlying ModelMap instance (never null).
getMultiFileMap() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getMultiFileMap() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getMultipartContentType(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getMultipartContentType(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getMultipartFiles() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartFiles() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Obtain the MultipartFile Map for retrieval, lazily initializing it if necessary.
getMultipartFiles() - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver.MultipartParsingResult
 
getMultipartParameterContentTypes() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameterContentTypes() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Obtain the multipart parameter content type Map for retrieval, lazily initializing it if necessary.
getMultipartParameterContentTypes() - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver.MultipartParsingResult
 
getMultipartParameters() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Obtain the multipart parameter Map for retrieval, lazily initializing it if necessary.
getMultipartParameters() - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver.MultipartParsingResult
 
getMultipartResolver() - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Obtain this portlet's PortletMultipartResolver, if any.
getNamespace() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
getNamespace() - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Return the namespace for this web application context, if any.
getNamespace() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
getNamespace() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Return the namespace for this portlet, falling back to default scheme if no custom namespace was set.
getNativeRequest() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getNativeRequest(Class<T>) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getNativeRequest(PortletRequest, Class<T>) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.PortletWebRequest
 
getNativeResponse(Class<T>) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getNativeResponse(PortletResponse, Class<T>) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
 
getOrder() - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
 
getOrder() - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
getParameter(String) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getParameter(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getParameter(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getParameterMap() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getParameterMap() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getParameterMap() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getParameterName() - Method in exception com.liferay.portletmvc4spring.bind.MissingPortletRequestParameterException
Return the name of the offending parameter.
getParameterNames() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getParameterNames() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getParameterNames() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getParametersStartingWith(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.util.PortletUtils
Return a map containing all parameters with the given prefix.
getParameterType() - Method in exception com.liferay.portletmvc4spring.bind.MissingPortletRequestParameterException
Return the expected type of the offending parameter.
getParameterValues(String) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getParameterValues(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
 
getParameterValues(String) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
 
getPath() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
Return the path for this resource.
getPathWithinContext() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
 
getPortletApplicationContext() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Return this portlet's ApplicationContext.
getPortletConfig() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
getPortletConfig() - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Return the PortletConfig for this portlet application context, if any.
getPortletConfig() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
getPortletContext() - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Return the standard Portlet API PortletContext for this application.
getPortletContext() - Method in class com.liferay.portletmvc4spring.context.PortletApplicationObjectSupport
Return the current PortletContext.
getPortletContext() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
Return the PortletContext for this resource.
getPortletContext() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
getPortletContext() - Method in class com.liferay.portletmvc4spring.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getPortletContextAttributeName() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Return the PortletContext attribute name for this portlets's ApplicationContext.
getPortletLocaleResolver(PortletRequest) - Static method in class com.liferay.portletmvc4spring.support.PortletRequestContextUtils
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
getPortletMode() - Method in class com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
Return the mode of the portlet request (usually 'view', 'edit', or 'help').
getPortletName() - Method in class com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
Return the name of the portlet that handled the request.
getPortletName() - Method in class com.liferay.portletmvc4spring.GenericPortletBean
Overridden method that simply returns null when no PortletConfig set yet.
getProperty(String) - Method in class com.liferay.portletmvc4spring.context.PortletConfigPropertySource
 
getProperty(String) - Method in class com.liferay.portletmvc4spring.context.PortletContextPropertySource
 
getPropertyNames() - Method in class com.liferay.portletmvc4spring.context.PortletConfigPropertySource
 
getPropertyNames() - Method in class com.liferay.portletmvc4spring.context.PortletContextPropertySource
 
getRealPath(PortletContext, String) - Static method in class com.liferay.portletmvc4spring.util.PortletUtils
Return the real path of the given path within the web application, as provided by the portlet container.
getRemoteUser() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getRequest() - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Exposes the native PortletRequest that we're wrapping.
getRequestType() - Method in class com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
Return the type of Portlet Request ('action' or 'render').
getRequiredBooleanParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a String parameter, throwing an exception if it isn't found or is empty.
getRequiredStringParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of String parameters, throwing an exception if not found or one is empty.
getRequiredWebApplicationContext(PortletContext) - Static method in class com.liferay.portletmvc4spring.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getResourceByPath(String) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourceByPath(String) - Method in class com.liferay.portletmvc4spring.context.PortletContextResourceLoader
This implementation supports file paths beneath the root of the web application.
getResourceByPath(String) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
This implementation supports file paths beneath the root of the PortletContext.
getResourcePatternResolver() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResourcePatternResolver() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
This implementation supports pattern matching in unexpanded WARs too.
getResponse() - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Exposes the native PortletResponse that we're wrapping (if any).
getReturnValueHandlers() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the configured handlers, or possibly null if not initialized yet via PortletRequestMappingHandlerAdapter.afterPropertiesSet().
getScope() - Method in class com.liferay.portletmvc4spring.context.PortletSessionScope
 
getServletContext() - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
getServletContext() - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
getSession(boolean) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Exposes the PortletSession that we're wrapping.
getSessionAttribute(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.util.PortletUtils
Check the given request for a session attribute of the given name in the given scope.
getSessionId() - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
getSessionMutex() - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
getSessionMutex(PortletSession) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
 
getStringParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a String parameter, or null if not present.
getStringParameter(PortletRequest, String, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get a String parameter, with a fallback value.
getStringParameters(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.bind.PortletRequestUtils
Get an array of String parameters, return an empty array if not found.
getSubmitParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.PortletRequestMethodNotSupportedException
Return the actually supported HTTP methods, if known.
getTargetPage(PortletRequest, String, int) - Static method in class com.liferay.portletmvc4spring.util.PortletUtils
Return the target page specified in the request.
getTempDir() - Method in class com.liferay.portletmvc4spring.context.PortletApplicationObjectSupport
Return the temporary directory for the current web application, as provided by the servlet container.
getTempDir(PortletContext) - Static method in class com.liferay.portletmvc4spring.util.PortletUtils
Return the temporary directory for the current web application, as provided by the portlet container.
getTimeZone(PortletRequest) - Static method in class com.liferay.portletmvc4spring.support.PortletRequestContextUtils
Retrieve the current time zone from the given request, using the TimeZoneAwareLocaleResolver bound to the request by the DispatcherServlet (if available), falling back to the system's default time zone.
getTitle(RenderRequest) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Overridden for friendlier behavior in unit tests.
getTypeLevelMapping() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
getURL() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
This implementation delegates to PortletContext.getResource, but throws a FileNotFoundException if no resource found.
getUsernameForRequest(PortletRequest) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Determine the username for the given request.
getUserPrincipal() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
getView() - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.mvc.ParameterizableViewController
Return the name of the view to delegate to.
getWebApplicationContext(PortletContext) - Static method in class com.liferay.portletmvc4spring.context.PortletApplicationContextUtils
Find the root WebApplicationContext for this web app, typically loaded via ContextLoaderListener.
getWebBindingInitializer() - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Return the configured WebBindingInitializer, or null if none.

H

handleAction(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerAdapter
Use the given handler to handle this action request.
handleAction(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
handleAction(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
handleActionInternal(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
Use the given handler method to handle the request.
handleActionInternal(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
handleActionRequest(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
 
handleActionRequest(ActionRequest, ActionResponse) - Method in interface com.liferay.portletmvc4spring.mvc.Controller
Process the action request.
handleActionRequest(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.mvc.PortletModeNameViewController
 
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
Subclasses are meant to override this method if the controller is expected to handle action requests.
handleActionRequestInternal(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
handleEvent(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
handleEvent(EventRequest, EventResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerAdapter
Use the given handler to handle this event request.
handleEvent(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
handleEvent(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
handleEventInternal(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
Use the given handler method to handle the request.
handleEventInternal(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
handleEventRequest(EventRequest, EventResponse) - Method in interface com.liferay.portletmvc4spring.mvc.EventAwareController
Process the event request.
handleEventRequest(EventRequest, EventResponse) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
handleNotAuthorized(PortletRequest, PortletResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.UserRoleAuthorizationInterceptor
Handle a request that is not authorized according to this interceptor.
HANDLER_ADAPTER_BEAN_NAME - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Well-known name for the HandlerAdapter object in the bean factory for this namespace.
HANDLER_EXCEPTION_RESOLVER_BEAN_NAME - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Well-known name for the HandlerExceptionResolver object in the bean factory for this namespace.
HANDLER_MAPPING_BEAN_NAME - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Well-known name for the HandlerMapping object in the bean factory for this namespace.
HandlerAdapter - Interface in com.liferay.portletmvc4spring
PortletMVC4Spring framework SPI interface, allowing parameterization of core MVC workflow.
handleRender(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
handleRender(RenderRequest, RenderResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerAdapter
Use the given handler to handle this render request.
handleRender(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
handleRender(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
handleRenderInternal(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
Use the given handler method to handle the request.
handleRenderInternal(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
handleRenderRequest(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
 
handleRenderRequest(RenderRequest, RenderResponse) - Method in interface com.liferay.portletmvc4spring.mvc.Controller
Process the render request and return a ModelAndView object which the DispatcherPortlet will render.
handleRenderRequest(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.mvc.PortletModeNameViewController
 
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
Subclasses are meant to override this method if the controller is expected to handle render requests.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.mvc.ParameterizableViewController
Return a ModelAndView object with the specified view name.
handleRenderRequestInternal(RenderRequest, RenderResponse) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerAdapter
Use the given handler to handle this resource request.
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
handleResource(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
handleResourceInternal(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
Use the given handler method to handle the request.
handleResourceInternal(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
handleResourceRequest(ResourceRequest, ResourceResponse) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
handleResourceRequest(ResourceRequest, ResourceResponse) - Method in interface com.liferay.portletmvc4spring.mvc.ResourceAwareController
Process the resource request and return a ModelAndView object which the DispatcherPortlet will render.
HandlerExceptionResolver - Interface in com.liferay.portletmvc4spring
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 com.liferay.portletmvc4spring
Handler execution chain, consisting of handler object and any handler interceptors.
HandlerExecutionChain(Object) - Constructor for class com.liferay.portletmvc4spring.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerExecutionChain(Object, HandlerInterceptor...) - Constructor for class com.liferay.portletmvc4spring.HandlerExecutionChain
Create a new HandlerExecutionChain.
HandlerInterceptor - Interface in com.liferay.portletmvc4spring
Workflow interface that allows for customized handler execution chains.
HandlerInterceptorAdapter - Class in com.liferay.portletmvc4spring.handler
Abstract adapter class for the HandlerInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
HandlerInterceptorAdapter() - Constructor for class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
 
HandlerMapping - Interface in com.liferay.portletmvc4spring
Interface to be implemented by objects that define a mapping between requests and handler objects.
HandlerMethodResolver - Class in com.liferay.portletmvc4spring.bind.annotation.support
Support class for resolving web method annotations in a handler type.
HandlerMethodResolver() - Constructor for class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
hasHandlerMethods() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
hashCode() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
 
hasSessionAttributes() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
hasSubmitParameter(PortletRequest, String) - Static method in class com.liferay.portletmvc4spring.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").
hasTypeLevelMapping() - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
hasView() - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
IMPLICIT_MODEL_SESSION_ATTRIBUTE - Static variable in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
init(Class<?>) - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
Initialize a new HandlerMethodResolver for the specified handler type.
init() - Method in class com.liferay.portletmvc4spring.GenericPortletBean
Map config parameters onto bean properties of this portlet, and invoke subclass initialization.
init(FilterConfig) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
INIT_BINDER_METHODS - Static variable in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
MethodFilter that matches @InitBinder methods.
initApplicationContext() - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Initializes the interceptors.
initApplicationContext() - Method in class com.liferay.portletmvc4spring.handler.ParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class com.liferay.portletmvc4spring.handler.PortletModeHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class com.liferay.portletmvc4spring.mvc.annotation.DefaultAnnotationHandlerMapping
Calls the registerHandlers method in addition to the superclass's initialization.
initApplicationContext() - Method in class com.liferay.portletmvc4spring.mvc.ParameterizableViewController
 
initBeanDefinitionReader(XmlBeanDefinitionReader) - Method in class com.liferay.portletmvc4spring.context.XmlPortletApplicationContext
Initialize the bean definition reader used for loading the bean definitions of this context.
initBeanWrapper(BeanWrapper) - Method in class com.liferay.portletmvc4spring.GenericPortletBean
Initialize the BeanWrapper for this GenericPortletBean, possibly with custom editors.
initFrameworkPortlet() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
This method will be invoked after any bean properties have been set and the ApplicationContext has been loaded.
initializeMultipart() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Lazily initialize the multipart request, if possible.
initializeMultipart() - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Lazily initialize the multipart request, if possible.
initInterceptors() - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Initialize the specified interceptors, adapting them where necessary.
initPortletApplicationContext() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Initialize and publish the Portlet ApplicationContext for this portlet.
initPortletBean() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Overridden method of GenericPortletBean, invoked after any bean properties have been set.
initPortletBean() - Method in class com.liferay.portletmvc4spring.GenericPortletBean
Subclasses may override this to perform custom initialization.
initPortletPropertySources(MutablePropertySources, ServletContext, PortletContext, PortletConfig) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
initStrategies(ApplicationContext) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Refresh the strategy objects that this portlet uses.
invokeAndHandle(PortletWebRequest, ModelAndViewContainer, Object...) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletInvocableHandlerMethod
Invoke the method and handle the return value through one of the configured HandlerMethodReturnValueHandlers.
isContextRequired() - Method in class com.liferay.portletmvc4spring.context.PortletApplicationObjectSupport
Overrides the base class behavior to enforce running in an ApplicationContext.
isDetected(HttpServletRequest) - Method in enum com.liferay.portletmvc4spring.util.PortletContainer
 
isDetected(PortletRequest) - Method in enum com.liferay.portletmvc4spring.util.PortletContainer
 
isEmpty() - Method in class com.liferay.portletmvc4spring.ModelAndView
Return whether this ModelAndView object is empty, i.e.
isHandlerMethod(Method) - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
isInitBinderMethod(Method) - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
isModelAttributeMethod(Method) - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
isMultipart(ActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
isMultipart(ResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
isMultipart(ActionRequest) - Method in interface com.liferay.portletmvc4spring.multipart.PortletMultipartResolver
Determine if the given request contains multipart content.
isMultipart(ResourceRequest) - Method in interface com.liferay.portletmvc4spring.multipart.PortletMultipartResolver
Determine if the given request contains multipart content.
isMultipart(ActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
isMultipart(ResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
isReadable() - Method in class com.liferay.portletmvc4spring.context.PortletContextResource
This implementation delegates to PortletContext.getResourceAsStream, which returns null in case of a non-readable resource (e.g.
isReference() - Method in class com.liferay.portletmvc4spring.ModelAndView
Return whether we use a view reference, i.e.
isRenderWhenMinimized() - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
Return whether controller will render when portlet is minimized.
isRequireSession() - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Return whether a session is required to handle requests.
isSecure() - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 
isSessionAttribute(String, Class<?>) - Method in class com.liferay.portletmvc4spring.bind.annotation.support.HandlerMethodResolver
 
isSynchronizeOnSession() - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
Return whether controller execution should be synchronized on the session.
isUserInRole(String) - Method in class com.liferay.portletmvc4spring.context.PortletWebRequest
 

L

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

M

match(PortletRequest) - Method in interface com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Determine whether the given request matches this predicate.
MissingPortletRequestParameterException - Exception in com.liferay.portletmvc4spring.bind
PortletRequestBindingException subclass that indicates a missing parameter.
MissingPortletRequestParameterException(String, String) - Constructor for exception com.liferay.portletmvc4spring.bind.MissingPortletRequestParameterException
Constructor for MissingPortletRequestParameterException.
MODEL_ATTRIBUTE - Static variable in class com.liferay.portletmvc4spring.ViewRendererServlet
Name of request attribute that holds the model Map
MODEL_ATTRIBUTE_METHODS - Static variable in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
MethodFilter that matches @ModelAttribute methods.
ModelAndView - Class in com.liferay.portletmvc4spring
Holder for both Model and View in the web MVC framework.
ModelAndView() - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Default constructor for bean-style usage: populating bean properties instead of passing in constructor arguments.
ModelAndView(String) - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(Object) - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Convenient constructor when there is no model data to expose.
ModelAndView(String, Map<String, ?>) - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Create a new ModelAndView given a view name and a model.
ModelAndView(Object, Map<String, ?>) - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Create a new ModelAndView given a View object and a model.
ModelAndView(String, String, Object) - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Convenient constructor to take a single model object.
ModelAndView(Object, String, Object) - Constructor for class com.liferay.portletmvc4spring.ModelAndView
Convenient constructor to take a single model object.
ModelAndViewDefiningException - Exception in com.liferay.portletmvc4spring
Exception to be thrown on error conditions that should forward to a specific view with a specific model.
ModelAndViewDefiningException(ModelAndView) - Constructor for exception com.liferay.portletmvc4spring.ModelAndViewDefiningException
Create new ModelAndViewDefiningException with the given ModelAndView, typically representing a specific error page.
MULTIPART_RESOLVER_BEAN_NAME - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Well-known name for the PortletMultipartResolver object in the bean factory for this namespace.
MultipartActionRequest - Interface in com.liferay.portletmvc4spring.multipart
Interface which provides additional methods for dealing with multipart content within a portlet request, allowing to access uploaded files.
MultipartParsingResult(MultiValueMap<String, MultipartFile>, Map<String, String[]>, Map<String, String>) - Constructor for class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver.MultipartParsingResult
 
MultipartResourceRequest - Interface in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Initialize the underlying org.apache.commons.fileupload.portlet.PortletFileUpload instance.
noHandlerFound(PortletRequest, PortletResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
No handler found -> throw appropriate exception.
NoHandlerFoundException - Exception in com.liferay.portletmvc4spring
Exception to be thrown if DispatcherPortlet is unable to determine a corresponding handler for an incoming portlet request.
NoHandlerFoundException(String) - Constructor for exception com.liferay.portletmvc4spring.NoHandlerFoundException
Constructor for NoHandlerFoundException.
NoHandlerFoundException(String, PortletRequest) - Constructor for exception com.liferay.portletmvc4spring.NoHandlerFoundException
Constructor for NoHandlerFoundException.

O

onApplicationEvent(ContextRefreshedEvent) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
ApplicationListener endpoint that receives events from this servlet's WebApplicationContext.
onRefresh(ApplicationContext) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
onRefresh(ApplicationContext) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Template method which can be overridden to add portlet-specific refresh work.

P

PAGE_NOT_FOUND_LOG_CATEGORY - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Log category to use when no mapped handler is found for a request.
pageNotFoundLogger - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Additional logger to use when no mapped handler is found for a request.
ParameterHandlerMapping - Class in com.liferay.portletmvc4spring.handler
Implementation of the HandlerMapping to map from a request parameter to request handler beans.
ParameterHandlerMapping() - Constructor for class com.liferay.portletmvc4spring.handler.ParameterHandlerMapping
 
ParameterizableViewController - Class in com.liferay.portletmvc4spring.mvc
Trivial controller that always returns a named view.
ParameterizableViewController() - Constructor for class com.liferay.portletmvc4spring.mvc.ParameterizableViewController
 
ParameterMappingInterceptor - Class in com.liferay.portletmvc4spring.handler
Interceptor to forward a request parameter from the ActionRequest to the RenderRequest.
ParameterMappingInterceptor() - Constructor for class com.liferay.portletmvc4spring.handler.ParameterMappingInterceptor
 
parseRequest(ActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Parse the given portlet request, resolving its multipart elements.
parseRequest(ResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Parse the given portlet request, resolving its multipart elements.
parseRequest(ClientDataRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
Parse the given portlet actionRequest, resolving its multipart elements.
passAllParametersToRenderPhase(ActionRequest, ActionResponse) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Name of the PortletConfig environment bean in the factory.
PORTLET_CONFIG_PROPERTY_SOURCE_NAME - Static variable in class com.liferay.portletmvc4spring.context.StandardPortletEnvironment
Portlet config init parameters property source name: "portletConfigInitParams"
PORTLET_CONTEXT_BEAN_NAME - Static variable in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Name of the PortletContext environment bean in the factory.
PORTLET_CONTEXT_PREFIX - Static variable in class com.liferay.portletmvc4spring.FrameworkPortlet
Prefix for the PortletContext attribute for the Portlet ApplicationContext.
PORTLET_CONTEXT_PROPERTY_SOURCE_NAME - Static variable in class com.liferay.portletmvc4spring.context.StandardPortletEnvironment
Portlet context init parameters property source name: "portletContextInitParams"
PortletAnnotationMappingUtils - Class in com.liferay.portletmvc4spring.mvc.annotation
Helper class for annotation-based request mapping.
PortletAnnotationMappingUtils() - Constructor for class com.liferay.portletmvc4spring.mvc.annotation.PortletAnnotationMappingUtils
 
PortletApplicationContext - Interface in com.liferay.portletmvc4spring.context
 
PortletApplicationContextUtils - Class in com.liferay.portletmvc4spring.context
Convenience methods for retrieving the root WebApplicationContext for a given PortletContext.
PortletApplicationContextUtils() - Constructor for class com.liferay.portletmvc4spring.context.PortletApplicationContextUtils
 
PortletApplicationObjectSupport - Class in com.liferay.portletmvc4spring.context
Convenient superclass for application objects running in a Portlet ApplicationContext.
PortletApplicationObjectSupport() - Constructor for class com.liferay.portletmvc4spring.context.PortletApplicationObjectSupport
 
PortletConfigAware - Interface in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context
PropertySource that reads init parameters from a PortletConfig object.
PortletConfigPropertySource(String, PortletConfig) - Constructor for class com.liferay.portletmvc4spring.context.PortletConfigPropertySource
 
PortletContainer - Enum in com.liferay.portletmvc4spring.util
 
PortletContentGenerator - Class in com.liferay.portletmvc4spring.handler
Convenient superclass for any kind of web content generator, like AbstractController.
PortletContentGenerator() - Constructor for class com.liferay.portletmvc4spring.handler.PortletContentGenerator
 
PortletContextAware - Interface in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context
BeanPostProcessor implementation that passes the PortletContext to beans that implement the PortletContextAware interface.
PortletContextAwareProcessor(PortletContext) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given context.
PortletContextAwareProcessor(PortletConfig) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given config.
PortletContextAwareProcessor(PortletContext, PortletConfig) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextAwareProcessor
Create a new PortletContextAwareProcessor for the given context and config.
PortletContextPropertySource - Class in com.liferay.portletmvc4spring.context
PropertySource that reads init parameters from a PortletContext object.
PortletContextPropertySource(String, PortletContext) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextPropertySource
 
PortletContextResource - Class in com.liferay.portletmvc4spring.context
Resource implementation for PortletContext resources, interpreting relative paths within the portlet application root directory.
PortletContextResource(PortletContext, String) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextResource
Create a new PortletContextResource.
PortletContextResourceLoader - Class in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.PortletContextResourceLoader
Create a new PortletContextResourceLoader.
PortletContextResourcePatternResolver - Class in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.PortletContextResourcePatternResolver
Create a new PortletContextResourcePatternResolver.
PortletContextResourcePatternResolver(ResourceLoader) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextResourcePatternResolver
Create a new PortletContextResourcePatternResolver.
PortletContextScope - Class in com.liferay.portletmvc4spring.context
Scope wrapper for a PortletContext, i.e.
PortletContextScope(PortletContext) - Constructor for class com.liferay.portletmvc4spring.context.PortletContextScope
Create a new Scope wrapper for the given PortletContext.
PortletCookieValueMethodArgumentResolver - Class in com.liferay.portletmvc4spring.mvc.method.annotation
An AbstractCookieValueMethodArgumentResolver that resolves cookie values from a PortletRequest.
PortletCookieValueMethodArgumentResolver(ConfigurableBeanFactory) - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletCookieValueMethodArgumentResolver
 
PortletInvocableHandlerMethod - Class in com.liferay.portletmvc4spring.mvc.method.annotation
Extends InvocableHandlerMethod with the ability to handle return values through a registered HandlerMethodReturnValueHandler and also supports setting the response status based on a method-level @ ResponseStatus annotation.
PortletInvocableHandlerMethod(HandlerMethod) - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletInvocableHandlerMethod
Create an instance from a HandlerMethod.
PortletInvocableHandlerMethod(Object, Method) - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletInvocableHandlerMethod
Creates an instance from the given handler and method.
PortletJstlView - Class in com.liferay.portletmvc4spring
This class provides work-arounds for two incompatibilities with Apache Pluto: JSTL incompatibility -- see the PortletJstlView.exposeHelpers(HttpServletRequest)} method for details. Request dispatcher incompatibility -- see the PortletJstlView.useInclude(HttpServletRequest, HttpServletResponse) method for more details
PortletJstlView() - Constructor for class com.liferay.portletmvc4spring.PortletJstlView
 
PortletLocaleContextResolver - Interface in com.liferay.portletmvc4spring
Extension of LocaleResolver, adding support for a rich locale context (potentially including locale and time zone information).
PortletLocaleResolver - Interface in com.liferay.portletmvc4spring
Interface for web-based locale resolution strategies that allows for both locale resolution via the request and locale modification via request and response.
PortletModeHandlerMapping - Class in com.liferay.portletmvc4spring.handler
Implementation of the HandlerMapping interface to map from the current PortletMode to request handler beans.
PortletModeHandlerMapping() - Constructor for class com.liferay.portletmvc4spring.handler.PortletModeHandlerMapping
 
PortletModelAttributeMethodProcessor - Class in com.liferay.portletmvc4spring.mvc.method.annotation
A Portlet-specific ModelAttributeMethodProcessor that applies data binding through a WebDataBinder of type PortletRequestDataBinder.
PortletModelAttributeMethodProcessor(boolean) - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletModelAttributeMethodProcessor
 
PortletModeNameViewController - Class in com.liferay.portletmvc4spring.mvc
Trivial controller that transforms the PortletMode to a view name.
PortletModeNameViewController() - Constructor for class com.liferay.portletmvc4spring.mvc.PortletModeNameViewController
 
PortletModeParameterHandlerMapping - Class in com.liferay.portletmvc4spring.handler
Implementation of the HandlerMapping interface to map from the current PortletMode and a request parameter to request handler beans.
PortletModeParameterHandlerMapping() - Constructor for class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
 
PortletMultipartResolver - Interface in com.liferay.portletmvc4spring.multipart
Portlet version of Spring's multipart resolution strategy for file uploads as defined in RFC 1867.
PortletRequestAttributes - Class in com.liferay.portletmvc4spring.context
Portlet-based implementation of the RequestAttributes interface.
PortletRequestAttributes(PortletRequest) - Constructor for class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Create a new PortletRequestAttributes instance for the given request.
PortletRequestAttributes(PortletRequest, PortletResponse) - Constructor for class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Create a new PortletRequestAttributes instance for the given request.
PortletRequestBindingException - Exception in com.liferay.portletmvc4spring.bind
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
PortletRequestBindingException(String) - Constructor for exception com.liferay.portletmvc4spring.bind.PortletRequestBindingException
Constructor for PortletRequestBindingException.
PortletRequestBindingException(String, Throwable) - Constructor for exception com.liferay.portletmvc4spring.bind.PortletRequestBindingException
Constructor for PortletRequestBindingException.
PortletRequestContextUtils - Class in com.liferay.portletmvc4spring.support
Utility class for easy access to request-specific state which has been set by the DispatcherServlet.
PortletRequestContextUtils() - Constructor for class com.liferay.portletmvc4spring.support.PortletRequestContextUtils
 
PortletRequestDataBinder - Class in com.liferay.portletmvc4spring.bind
Special DataBinder to perform data binding from portlet request parameters to JavaBeans, including support for multipart files.
PortletRequestDataBinder(Object) - Constructor for class com.liferay.portletmvc4spring.bind.PortletRequestDataBinder
Create a new PortletRequestDataBinder instance, with default object name.
PortletRequestDataBinder(Object, String) - Constructor for class com.liferay.portletmvc4spring.bind.PortletRequestDataBinder
Create a new PortletRequestDataBinder instance.
PortletRequestDataBinderFactory - Class in com.liferay.portletmvc4spring.mvc.method.annotation
Creates a PortletRequestDataBinder.
PortletRequestDataBinderFactory(List<InvocableHandlerMethod>, WebBindingInitializer) - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestDataBinderFactory
 
PortletRequestHandledEvent - Class in com.liferay.portletmvc4spring.context
Portlet-specific subclass of RequestHandledEvent, adding portlet-specific context information.
PortletRequestHandledEvent(Object, String, String, String, String, String, long) - Constructor for class com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
Create a new PortletRequestHandledEvent.
PortletRequestHandledEvent(Object, String, String, String, String, String, long, Throwable) - Constructor for class com.liferay.portletmvc4spring.context.PortletRequestHandledEvent
Create a new PortletRequestHandledEvent.
PortletRequestMappingHandlerAdapter - Class in com.liferay.portletmvc4spring.mvc.method.annotation
Extension of AbstractPortletHandlerMethodAdapter that supports HandlerMethods annotated with ActionMapping, EventMapping, RenderMapping, or ResourceMapping.
PortletRequestMappingHandlerAdapter() - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
 
PortletRequestMethodArgumentResolver - Class in com.liferay.portletmvc4spring.mvc.method.annotation
Resolves servlet backed request-related method arguments.
PortletRequestMethodArgumentResolver() - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMethodArgumentResolver
 
PortletRequestMethodNotSupportedException - Exception in com.liferay.portletmvc4spring.handler
Exception thrown when a request handler does not support a specific request method.
PortletRequestMethodNotSupportedException(String) - Constructor for exception com.liferay.portletmvc4spring.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestMethodNotSupportedException(String[]) - Constructor for exception com.liferay.portletmvc4spring.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestMethodNotSupportedException(String, String[]) - Constructor for exception com.liferay.portletmvc4spring.handler.PortletRequestMethodNotSupportedException
Create a new PortletRequestMethodNotSupportedException.
PortletRequestParameterPropertyValues - Class in com.liferay.portletmvc4spring.bind
PropertyValues implementation created from parameters in a PortletRequest.
PortletRequestParameterPropertyValues(PortletRequest) - Constructor for class com.liferay.portletmvc4spring.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues using no prefix (and hence, no prefix separator).
PortletRequestParameterPropertyValues(PortletRequest, String) - Constructor for class com.liferay.portletmvc4spring.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues using the given prefix and the default prefix separator (the underscore character "_").
PortletRequestParameterPropertyValues(PortletRequest, String, String) - Constructor for class com.liferay.portletmvc4spring.bind.PortletRequestParameterPropertyValues
Create new PortletRequestPropertyValues supplying both prefix and prefix separator.
PortletRequestUtils - Class in com.liferay.portletmvc4spring.bind
Parameter extraction methods, for an approach distinct from data binding, in which parameters of specific types are required.
PortletRequestUtils() - Constructor for class com.liferay.portletmvc4spring.bind.PortletRequestUtils
 
PortletResponseMethodArgumentResolver - Class in com.liferay.portletmvc4spring.mvc.method.annotation
Resolves servlet backed response-related method arguments.
PortletResponseMethodArgumentResolver() - Constructor for class com.liferay.portletmvc4spring.mvc.method.annotation.PortletResponseMethodArgumentResolver
 
PortletSessionRequiredException - Exception in com.liferay.portletmvc4spring.handler
Exception thrown when a portlet content generator requires a pre-existing session.
PortletSessionRequiredException(String) - Constructor for exception com.liferay.portletmvc4spring.handler.PortletSessionRequiredException
Create a new PortletSessionRequiredException.
PortletSessionScope - Class in com.liferay.portletmvc4spring.context
 
PortletSessionScope() - Constructor for class com.liferay.portletmvc4spring.context.PortletSessionScope
Create a new SessionScope, storing attributes in a locally isolated session (or default session, if there is no distinction between a global session and a component-specific session).
PortletSessionScope(boolean) - Constructor for class com.liferay.portletmvc4spring.context.PortletSessionScope
Create a new SessionScope, specifying whether to store attributes in the global session, provided that such a distinction is available.
PortletUtils - Class in com.liferay.portletmvc4spring.util
Miscellaneous utilities for portlet applications.
PortletUtils() - Constructor for class com.liferay.portletmvc4spring.util.PortletUtils
 
PortletWebRequest - Class in com.liferay.portletmvc4spring.context
WebRequest adapter for a PortletRequest.
PortletWebRequest(PortletRequest) - Constructor for class com.liferay.portletmvc4spring.context.PortletWebRequest
Create a new PortletWebRequest instance for the given request.
PortletWebRequest(PortletRequest, PortletResponse) - Constructor for class com.liferay.portletmvc4spring.context.PortletWebRequest
Create a new PortletWebRequest instance for the given request/response pair.
PortletWrappingController - Class in com.liferay.portletmvc4spring.mvc
Controller implementation that wraps a portlet instance which it manages internally.
PortletWrappingController() - Constructor for class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
postHandleRender(RenderRequest, RenderResponse, Object, ModelAndView) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Intercept the execution of a handler in the render phase.
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
This implementation is empty.
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
postHandleResource(ResourceRequest, ResourceResponse, Object, ModelAndView) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Intercept the execution of a handler in the render phase.
postProcessAfterInitialization(Object, String) - Method in class com.liferay.portletmvc4spring.context.PortletContextAwareProcessor
 
postProcessAfterInitialization(Object, String) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
Register request/session scopes, a PortletContextAwareProcessor, etc.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
Register request/session scopes, a PortletContextAwareProcessor, etc.
postProcessBeforeDestruction(Object, String) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.liferay.portletmvc4spring.context.PortletContextAwareProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
postProcessPortletApplicationContext(ConfigurableApplicationContext) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
Default callback that all "pre*" methods delegate to.
preHandle(PortletRequest, PortletResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.UserRoleAuthorizationInterceptor
 
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.ParameterMappingInterceptor
If request is an ActionRequest, get handler mapping parameter and add it to the ActionResponse.
preHandleAction(ActionRequest, ActionResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
preHandleAction(ActionRequest, ActionResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Intercept the execution of a handler in the action phase.
preHandleEvent(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
preHandleEvent(EventRequest, EventResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
preHandleEvent(EventRequest, EventResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Intercept the execution of a handler in the action phase.
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
preHandleRender(RenderRequest, RenderResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
preHandleRender(RenderRequest, RenderResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Intercept the execution of a handler in the render phase.
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.HandlerInterceptorAdapter
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
 
preHandleResource(ResourceRequest, ResourceResponse, Object) - Method in interface com.liferay.portletmvc4spring.HandlerInterceptor
Intercept the execution of a handler in the render phase.
preventCaching(MimeResponse) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Prevent the render response from being cached.
processAction(ActionRequest, ActionResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Delegate action requests to processRequest/doActionService.
processEvent(EventRequest, EventResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
 
processHandlerException(RenderRequest, RenderResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processHandlerException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Determine an error ModelAndView via the registered HandlerExceptionResolvers.
processRequest(PortletRequest, PortletResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Process this request, publishing an event regardless of the outcome.
processRequest(HttpServletRequest, HttpServletResponse) - Method in class com.liferay.portletmvc4spring.ViewRendererServlet
Process this request, handling exceptions.

R

refresh() - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Refresh this portlet's application context, as well as the dependent state of the portlet.
registerDestructionCallback(String, Runnable) - Method in class com.liferay.portletmvc4spring.context.PortletContextScope
 
registerDestructionCallback(String, Runnable, int) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
registerHandler(K, Object) - Method in class com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
Register the given handler instance for the given parameter value.
registerHandler(K, Object, AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate) - Method in class com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
Register the given handler instance for the given parameter value.
registerHandler(PortletMode, Map<String, ?>) - Method in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Register all handlers specified in the given parameter map.
registerHandler(PortletMode, String, Object) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHandlersByMode(Map<String, Object>) - Method in class com.liferay.portletmvc4spring.handler.PortletModeHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerHandlersByModeAndParameter(Map<String, Map<String, ?>>) - Method in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Register all handlers specified in the Portlet mode map for the corresponding modes.
registerSessionDestructionCallback(String, Runnable) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Register the given callback as to be executed after session termination.
remove(String) - Method in class com.liferay.portletmvc4spring.context.PortletContextScope
 
removeAttribute(String, int) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
render(ModelAndView, PortletRequest, MimeResponse) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Render the given ModelAndView.
renderError(Writer, String) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
renderError(ApplicationContext, Locale, Writer, String, String) - Method in class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
RenderMapping - Annotation Type in com.liferay.portletmvc4spring.bind.annotation
Annotation for mapping Portlet render requests onto handler methods.
renderView(HttpServletRequest, HttpServletResponse) - Method in class com.liferay.portletmvc4spring.ViewRendererServlet
Retrieve the View instance and model Map to render and trigger actual rendering.
requiresDestruction(Object) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMethodArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletResponseMethodArgumentResolver
Set ModelAndViewContainer.setRequestHandled(boolean) to false to indicate that the method signature provides access to the response.
resolveCommonArgument(MethodParameter, NativeWebRequest, Exception) - Method in class com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves common method arguments.
resolveContextualObject(String) - Method in class com.liferay.portletmvc4spring.context.PortletContextScope
 
resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Checks whether this resolver is supposed to apply (i.e.
resolveException(ResourceRequest, ResourceResponse, Object, Exception) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
 
resolveException(RenderRequest, RenderResponse, Object, Exception) - Method in interface com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.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.
resolveLocale(PortletRequest) - Method in interface com.liferay.portletmvc4spring.PortletLocaleResolver
Resolve the current locale via the given request.
resolveLocaleContext(PortletRequest) - Method in interface com.liferay.portletmvc4spring.PortletLocaleContextResolver
Resolve the current locale context via the given request.
resolveMultipart(ActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
resolveMultipart(ResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
resolveMultipart(ActionRequest) - Method in interface com.liferay.portletmvc4spring.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.
resolveMultipart(ResourceRequest) - Method in interface com.liferay.portletmvc4spring.multipart.PortletMultipartResolver
Parse the given portlet request into multipart files and parameters, and wrap the request inside a MultipartResourceRequest object that provides access to file descriptors and makes contained parameters accessible via the standard PortletRequest methods.
resolveMultipart(ActionRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
resolveMultipart(ResourceRequest) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
resolveName(String, MethodParameter, NativeWebRequest) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletCookieValueMethodArgumentResolver
 
resolveReference(String) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
resolveStandardArgument(Class<?>, NativeWebRequest, Exception) - Method in class com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Resolves standard method arguments.
resolveViewName(String, Map<String, ?>, PortletRequest) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Resolve the given view name into a View object (to be rendered).
ResourceAwareController - Interface in com.liferay.portletmvc4spring.mvc
Extension of the Portlet Controller interface that allows for handling Portlet 2.0 resource requests as well.
ResourceMapping - Annotation Type in com.liferay.portletmvc4spring.bind.annotation
Annotation for mapping Portlet resource requests onto handler methods.

S

SCOPE_GLOBAL_SESSION - Static variable in interface com.liferay.portletmvc4spring.context.PortletApplicationContext
Scope identifier for global session scope: "globalSession".
SCOPE_GLOBAL_SESSION - Static variable in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Constant that indicates global session scope.
serveResource(ResourceRequest, ResourceResponse) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
 
serveResource(ResourceRequest, ResourceResponse, PortletContext) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Set whether to allow duplicate parameter values across different portlet modes.
setApplyWebRequestInterceptorsToRenderPhaseOnly(boolean) - Method in class com.liferay.portletmvc4spring.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").
setArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Configure the complete list of supported argument types thus overriding the resolvers that would otherwise be configured by default.
setAttribute(String, Object, int) - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
 
setAuthorizedRoles(String...) - Method in class com.liferay.portletmvc4spring.handler.UserRoleAuthorizationInterceptor
Set the roles that this interceptor should treat as authorized.
setBeanFactory(BeanFactory) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
A ConfigurableBeanFactory is expected for resolving expressions in method argument default values.
setBeanName(String) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
setCacheSeconds(int) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Cache content for the given number of seconds.
setConfigLocation(String) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
setConfigLocation(String) - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context in init-param style, i.e.
setConfigLocation(String) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setConfigLocations(String...) - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Set the config locations for this portlet application context.
setConfigLocations(String...) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
The StaticPortletApplicationContext class does not support this method.
setContentNegotiationManager(ContentNegotiationManager) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Set the ContentNegotiationManager to use to determine requested media types.
setContextClass(Class<?>) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Set a custom context class.
setContextConfigLocation(String) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Set the context config location explicitly, instead of relying on the default location built from the namespace.
setCustomArgumentResolver(WebArgumentResolver) - Method in class com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set a custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(WebArgumentResolver[]) - Method in class com.liferay.portletmvc4spring.mvc.annotation.AnnotationMethodHandlerExceptionResolver
Set one or more custom ArgumentResolvers to use for special method parameter types.
setCustomArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Provide resolvers for custom argument types.
setCustomReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Provide handlers for custom return value types.
setDefaultErrorView(String) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Set the name of the default error view.
setDefaultHandler(Object) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Set the default handler for this handler mapping.
setDetectAllHandlerAdapters(boolean) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set whether to detect all HandlerAdapter beans in this portlet's context.
setDetectAllHandlerExceptionResolvers(boolean) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set whether to detect all HandlerExceptionResolver beans in this portlet's context.
setDetectAllHandlerMappings(boolean) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set whether to detect all HandlerMapping beans in this portlet's context.
setDetectAllViewResolvers(boolean) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set whether to detect all ViewResolver beans in this portlet's context.
setEnvironment(Environment) - Method in class com.liferay.portletmvc4spring.GenericPortletBean
setExceptionAttribute(String) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Set the name of the model attribute as which the exception should be exposed.
setExceptionMappings(Properties) - Method in class com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
Set the mappings between exception class names and error view names.
setForwardActionException(boolean) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set whether to forward exceptions thrown during the action phase to the render phase via a session attribute.
setForwardEventException(boolean) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set whether to forward exceptions thrown during the event phase to the render phase via a session attribute.
setHandlerMethodReturnValueHandlers(HandlerMethodReturnValueHandlerComposite) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletInvocableHandlerMethod
Register HandlerMethodReturnValueHandler instances to use to handle return values.
setInitBinderArgumentResolvers(List<HandlerMethodArgumentResolver>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Configure the supported argument types in @InitBinder methods.
setInitParameters(Map<String, String>) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
Specify init parameters for the portlet to wrap, as name-value pairs.
setInterceptors(Object[]) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Set the interceptors to apply for all handlers mapped by this handler mapping.
setLazyInitHandlers(boolean) - Method in class com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping
Set whether to lazily initialize handlers.
setLocale(PortletRequest, PortletResponse, Locale) - Method in interface com.liferay.portletmvc4spring.PortletLocaleResolver
Set the current locale to the given one.
setLocaleContext(PortletRequest, PortletResponse, LocaleContext) - Method in interface com.liferay.portletmvc4spring.PortletLocaleContextResolver
Set the current locale context to the given one, potentially including a locale with associated time zone information.
setMappedHandlerClasses(Class<?>...) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Specify the set of classes that this exception resolver should apply to.
setMappedHandlers(Set<?>) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Specify the set of handlers that this exception resolver should apply to.
setMappings(Properties) - Method in class com.liferay.portletmvc4spring.handler.PortletModeHandlerMapping
Set PortletMode to handler bean name mappings from a Properties object.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Provide the converters to use in argument resolvers and return value handlers that support reading and/or writing to the body of the request and response.
setModelAndViewResolvers(List<ModelAndViewResolver>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Provide custom ModelAndViewResolvers.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartFiles(MultiValueMap<String, MultipartFile>) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Set a Map with parameter names as keys and list of MultipartFile objects as values.
setMultipartParameterContentTypes(Map<String, String>) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameterContentTypes(Map<String, String>) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Set a Map with parameter names as keys and content type Strings as values.
setMultipartParameters(Map<String, String[]>) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartActionRequest
Set a Map with parameter names as keys and String array objects as values.
setMultipartParameters(Map<String, String[]>) - Method in class com.liferay.portletmvc4spring.multipart.DefaultMultipartResourceRequest
Set a Map with parameter names as keys and String array objects as values.
setNamespace(String) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
setNamespace(String) - Method in interface com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
setNamespace(String) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Set a custom namespace for this portlet, to be used for building a default context config location.
setOrder(int) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
 
setOrder(int) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerMapping
Specify the order value for this HandlerMapping bean.
setOrder(int) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
Specify the order value for this HandlerAdapter bean.
setParameterMap(Map<String, ?>) - Method in class com.liferay.portletmvc4spring.handler.ParameterHandlerMapping
Set a Map with parameters as keys and handler beans or bean names as values.
setParameterName(String) - Method in class com.liferay.portletmvc4spring.handler.ParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterName(String) - Method in class com.liferay.portletmvc4spring.handler.ParameterMappingInterceptor
Set the name of the parameter used for mapping.
setParameterName(String) - Method in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Set the name of the parameter used for mapping to handlers.
setParameterNameDiscoverer(ParameterNameDiscoverer) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Set the ParameterNameDiscoverer to use for resolving method parameter names if needed (e.g.
setParent(ApplicationContext) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
setParent(ApplicationContext) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
setPortletClass(Class<?>) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
Set the class of the Portlet to wrap.
setPortletConfig(PortletConfig) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
setPortletConfig(PortletConfig) - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Set the PortletConfig for this portlet application context.
setPortletConfig(PortletConfig) - Method in interface com.liferay.portletmvc4spring.context.PortletConfigAware
Set the PortletConfigthat this object runs in.
setPortletConfig(PortletConfig) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
setPortletConfig(PortletConfig) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
setPortletConfig(PortletConfig) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.context.AbstractRefreshablePortletApplicationContext
 
setPortletContext(PortletContext) - Method in interface com.liferay.portletmvc4spring.context.ConfigurablePortletApplicationContext
Set the PortletContext for this portlet application context.
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.context.PortletApplicationObjectSupport
 
setPortletContext(PortletContext) - Method in interface com.liferay.portletmvc4spring.context.PortletContextAware
Set the PortletContext that this object runs in.
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
 
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
 
setPortletContext(PortletContext) - Method in class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
setPortletModeMap(Map<String, ?>) - Method in class com.liferay.portletmvc4spring.handler.PortletModeHandlerMapping
Set a Map with PortletModes as keys and handler beans as values.
setPortletModeParameterMap(Map<String, Map<String, ?>>) - Method in class com.liferay.portletmvc4spring.handler.PortletModeParameterHandlerMapping
Set a Map with portlet mode names as keys and another Map as values.
setPortletName(String) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
Set the name of the Portlet to wrap.
setPublishContext(boolean) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.FrameworkPortlet
Set whether this portlet should publish a PortletRequestHandledEvent at the end of each request.
setRenderWhenMinimized(boolean) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Set if the resolver should render a view when the portlet is in a minimized window.
setRenderWhenMinimized(boolean) - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
Set if the controller should render an view when the portlet is in a minimized window.
setRequireSession(boolean) - Method in class com.liferay.portletmvc4spring.handler.PortletContentGenerator
Set whether a session should be required to handle requests.
setResolveLazily(boolean) - Method in class com.liferay.portletmvc4spring.multipart.CommonsPortletMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setResolveLazily(boolean) - Method in class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setReturnValueHandlers(List<HandlerMethodReturnValueHandler>) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Configure the complete list of supported return value types thus overriding handlers that would otherwise be configured by default.
setSessionAttribute(PortletRequest, String, Object) - Static method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.util.PortletUtils
Set the session attribute with the given name to the given value in the given scope.
setSessionAttributeStore(SessionAttributeStore) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Specify the strategy to store session attributes with.
setSynchronizeOnSession(boolean) - Method in class com.liferay.portletmvc4spring.mvc.AbstractController
Set if controller execution should be synchronized on the session, to serialize parallel invocations from the same client.
setTaskExecutor(AsyncTaskExecutor) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Set the default AsyncTaskExecutor to use when a controller method return a Callable.
setThreadContextInheritable(boolean) - Method in class com.liferay.portletmvc4spring.FrameworkPortlet
Set whether to expose the LocaleContext and RequestAttributes as inheritable for child threads (using an InheritableThreadLocal).
setUserinfoUsernameAttributes(String[]) - Method in class com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
Set whether to use the shared PortletConfig object passed in through setPortletConfig, if available.
setUseSharedPortletConfig(boolean) - Method in class com.liferay.portletmvc4spring.mvc.PortletWrappingController
Set whether to use the shared PortletConfig object passed in through setPortletConfig, if available.
setView(Object) - Method in class com.liferay.portletmvc4spring.ModelAndView
Set a View object for this ModelAndView.
setViewName(String) - Method in class com.liferay.portletmvc4spring.ModelAndView
Set a view name for this ModelAndView, to be resolved by the DispatcherPortlet via a ViewResolver.
setViewName(String) - Method in class com.liferay.portletmvc4spring.mvc.ParameterizableViewController
Set the name of the view to delegate to.
setViewRendererUrl(String) - Method in class com.liferay.portletmvc4spring.DispatcherPortlet
Set the URL to the ViewRendererServlet.
setWarnLogCategory(String) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Set the log category for warn logging.
setWebBindingInitializer(WebBindingInitializer) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Provide a WebBindingInitializer with "global" initialization to apply to every DataBinder instance.
shouldApplyTo(PortletRequest, Object) - Method in class com.liferay.portletmvc4spring.handler.AbstractHandlerExceptionResolver
Check whether this resolver is supposed to apply to the given handler.
SimpleControllerHandlerAdapter - Class in com.liferay.portletmvc4spring.mvc
Adapter to use the Controller workflow interface with the generic DispatcherPortlet.
SimpleControllerHandlerAdapter() - Constructor for class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
SimpleMappingExceptionResolver - Class in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.SimpleMappingExceptionResolver
 
SimplePortletHandlerAdapter - Class in com.liferay.portletmvc4spring.handler
Adapter to use the Portlet interface with the generic DispatcherPortlet.
SimplePortletHandlerAdapter() - Constructor for class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
SimplePortletPostProcessor - Class in com.liferay.portletmvc4spring.handler
BeanPostProcessor that applies initialization and destruction callbacks to beans that implement the Portlet interface.
SimplePortletPostProcessor() - Constructor for class com.liferay.portletmvc4spring.handler.SimplePortletPostProcessor
 
SpringSecurityPortletConfigurer - Class in com.liferay.portletmvc4spring.security
In order to enable CSRF protection, it is necessary to specify this class in a component-scan or register it in the WEB-INF/spring-context/portlet-application-context.xml descriptor.
SpringSecurityPortletConfigurer() - Constructor for class com.liferay.portletmvc4spring.security.SpringSecurityPortletConfigurer
 
SpringSecurityPortletFilter - Class in com.liferay.portletmvc4spring.security
In order to enable CSRF protection, it is necessary to register this class in the WEB-INF/portlet.xml descriptor.
SpringSecurityPortletFilter() - Constructor for class com.liferay.portletmvc4spring.security.SpringSecurityPortletFilter
 
StandardPortletEnvironment - Class in com.liferay.portletmvc4spring.context
Environment implementation to be used by Servlet-based web applications.
StandardPortletEnvironment() - Constructor for class com.liferay.portletmvc4spring.context.StandardPortletEnvironment
 
StandardPortletMultipartResolver - Class in com.liferay.portletmvc4spring.multipart
Standard implementation of the MultipartResolver interface, based on the Servlet 3.0 Part API.
StandardPortletMultipartResolver() - Constructor for class com.liferay.portletmvc4spring.multipart.StandardPortletMultipartResolver
 
StandardPortletMultipartResolver.MultipartParsingResult - Class in com.liferay.portletmvc4spring.multipart
Holder for a Map of Spring MultipartFiles and a Map of multipart parameters.
StaticPortletApplicationContext - Class in com.liferay.portletmvc4spring.context
Static Portlet-based ApplicationContext implementation for testing.
StaticPortletApplicationContext() - Constructor for class com.liferay.portletmvc4spring.context.StaticPortletApplicationContext
 
supports(Object) - Method in class com.liferay.portletmvc4spring.handler.SimplePortletHandlerAdapter
 
supports(Object) - Method in interface com.liferay.portletmvc4spring.HandlerAdapter
Given a handler instance, return whether or not this HandlerAdapter can support it.
supports(Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
 
supports(Object) - Method in class com.liferay.portletmvc4spring.mvc.SimpleControllerHandlerAdapter
 
supportsInternal(Object) - Method in class com.liferay.portletmvc4spring.mvc.method.AbstractPortletHandlerMethodAdapter
Given a handler method, return whether or not this adapter can support it.
supportsInternal(Object) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMappingHandlerAdapter
Always return true since any method argument and return value type will be processed in some way.
supportsParameter(MethodParameter) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletRequestMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class com.liferay.portletmvc4spring.mvc.method.annotation.PortletResponseMethodArgumentResolver
 

T

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

U

updateAccessedSessionAttributes() - Method in class com.liferay.portletmvc4spring.context.PortletRequestAttributes
Update all accessed session attributes through session.setAttribute calls, explicitly indicating to the container that they might have been modified.
useInclude(HttpServletRequest, HttpServletResponse) - Method in class com.liferay.portletmvc4spring.PortletJstlView
If the specified request is associated with Apache Pluto and the RESOURCE_PHASE of the portlet lifecycle, then this method returns true in order to force PortletMVC4Spring to dispatch using "include" rather than "forward".
UserRoleAuthorizationInterceptor - Class in com.liferay.portletmvc4spring.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 com.liferay.portletmvc4spring.handler.UserRoleAuthorizationInterceptor
 

V

validate(PortletRequest) - Method in interface com.liferay.portletmvc4spring.handler.AbstractMapBasedHandlerMapping.PortletRequestMappingPredicate
Validate this predicate's mapping against the current request.
validateModeMapping(String[], String[]) - Static method in class com.liferay.portletmvc4spring.mvc.annotation.PortletAnnotationMappingUtils
Check whether the given portlet modes matches the specified type-level modes.
valueOf(String) - Static method in enum com.liferay.portletmvc4spring.util.PortletContainer
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.liferay.portletmvc4spring.util.PortletContainer
Returns an array containing the constants of this enum type, in the order they are declared.
VIEW_ATTRIBUTE - Static variable in class com.liferay.portletmvc4spring.ViewRendererServlet
Name of request attribute that holds the View object
VIEW_RESOLVER_BEAN_NAME - Static variable in class com.liferay.portletmvc4spring.DispatcherPortlet
Well-known name for the ViewResolver object in the bean factory for this namespace.
ViewRendererServlet - Class in com.liferay.portletmvc4spring
ViewRendererServlet is a bridge servlet that supports PortletMVC4Spring.
ViewRendererServlet() - Constructor for class com.liferay.portletmvc4spring.ViewRendererServlet
 

W

wasCleared() - Method in class com.liferay.portletmvc4spring.ModelAndView
Return whether this ModelAndView object is empty as a result of a call to ModelAndView.clear() i.e.
WEB_APPLICATION_CONTEXT_ATTRIBUTE - Static variable in class com.liferay.portletmvc4spring.ViewRendererServlet
Request attribute to hold current web application context.
WebRequestHandlerInterceptorAdapter - Class in com.liferay.portletmvc4spring.handler
Adapter that implements the Portlet HandlerInterceptor interface and wraps an underlying WebRequestInterceptor.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor) - Constructor for class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor, applying to the render phase only.
WebRequestHandlerInterceptorAdapter(WebRequestInterceptor, boolean) - Constructor for class com.liferay.portletmvc4spring.handler.WebRequestHandlerInterceptorAdapter
Create a new WebRequestHandlerInterceptorAdapter for the given WebRequestInterceptor.

X

XmlPortletApplicationContext - Class in com.liferay.portletmvc4spring.context
Portlet-based WebApplicationContext implementation which takes its configuration from XML documents, understood by an XmlBeanDefinitionReader.
XmlPortletApplicationContext() - Constructor for class com.liferay.portletmvc4spring.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

Copyright © 2019 Liferay, Inc.. All rights reserved.