|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Portal Context associated with running thread of the engine
Method Summary | |
String |
getApplicationRoot()
Returns the application root for this Jetspeed engine context. |
Object |
getAttribute(String name)
|
org.apache.commons.configuration.Configuration |
getConfiguration()
|
String |
getConfigurationProperty(String key)
|
String |
getConfigurationProperty(String key,
String defaultValue)
|
Engine |
getEngine()
|
void |
setApplicationRoot(String applicationRoot)
Sets the application root path for this Jetspeed engine context. |
void |
setAttribute(String name,
Object value)
|
void |
setConfiguration(org.apache.commons.configuration.Configuration configuration)
|
Methods inherited from interface javax.portlet.PortalContext |
getPortalInfo, getProperty, getPropertyNames, getSupportedPortletModes, getSupportedWindowStates |
Method Detail |
public Engine getEngine()
public org.apache.commons.configuration.Configuration getConfiguration()
public void setConfiguration(org.apache.commons.configuration.Configuration configuration)
public String getConfigurationProperty(String key)
public String getConfigurationProperty(String key, String defaultValue)
public void setAttribute(String name, Object value)
public Object getAttribute(String name)
public String getApplicationRoot()
String
containing the application root path for this Jetspeed context.public void setApplicationRoot(String applicationRoot)
applicationRoot
- - the applicationRoot path on the file system.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |