|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.driver.services.container.PortalContextImpl
public class PortalContextImpl
PortalContext
implementation for the Pluto Portal Driver.
Field Summary |
---|
Fields inherited from interface javax.portlet.PortalContext |
---|
MARKUP_HEAD_ELEMENT_SUPPORT |
Constructor Summary | |
---|---|
PortalContextImpl(DriverConfiguration config)
Default Constructor. |
Method Summary | |
---|---|
DriverConfiguration |
getDriverConfiguration()
|
java.lang.String |
getPortalInfo()
Get the portal info for this portal. |
java.lang.String |
getProperty(java.lang.String name)
Get a dynamic portal property. |
java.util.Enumeration |
getPropertyNames()
Get an enumeration containing all names of the portal properties. |
java.util.Enumeration |
getSupportedPortletModes()
Get an enumeration of all PortletMode s supported by this
portal. |
java.util.Enumeration |
getSupportedWindowStates()
Get an enumeration of all WindowState s supported by this
portal. |
void |
reset()
reset all values to default portlet modes and window states; delete all properties and set the given portlet information as portlet info string. |
void |
setProperty(java.lang.String name,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalContextImpl(DriverConfiguration config)
config
- Method Detail |
---|
public java.lang.String getProperty(java.lang.String name)
getProperty
in interface PortalContext
name
-
java.lang.IllegalArgumentException
- if the specified name is null.public java.util.Enumeration getPropertyNames()
getPropertyNames
in interface PortalContext
public java.util.Enumeration getSupportedPortletModes()
PortletMode
s supported by this
portal.
getSupportedPortletModes
in interface PortalContext
public java.util.Enumeration getSupportedWindowStates()
WindowState
s supported by this
portal.
getSupportedWindowStates
in interface PortalContext
public java.lang.String getPortalInfo()
getPortalInfo
in interface PortalContext
public void setProperty(java.lang.String name, java.lang.String value)
public void reset()
public DriverConfiguration getDriverConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |