|
||||||||||
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()
|
String |
getPortalInfo()
Get the portal info for this portal. |
String |
getProperty(String name)
Get a dynamic portal property. |
Enumeration |
getPropertyNames()
Get an enumeration containing all names of the portal properties. |
Enumeration |
getSupportedPortletModes()
Get an enumeration of all PortletMode s supported by this
portal. |
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(String name,
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 String getProperty(String name)
getProperty
in interface PortalContext
name
-
IllegalArgumentException
- if the specified name is null.public Enumeration getPropertyNames()
getPropertyNames
in interface PortalContext
public Enumeration getSupportedPortletModes()
PortletMode
s supported by this
portal.
getSupportedPortletModes
in interface PortalContext
public Enumeration getSupportedWindowStates()
WindowState
s supported by this
portal.
getSupportedWindowStates
in interface PortalContext
public String getPortalInfo()
getPortalInfo
in interface PortalContext
public void setProperty(String name, String value)
public void reset()
public DriverConfiguration getDriverConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |