|
The Spring Framework | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ConfigurablePortletApplicationContext | Interface to be implemented by configurable portlet application contexts. |
| PortletConfigAware | Interface to be implemented by any object that wishes to be notified of the PortletConfig (typically determined by the PortletApplicationContext) that it runs in. |
| PortletContextAware | Interface to be implemented by any object that wishes to be notified of the PortletContext (typically determined by the PortletApplicationContext) that it runs in. |
| Class Summary | |
|---|---|
| AbstractRefreshablePortletApplicationContext | AbstractRefreshableApplicationContext subclass that implements the ConfigurablePortletApplicationContext interface for portlet environments. |
| PortletApplicationContextUtils | Convenience methods to retrieve the root WebApplicationContext for a given PortletContext. |
| PortletApplicationObjectSupport | Convenient superclass for application objects running in a Portlet ApplicationContext. |
| PortletContextAwareProcessor | BeanPostProcessor implementation that passes the PortletContext to beans that implement the PortletContextAware interface. |
| PortletContextResource | Resource implementation for PortletContext resources, interpreting relative paths within the portlet application root. |
| PortletContextResourceLoader | ResourceLoader implementation that resolves paths as PortletContext resources, for use outside a Portlet ApplicationContext (for example, in a GenericPortletBean subclass). |
| PortletContextResourcePatternResolver | PortletContext-aware subclass of PathMatchingResourcePatternResolver,
able to find matching resources below the web application root directory
via Portlet API's PortletContext.getResourcePaths. |
| PortletRequestAttributes | Portlet-based implementation of the RequestAttributes interface. |
| PortletRequestHandledEvent | Portlet-specific subclass of RequestHandledEvent, adding portlet-specific context information. |
| PortletWebRequest | WebRequest adapter for a PortletRequest. |
| StaticPortletApplicationContext | Static ApplicationContext for Portlet environments. |
| XmlPortletApplicationContext | PortletApplicationContext implementation that takes configuration from an XML document, understood by an XmlBeanDefinitionReader. |
Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes.
|
The Spring Framework | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||