Uses of Class
org.apache.cocoon.portal.impl.AbstractComponent

Packages that use AbstractComponent
org.apache.cocoon.portal.coplet.adapter.impl   
org.apache.cocoon.portal.coplet.impl   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.pluto.adapter   
org.apache.cocoon.portal.profile.impl   
org.apache.cocoon.portal.tools   
org.apache.cocoon.portal.wsrp.adapter   
 

Uses of AbstractComponent in org.apache.cocoon.portal.coplet.adapter.impl
 

buffer Shall the content of the coplet be buffered?
Subclasses of AbstractComponent in org.apache.cocoon.portal.coplet.adapter.impl
 class AbstractCopletAdapter
          This is the abstract base adapter to use pipelines as coplets Configuration
 class ApplicationCopletAdapter
          This coplet adapter is used to connect to external applications that are plugged into the portal.
 class CachingURICopletAdapter
          This adapter extends the URICopletAdapter by a caching mechanism.
 class URICopletAdapter
          This is the adapter to use pipelines as coplets.
 

Uses of AbstractComponent in org.apache.cocoon.portal.coplet.impl
 

Subclasses of AbstractComponent in org.apache.cocoon.portal.coplet.impl
 class DefaultCopletFactory
          This factory is for creating and managing coplet objects.
 

Uses of AbstractComponent in org.apache.cocoon.portal.event.impl
 

Subclasses of AbstractComponent in org.apache.cocoon.portal.event.impl
 class DefaultEventConverter
          This implementation stores the events that can't be converted to strings (which don't support the ConvertableEvent interface) in the current user session.
 class DefaultEventManager
          This is the default implementation of the event manager.
 

Uses of AbstractComponent in org.apache.cocoon.portal.pluto.adapter
 

Subclasses of AbstractComponent in org.apache.cocoon.portal.pluto.adapter
 class PortletAdapter
          This is the adapter to use JSR-168 portlets as coplets.
 

Uses of AbstractComponent in org.apache.cocoon.portal.profile.impl
 

Subclasses of AbstractComponent in org.apache.cocoon.portal.profile.impl
 class AbstractProfileManager
          Base class for all profile managers.
 class GroupBasedProfileManager
          This profile manager uses a group based approach: The coplet-base-data and the coplet-data are global, these are shared between all users.
 class StaticProfileManager
           
 

Uses of AbstractComponent in org.apache.cocoon.portal.tools
 

Subclasses of AbstractComponent in org.apache.cocoon.portal.tools
 class PortalToolManager
           
 

Uses of AbstractComponent in org.apache.cocoon.portal.wsrp.adapter
 

Subclasses of AbstractComponent in org.apache.cocoon.portal.wsrp.adapter
 class WSRPAdapter
          Adapter to use wsrp-portlets as coplets
It provides the wsrp support by initializing wsrp4j
The aspect/adapter can be configured at the portal manager.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.