org.apache.cocoon.portal
Interface PortalManager

All Known Implementing Classes:
PortalManagerImpl

public interface PortalManager

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:
$Id: PortalManager.java 321405 2005-10-15 18:15:44Z cziegeler $

Field Summary
static String ROLE
           
 
Method Summary
 void process()
           
 void showPortal(ContentHandler ch, Parameters parameters)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

process

public void process()
             throws ProcessingException
Throws:
ProcessingException

showPortal

public void showPortal(ContentHandler ch,
                       Parameters parameters)
                throws SAXException
Throws:
SAXException


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