|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
.
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 |
---|
LinkService getLinkService()
ProfileManager getProfileManager()
Renderer getRenderer(String hint)
CopletFactory getCopletFactory()
LayoutFactory getLayoutFactory()
EventManager getEventManager()
PortalManager getPortalManager()
Context getComponentContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |