org.apache.cocoon.portal
Interface PortalManagerAspectPrepareContext

All Known Implementing Classes:
DefaultPortalManagerAspectContext

public interface PortalManagerAspectPrepareContext

Since:
2.1.8
Version:
SVN $Id: PortalManagerAspectPrepareContext.java 433543 2006-08-22 06:22:54Z crossley $

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

Method Detail

invokeNext

void invokeNext()
                throws ProcessingException
Invoke next aspect

Throws:
ProcessingException

getAspectParameters

Parameters getAspectParameters()
Get the Parameters of the aspect.


getObjectModel

Map getObjectModel()
Get the object model.



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