org.apache.cocoon.portal.impl
Class PortalServiceInfo
java.lang.Object
org.apache.cocoon.portal.impl.PortalServiceInfo
public class PortalServiceInfo
- extends Object
The portal information for the current request
- Version:
- CVS $Id: PortalServiceInfo.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
temporaryAttributes
protected Map temporaryAttributes
portalName
protected String portalName
attributePrefix
protected String attributePrefix
portalComponentManager
protected PortalComponentManager portalComponentManager
PortalServiceInfo
public PortalServiceInfo()
setup
public void setup(Map objectModel,
Map managers)
getPortalName
public String getPortalName()
setPortalName
public void setPortalName(String value)
getAttribute
public Object getAttribute(String key)
setAttribute
public void setAttribute(String key,
Object value)
removeAttribute
public void removeAttribute(String key)
getAttributeNames
public Iterator getAttributeNames()
getTemporaryAttribute
public Object getTemporaryAttribute(String key)
setTemporaryAttribute
public void setTemporaryAttribute(String key,
Object value)
removeTemporaryAttribute
public void removeTemporaryAttribute(String key)
getTemporaryAttributeNames
public Iterator getTemporaryAttributeNames()
getComponentManager
public PortalComponentManager getComponentManager()
- Return the component manager for the current portal
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.