|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
Return the component context. |
CopletFactory |
getCopletFactory()
Get the coplet factory. |
Core |
getCore()
Get the Cocoon core object. |
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 |
public LinkService getLinkService()
public ProfileManager getProfileManager()
public Renderer getRenderer(String hint)
public CopletFactory getCopletFactory()
public LayoutFactory getLayoutFactory()
public EventManager getEventManager()
public PortalManager getPortalManager()
public Context getComponentContext()
public Core getCore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |