org.apache.cocoon.portal
Interface PortalComponentManager

All Known Implementing Classes:
DefaultPortalComponentManager

public interface PortalComponentManager

This component provides access to all other components used throughout the portal. Any component in the portal should never lookup these components itself, but use this component manager instead. This manager allows to run differently configured portals in Cocoon at the same time. This component can't be looked up using the usual Avalon mechanisms, it has to be get by the PortalService.

Version:
CVS $Id: PortalComponentManager.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Method Summary
 Context getComponentContext()
          Deprecated. Use the Avalon Contextualizable interface instead.
 CopletFactory getCopletFactory()
          Get the coplet factory.
 EventManager getEventManager()
          Get the event manager
 LayoutFactory getLayoutFactory()
          Get the layout factory
 LinkService getLinkService()
          Get the link service.
 PortalManager getPortalManager()
          Get the portal manager
 ProfileManager getProfileManager()
          Get the current profile manager.
 Renderer getRenderer(String hint)
          Get the renderer.
 

Method Detail

getLinkService

LinkService getLinkService()
Get the link service.


getProfileManager

ProfileManager getProfileManager()
Get the current profile manager.


getRenderer

Renderer getRenderer(String hint)
Get the renderer.


getCopletFactory

CopletFactory getCopletFactory()
Get the coplet factory.


getLayoutFactory

LayoutFactory getLayoutFactory()
Get the layout factory


getEventManager

EventManager getEventManager()
Get the event manager


getPortalManager

PortalManager getPortalManager()
Get the portal manager

Since:
2.1.8

getComponentContext

Context getComponentContext()
Deprecated. Use the Avalon Contextualizable interface instead.

Return the component context.

Since:
2.1.8


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