|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.impl.DefaultPortalComponentManager
Default PortalComponentManager
implementation.
Field Summary | |
protected Context |
context
|
protected CopletFactory |
copletFactory
|
protected Core |
core
The Cocoon core. |
protected EventManager |
eventManager
|
protected LayoutFactory |
layoutFactory
|
protected LinkService |
linkService
|
protected ServiceManager |
manager
The avalon component manager |
protected PortalManager |
portalManager
|
protected PortalService |
portalService
The portal service |
protected ProfileManager |
profileManager
|
protected Map |
renderers
|
Constructor Summary | |
DefaultPortalComponentManager(PortalService service,
Context context)
Create a new portal component manager. |
Method Summary | |
void |
dispose()
|
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. |
void |
service(ServiceManager manager)
|
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ServiceManager manager
protected final PortalService portalService
protected ProfileManager profileManager
protected LinkService linkService
protected Map renderers
protected CopletFactory copletFactory
protected LayoutFactory layoutFactory
protected EventManager eventManager
protected PortalManager portalManager
protected final Context context
protected Core core
Constructor Detail |
public DefaultPortalComponentManager(PortalService service, Context context)
service
- The portal service.Method Detail |
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
Serviceable.service(org.apache.avalon.framework.service.ServiceManager)
public LinkService getLinkService()
PortalComponentManager
getLinkService
in interface PortalComponentManager
PortalComponentManager.getLinkService()
public ProfileManager getProfileManager()
PortalComponentManager
getProfileManager
in interface PortalComponentManager
PortalComponentManager.getProfileManager()
public EventManager getEventManager()
PortalComponentManager
getEventManager
in interface PortalComponentManager
PortalComponentManager.getEventManager()
public void dispose()
dispose
in interface Disposable
Disposable.dispose()
public Renderer getRenderer(String hint)
PortalComponentManager
getRenderer
in interface PortalComponentManager
PortalComponentManager.getRenderer(java.lang.String)
public CopletFactory getCopletFactory()
PortalComponentManager
getCopletFactory
in interface PortalComponentManager
PortalComponentManager.getCopletFactory()
public LayoutFactory getLayoutFactory()
PortalComponentManager
getLayoutFactory
in interface PortalComponentManager
PortalComponentManager.getLayoutFactory()
public PortalManager getPortalManager()
PortalComponentManager
getPortalManager
in interface PortalComponentManager
PortalComponentManager.getPortalManager()
public Context getComponentContext()
PortalComponentManager
getComponentContext
in interface PortalComponentManager
PortalComponentManager.getComponentContext()
public Core getCore()
PortalComponentManager
getCore
in interface PortalComponentManager
PortalComponentManager.getCore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |