This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.portal.impl
Class PortalManagerImpl
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.framework.logger.AbstractLogEnabled
       org.apache.cocoon.portal.impl.PortalManagerImpl
org.apache.cocoon.portal.impl.PortalManagerImpl
- All Implemented Interfaces: 
- Disposable, Component, Configurable, Contextualizable, LogEnabled, Serviceable, ThreadSafe, PortalManager, PortalManagerAspect
- Direct Known Subclasses: 
- PortletPortalManager
- public class PortalManagerImpl 
- extends AbstractLogEnabled- implements PortalManager, Serviceable, Disposable, ThreadSafe, Contextualizable, PortalManagerAspect, Configurable
- Version:
- CVS $Id: PortalManagerImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler, Volker Schmitt
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
manager
protected ServiceManager manager
- The service manager
 
 
portalService
protected PortalService portalService
- The portal service
 
 
chain
protected PortalManagerAspectChain chain
aspectSelector
protected ServiceSelector aspectSelector
adapterSelector
protected ServiceSelector adapterSelector
context
protected Context context
- The component context.
 
 
FULLSCREEN
public static final String FULLSCREEN
- See Also:
- Constant Field Values
PortalManagerImpl
public PortalManagerImpl()
service
public void service(ServiceManager serviceManager)
             throws ServiceException
- 
- Specified by:
- servicein interface- Serviceable
 
- 
- Throws:
- ServiceException
- See Also:
- Serviceable.service(ServiceManager)
 
dispose
public void dispose()
- 
- Specified by:
- disposein interface- Disposable
 
- 
- See Also:
- Disposable.dispose()
 
process
public void process()
             throws ProcessingException
- 
- Specified by:
- processin interface- PortalManager
 
- 
- Throws:
- ProcessingException
- See Also:
- PortalManager.process()
 
showPortal
public void showPortal(ContentHandler contentHandler,
                       Parameters parameters)
                throws SAXException
- 
- Specified by:
- showPortalin interface- PortalManager
 
- 
- Throws:
- SAXException
- See Also:
- PortalManager.showPortal(ContentHandler, Parameters)
 
configure
public void configure(Configuration conf)
               throws ConfigurationException
- 
- Specified by:
- configurein interface- Configurable
 
- 
- Throws:
- ConfigurationException
- See Also:
- Configurable.configure(org.apache.avalon.framework.configuration.Configuration)
 
contextualize
public void contextualize(Context context)
                   throws ContextException
- 
- Specified by:
- contextualizein interface- Contextualizable
 
- 
- Throws:
- ContextException
- See Also:
- Contextualizable.contextualize(org.apache.avalon.framework.context.Context)
 
prepare
public void prepare(PortalManagerAspectPrepareContext context,
                    PortalService service)
             throws ProcessingException
- 
- Specified by:
- preparein interface- PortalManagerAspect
 
- 
- Throws:
- ProcessingException
- See Also:
- PortalManagerAspect.prepare(org.apache.cocoon.portal.PortalManagerAspectPrepareContext, org.apache.cocoon.portal.PortalService)
 
render
public void render(PortalManagerAspectRenderContext context,
                   PortalService service,
                   ContentHandler ch,
                   Parameters parameters)
            throws SAXException
- 
- Specified by:
- renderin interface- PortalManagerAspect
 
- 
- Throws:
- SAXException
- See Also:
- PortalManagerAspect.render(org.apache.cocoon.portal.PortalManagerAspectRenderContext, org.apache.cocoon.portal.PortalService, org.xml.sax.ContentHandler, org.apache.avalon.framework.parameters.Parameters)
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.