org.apache.cocoon.portal
Interface PortalManagerAspectRenderContext

All Known Implementing Classes:
DefaultPortalManagerAspectContext

public interface PortalManagerAspectRenderContext

Since:
2.1.8
Version:
SVN $Id: PortalManagerAspectRenderContext.html 1304258 2012-03-23 10:09:27Z ilgrosso $

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

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

Throws:
SAXException

getAspectParameters

Parameters getAspectParameters()
Get the Parameters of the aspect.


getObjectModel

Map getObjectModel()
Get the object model.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.