org.apache.cocoon.portal
Interface PortalManagerAspectPrepareContext

All Known Implementing Classes:
DefaultPortalManagerAspectContext

public interface PortalManagerAspectPrepareContext

Since:
2.1.8
Version:
SVN $Id: PortalManagerAspectPrepareContext.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()
          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-2010 The Apache Software Foundation. All Rights Reserved.