org.gridsphere.portletcontainer.impl |
GridSphere Portlet Container API Implementation
The GridSphere portlet container implementation provides implementations of the portlet container interfaces.
The implementation makes use of the Castor portlet descriptor classes found in
{@link org.gridsphere.portletcontainer.impl.descriptor} and uses singleton patterns for the implemtation of
the {@link org.gridsphere.portletcontainer.PortletMessageManager} and
{@link org.gridsphere.portletcontainer.PortletDataManager} classes.
|
Java Source File Name | Type | Comment |
ApplicationPortletImpl.java | Class | The ApplicationPortletImpl is an implementation of the ApplicationPortlet interface
that uses Castor for XML to Java data bindings. |
ClientImpl.java | Class | The ClientImpl class represents the client device that the user
connects to the portal with. |
GridSphereEventImpl.java | Class | The GridSphereEventImpl is an implementation of the GridSphereEvent interface.
A GridSphereEvent represents a general portlet container
event. |
JavaXMLBindingFactory.java | Class | |
PersistenceManagerXmlImpl.java | Class | |
PortletDispatcherImpl.java | Class | The PortletDispatcher provides a mechanism for invoking portlet lifecycle methods by using a
RequestDispatcher from the Servlet API to forward requests to other portlets (servlets). |
PortletInvoker.java | Class | The PortletInvoker provides static lifecycle routines for performing portlet operations on
concrete portlets. |
PortletPreferencesManagerImpl.java | Class | The PortletPreferencesManager provides a a singleton implementation of the PortletDataManager
used for loading and storing PortletData . |
PortletServiceDescriptor.java | Class | The SportletServiceDescriptor provides the portlet service
descriptor class mappings that are used by Castor to unmarshall the
services descriptor file. |
PortletSessionManager.java | Class | |
PortletWebApplicationImpl.java | Class | The PortletWebApplicationImpl is an implementation of a PortletWebApplication that
represents a collection of portlets contained in a packaged WAR file. |
PortletWebApplicationLoader.java | Class | The PortletWebApplicationImpl is an implementation of a PortletWebApplication that
represents a collection of portlets contained in a packaged WAR file. |