Package com.caucho.portal.generic

Interface Summary
Action  
BufferFactory  
Invocation  
InvocationFactory  
Portal  
PortalRequest  
PortalResponse  
PortletByteBuffer  
PortletCharBuffer  
PreferencesStore Factory that returns a Map that is the store for portlet preferences.
Render  
Renderer Classes can implement AbstractRenderer to protect from API changes.
UserAttributeStore Factory that returns a Map of user attribute values for a particular client.
Window A Window represents the use of a portlet on a page.
 

Class Summary
AbstractPreferencesStore Abstract base class for implementations that load and save preferences.
AbstractRenderer Template
AbstractUserAttributeStore Abstract base class for implementations that load user attributes.
BufferFactoryImpl  
Cache  
CacheKey XXX: Cache implementation currently not complete.
Constraint  
ConstraintFailureEvent Event passed to Window#handleConstriantFailure.
ExceptionEvent Event passed to Window.handleException(RenderRequest, RenderResponse, com.caucho.portal.generic.ExceptionEvent).
FastPrintWriter An unsynchronized PrintWriter.
GenericLayoutWindow A Window that is a container for one or more Windows.
GenericPortal A Portal implementation with default values.
GenericPortalServlet This servlet supports the following configuration items.
GenericPortletPreferences  
GenericPortletWindow A Window that contains one javax.portlet.Portlet.
GenericWindow  
HttpPortletConnection A connection to an HttpServletRequest and HttpServletResponse.
HttpPortletContext HttpPortletContext provides the connection to a web application (ServletContext).
HttpPortletRequestDispatcher An adapter to a RequestDispatcher, based on a HttpServletRequest and HttpServletResponse stored as request attributes
HttpPortletRequestDispatcher.HttpPortletRequestWrapper This can't extend HttpServletRequestWrapper because of some bizarre behaviour mandated by the Servlet spec.
HttpPortletRequestDispatcher.HttpPortletResponseWrapper  
HttpPortletRequestDispatcher.ServletOutputStreamWrapper  
HttpPortletSession An adapter to a javax.servlet.HttpSession.
HttpUtil HTTP utilities.
InvocationURL  
KeyLinkMap<K,V> A Map that wraps another map and uses different keys in the wrapped map than the keys that are exposed.
MapBasedInvocationFactory  
NameLink  
NameValuePair  
PortalURL  
PortletConnection A PortletConnection is used to obtain Action and Render objects.
PortletPreference  
PortletServlet A servlet that uses a class implementing javax.portlet.Portlet.
ResourceBundleFactory  
SessionPreferences  
SessionPreferencesStore SessionPreferencesFactory creates or returns an existing store that is in the users's session.
StoreUpdateMap<K,V>