org.apache.cocoon.portal
Interface PortalManagerAspectRenderContext

All Known Implementing Classes:
DefaultPortalManagerAspectContext

public interface PortalManagerAspectRenderContext

Since:
2.1.8
Version:
$Id: PortalManagerAspectRenderContext.java 293351 2005-10-03 13:43:39Z cziegeler $

Method Summary
 Parameters getAspectParameters()
          Get the Parameters of the aspect.
 Map getObjectModel()
          Get the object model.
 void invokeNext(ContentHandler ch, Parameters parameters)
          Invoke next aspect
 

Method Detail

invokeNext

public void invokeNext(ContentHandler ch,
                       Parameters parameters)
                throws SAXException
Invoke next aspect

Throws:
SAXException

getAspectParameters

public Parameters getAspectParameters()
Get the Parameters of the aspect.


getObjectModel

public Map getObjectModel()
Get the object model.



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