org.apache.cocoon.portal
Interface PortalManagerAspect

All Known Implementing Classes:
PortalManagerImpl, PortletAdapter, WSRPAdapter

public interface PortalManagerAspect

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

Field Summary
static String ROLE
          The role to lookup an aspect.
 
Method Summary
 void prepare(PortalManagerAspectPrepareContext context, PortalService service)
           
 void render(PortalManagerAspectRenderContext context, PortalService service, ContentHandler ch, Parameters parameters)
           
 

Field Detail

ROLE

public static final String ROLE
The role to lookup an aspect.

Method Detail

prepare

public void prepare(PortalManagerAspectPrepareContext context,
                    PortalService service)
             throws ProcessingException
Throws:
ProcessingException

render

public void render(PortalManagerAspectRenderContext context,
                   PortalService service,
                   ContentHandler ch,
                   Parameters parameters)
            throws SAXException
Throws:
SAXException


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