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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- 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-2010 The Apache Software Foundation. All Rights Reserved.