org.apache.cocoon.portal
Interface PortalManagerAspectPrepareContext

All Known Implementing Classes:
DefaultPortalManagerAspectContext

public interface PortalManagerAspectPrepareContext

Since:
2.1.8
Version:
$Id: PortalManagerAspectPrepareContext.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()
          Invoke next aspect
 

Method Detail

invokeNext

public void invokeNext()
                throws ProcessingException
Invoke next aspect

Throws:
ProcessingException

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.