org.apache.cocoon.portal
Interface PortalManagerAspect

All Known Implementing Classes:
PortalManagerImpl, PortletAdapter, PortletPortalManager

public interface PortalManagerAspect

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

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

static final String ROLE
The role to lookup an aspect.

Method Detail

prepare

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

render

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


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