Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.portlet Classes and Interfaces - 72 results found.
NameDescriptionTypePackageFramework
AbstractControllerConvenient superclass for controller implementations, using the TemplateMethod design pattern.Classorg.springframework.web.portlet.mvcSpring MVC
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
AbstractRefreshablePortletApplicationContextAbstractRefreshableApplicationContextsubclass which implements the ConfigurablePortletApplicationContextClassorg.springframework.web.portlet.contextSpring MVC
ActionMappingAnnotation for mapping Portlet action requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
AnnotationMethodHandlerAdapterinterface that maps handler methods based on portlet modes, action/render phasesand request parameters expressed through the RequestMapping annotation.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
AnnotationMethodHandlerExceptionResolverexceptions through the ExceptionHandler annotation.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
CommonsPortletMultipartResolverPortletMultipartResolver implementation forApache Commons FileUploadClassorg.springframework.web.portlet.multipartSpring MVC
ConfigurablePortletApplicationContextInterface to be implemented by configurable portlet application contexts.Interfaceorg.springframework.web.portlet.contextSpring MVC
ControllerBase portlet Controller interface, representing a component that receivesRenderRequest/RenderResponse and ActionRequest/ActionResponse like aInterfaceorg.springframework.web.portlet.mvcSpring MVC
DefaultAnnotationHandlerMappinginterface that maps handlers based on portlet modes expressed through theRequestMapping annotation at the type or method level.Classorg.springframework.web.portlet.mvc.annotationSpring MVC
DefaultMultipartActionRequestDefault implementation of the MultipartActionRequest interface.Classorg.springframework.web.portlet.multipartSpring MVC
DispatcherPortletCentral dispatcher for use within the Portlet MVC framework, e.Classorg.springframework.web.portletSpring MVC
EventAwareControllerExtension of the Portlet Controller interface that allowsfor handling Portlet 2.Interfaceorg.springframework.web.portlet.mvcSpring MVC
EventMappingAnnotation for mapping Portlet event requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
FrameworkPortletBase portlet for Spring's portlet framework.Classorg.springframework.web.portletSpring MVC
GenericPortletBeanSimple extension of javax.Classorg.springframework.web.portletSpring 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
MissingPortletRequestParameterExceptionPortletRequestBindingException subclass that indicates a missing parameter.Classorg.springframework.web.portlet.bindSpring MVC
ModelAndViewHolder for both Model and View in the web MVC framework.Classorg.springframework.web.portletSpring MVC
ModelAndViewDefiningExceptionException to be thrown on error conditions that should forwardto a specific view with a specific model.Classorg.springframework.web.portletSpring MVC
MultipartActionRequestInterface which provides additional methods for dealing with multipartcontent within a portlet request, allowing to access uploaded files.Interfaceorg.springframework.web.portlet.multipartSpring MVC
NoHandlerFoundExceptionException to be thrown if DispatcherPortlet is unable to determinea corresponding handler for an incoming portlet request.Classorg.springframework.web.portletSpring MVC
ParameterHandlerMappingto map from a request parameter to request handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
ParameterizableViewControllerTrivial controller that always returns a named view.Classorg.springframework.web.portlet.mvcSpring MVC
ParameterMappingInterceptorInterceptor to forward a request parameter from the ActionRequest to theThis can be useful when using ParameterHandlerMappingClassorg.springframework.web.portlet.handlerSpring MVC
PortletApplicationContextUtilsConvenience methods for retrieving the root WebApplicationContext fora given PortletContext.Classorg.springframework.web.portlet.contextSpring MVC
PortletApplicationObjectSupportConvenient superclass for application objects running in a Portlet ApplicationContext.Classorg.springframework.web.portlet.contextSpring MVC
PortletConfigAwareInterface to be implemented by any object that wishes to be notifiedof the PortletConfig (typically determined by the PortletApplicationContext)Interfaceorg.springframework.web.portlet.contextSpring MVC
PortletConfigPropertySourcePropertySource that reads init parameters from a PortletConfig object.Classorg.springframework.web.portlet.contextSpring MVC
PortletContentGeneratorConvenient superclass for any kind of web content generator,like AbstractController.Classorg.springframework.web.portlet.handlerSpring MVC
PortletContextAwareInterface to be implemented by any object that wishes to be notifiedof the PortletContext (typically determined by the PortletApplicationContext)Interfaceorg.springframework.web.portlet.contextSpring MVC
PortletContextAwareProcessorthe PortletContextAware interface.Classorg.springframework.web.portlet.contextSpring MVC
PortletContextPropertySourcePropertySource that reads init parameters from a PortletContext object.Classorg.springframework.web.portlet.contextSpring MVC
PortletContextResourceResource implementation forPortletContext resources, interpretingClassorg.springframework.web.portlet.contextSpring MVC
PortletContextResourceLoaderResourceLoader implementation that resolves paths as PortletContextresources, for use outside a Portlet ApplicationContext (for example,Classorg.springframework.web.portlet.contextSpring MVC
PortletContextResourcePatternResolverPortletContext-aware subclass of PathMatchingResourcePatternResolver,able to find matching resources below the web application root directoryClassorg.springframework.web.portlet.contextSpring MVC
PortletContextScopeScope wrapper for a PortletContext, i.Classorg.springframework.web.portlet.contextSpring MVC
PortletModeHandlerMappinginterface to map from the current PortletMode to request handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
PortletModeNameViewControllerTrivial controller that transforms the PortletMode to a view name.Classorg.springframework.web.portlet.mvcSpring MVC
PortletModeParameterHandlerMappinginterface to map from the current PortletMode and a request parameter torequest handler beans.Classorg.springframework.web.portlet.handlerSpring MVC
PortletMultipartResolverPortlet version of Spring's multipart resolution strategy for file uploadsas defined in RFC 1867.Interfaceorg.springframework.web.portlet.multipartSpring MVC
PortletRequestAttributesPortlet-based implementation of theRequestAttributes interface.Classorg.springframework.web.portlet.contextSpring MVC
PortletRequestBindingExceptionFatal binding exception, thrown when we want totreat binding exceptions as unrecoverable.Classorg.springframework.web.portlet.bindSpring MVC
PortletRequestDataBinderSpecial DataBinder to perform data bindingfrom portlet request parameters to JavaBeans, including support for multipart files.Classorg.springframework.web.portlet.bindSpring MVC
PortletRequestHandledEventPortlet-specific subclass of RequestHandledEvent,adding portlet-specific context information.Classorg.springframework.web.portlet.contextSpring MVC
PortletRequestMethodNotSupportedExceptionException thrown when a request handler does not support aspecific request method.Classorg.springframework.web.portlet.handlerSpring MVC
PortletRequestParameterPropertyValuesPropertyValues implementation created from parameters in a PortletRequest.Classorg.springframework.web.portlet.bindSpring MVC
PortletRequestUtilsParameter extraction methods, for an approach distinct from data binding,in which parameters of specific types are required.Classorg.springframework.web.portlet.bindSpring MVC
PortletSessionRequiredExceptionException thrown when a portlet content generator requires a pre-existing session.Classorg.springframework.web.portlet.handlerSpring MVC
PortletUtilsMiscellaneous utilities for portlet applications.Classorg.springframework.web.portlet.utilSpring MVC
PortletWebRequestfor a PortletRequest.Classorg.springframework.web.portlet.contextSpring MVC
PortletWrappingControllerController implementation that wraps a portlet instance which it managesinternally.Classorg.springframework.web.portlet.mvcSpring MVC
RenderMappingAnnotation for mapping Portlet render requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
ResourceAwareControllerExtension of the Portlet Controller interface that allowsfor handling Portlet 2.Interfaceorg.springframework.web.portlet.mvcSpring MVC
ResourceMappingAnnotation for mapping Portlet resource requests onto handler methods.Classorg.springframework.web.portlet.bind.annotationSpring MVC
SimpleControllerHandlerAdapterAdapter to use the Controller workflow interface with the generic DispatcherPortlet.Classorg.springframework.web.portlet.mvcSpring 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
StandardPortletEnvironmentEnvironment implementation to be used by Servlet-based webapplications.Classorg.springframework.web.portlet.contextSpring MVC
StaticPortletApplicationContextStatic Portlet-based ApplicationContextConfigurablePortletApplicationContextClassorg.springframework.web.portlet.contextSpring 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
XmlPortletApplicationContextPortlet-based WebApplicationContextby an XmlBeanDefinitionReader.Classorg.springframework.web.portlet.contextSpring MVC