org.apache.cocoon.portal
Interface PortalManager
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- PortalManagerImpl, PortletPortalManager
public interface PortalManager
- extends Component
This is the main component that has currently two actions:
Invoke the request processing using the process()
method,
this starts the event handling for the current request (evaluating
request parameters etc.)
The section method showPortal(ContentHandler, Parameters)
starts rendering the portal.
- Version:
- CVS $Id: PortalManager.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Carsten Ziegeler, Volker Schmitt
ROLE
static final String ROLE
process
void process()
throws ProcessingException
- Throws:
ProcessingException
showPortal
void showPortal(ContentHandler ch,
Parameters parameters)
throws SAXException
- Throws:
SAXException
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.