Uses of Package
com.caucho.portal.generic

Packages that use com.caucho.portal.generic
com.caucho.portal.alpharenderer   
com.caucho.portal.generic   
com.caucho.portal.generic.context   
com.caucho.widget   
 

Classes in com.caucho.portal.generic used by com.caucho.portal.alpharenderer
AbstractRenderer
          Template
Renderer
          Classes can implement AbstractRenderer to protect from API changes.
 

Classes in com.caucho.portal.generic used by com.caucho.portal.generic
Action
           
BufferFactory
           
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).
GenericLayoutWindow
          A Window that is a container for one or more Windows.
GenericPortletPreferences
           
GenericPortletWindow
          A Window that contains one javax.portlet.Portlet.
GenericWindow
           
Invocation
           
InvocationFactory
           
InvocationURL
           
MapBasedInvocationFactory
           
NameLink
           
NameValuePair
           
Portal
           
PortalURL
           
PortletByteBuffer
           
PortletCharBuffer
           
PortletConnection
          A PortletConnection is used to obtain Action and Render objects.
PortletPreference
           
PreferencesStore
          Factory that returns a Map that is the store for portlet preferences.
Render
           
Renderer
          Classes can implement AbstractRenderer to protect from API changes.
ResourceBundleFactory
           
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.
 

Classes in com.caucho.portal.generic used by com.caucho.portal.generic.context
Action
           
BufferFactory
           
Cache
           
CacheKey
          XXX: Cache implementation currently not complete.
Constraint
           
Invocation
           
InvocationFactory
           
InvocationURL
           
Portal
           
PortalRequest
           
PortalResponse
           
PortalURL
           
PortletConnection
          A PortletConnection is used to obtain Action and Render objects.
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.
 

Classes in com.caucho.portal.generic used by com.caucho.widget
FastPrintWriter
          An unsynchronized PrintWriter.