org.apache.pluto.portalImpl.core
Class PortalContextProviderImpl
java.lang.Object
org.apache.pluto.portalImpl.core.PortalContextProviderImpl
- All Implemented Interfaces:
- org.apache.pluto.services.information.PortalContextProvider
- public class PortalContextProviderImpl
- extends java.lang.Object
- implements org.apache.pluto.services.information.PortalContextProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalContextProviderImpl
public PortalContextProviderImpl()
getProperty
public java.lang.String getProperty(java.lang.String name)
- Specified by:
getProperty
in interface org.apache.pluto.services.information.PortalContextProvider
getPropertyNames
public java.util.Collection getPropertyNames()
- Specified by:
getPropertyNames
in interface org.apache.pluto.services.information.PortalContextProvider
getSupportedPortletModes
public java.util.Collection getSupportedPortletModes()
- Specified by:
getSupportedPortletModes
in interface org.apache.pluto.services.information.PortalContextProvider
getSupportedWindowStates
public java.util.Collection getSupportedWindowStates()
- Specified by:
getSupportedWindowStates
in interface org.apache.pluto.services.information.PortalContextProvider
getPortalInfo
public java.lang.String getPortalInfo()
- Specified by:
getPortalInfo
in interface org.apache.pluto.services.information.PortalContextProvider
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
setSupportedPortletModes
public void setSupportedPortletModes(java.util.Enumeration portletModes)
setSupportedWindowStates
public void setSupportedWindowStates(java.util.Enumeration windowStates)
reset
public void reset(java.lang.String portalInfo)
- reset all values to default portlet modes and window states;
delete all properties and set the given portlet information
as portlet info string.
- Parameters:
portalInfo
- portal information string that will be returned
by the getPortalInfo
call.
Copyright © 2003-2005 . All Rights Reserved.