Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.portlet.handler Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
AbstractHandlerExceptionResolverAbstract base class for HandlerExceptionResolver implementations.Classorg.springframework.web.portlet.handlerSpring MVC
AbstractHandlerMappingAbstract base class for HandlerMappingSince:2.Classorg.springframework.web.portlet.handlerSpring MVC
AbstractMapBasedHandlerMappingAbstract base class for HandlerMappingSupports arbitrary lookup keys, and automatically resolves handler bean namesClassorg.springframework.web.portlet.handlerSpring MVC
AbstractMapBasedHandlerMapping .PortletRequestMappingPredicatePredicate interface for determining a match with a given request.Interfaceorg.springframework.web.portlet.handler.AbstractMapBasedHandlerMappingSpring MVC
HandlerAdapterPortlet MVC framework SPI interface, allowing parameterization of core MVC workflow.Interfaceorg.springframework.web.portletSpring MVC
HandlerExceptionResolverInterface to be implemented by objects than can resolve exceptions thrownduring handler mapping or execution, in the typical case to error views.Interfaceorg.springframework.web.portletSpring MVC
HandlerExecutionChainHandler execution chain, consisting of handler object and any handler interceptors.Classorg.springframework.web.portletSpring MVC
HandlerInterceptorWorkflow interface that allows for customized handler execution chains.Interfaceorg.springframework.web.portletSpring MVC
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors.Classorg.springframework.web.portlet.handlerSpring MVC
HandlerMappingInterface to be implemented by objects that define a mapping betweenrequests and handler objects.Interfaceorg.springframework.web.portletSpring MVC
ParameterHandlerMappingto map from a request parameter to request handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
ParameterMappingInterceptorInterceptor to forward a request parameter from the ActionRequest to theThis can be useful when using ParameterHandlerMappingClassorg.springframework.web.portlet.handlerSpring MVC
PortletContentGeneratorConvenient superclass for any kind of web content generator,like AbstractController.Classorg.springframework.web.portlet.handlerSpring MVC
PortletModeHandlerMappinginterface to map from the current PortletMode to request handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
PortletModeParameterHandlerMappinginterface to map from the current PortletMode and a request parameter torequest handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
PortletRequestMethodNotSupportedExceptionException thrown when a request handler does not support aspecific request method.Classorg.springframework.web.portlet.handlerSpring MVC
PortletSessionRequiredExceptionException thrown when a portlet content generator requires a pre-existing session.Classorg.springframework.web.portlet.handlerSpring MVC
SimpleMappingExceptionResolverHandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for aClassorg.springframework.web.portlet.handlerSpring MVC
SimplePortletHandlerAdapterAdapter to use the Portlet interface with the generic DispatcherPortlet.Classorg.springframework.web.portlet.handlerSpring MVC
SimplePortletPostProcessorBean post-processor that applies initialization and destruction callbacksto beans that implement the Portlet interface.Classorg.springframework.web.portlet.handlerSpring MVC
UserRoleAuthorizationInterceptorInterceptor that checks the authorization of the current user via theuser's roles, as evaluated by PortletRequest's isUserInRole method.Classorg.springframework.web.portlet.handlerSpring MVC
WebRequestHandlerInterceptorAdapterAdapter that implements the Portlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.portlet.handlerSpring MVC