|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalContext
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)
|
PortalConfiguration |
getConfiguration()
|
String |
getConfigurationProperty(String key)
|
String |
getConfigurationProperty(String key,
String defaultValue)
|
Engine |
getEngine()
|
boolean |
isPortletModeAllowed(javax.portlet.PortletMode mode)
|
boolean |
isWindowStateAllowed(javax.portlet.WindowState state)
|
void |
setApplicationRoot(String applicationRoot)
Sets the application root path for this Jetspeed engine context. |
void |
setAttribute(String name,
Object value)
|
void |
setConfiguration(PortalConfiguration configuration)
|
Methods inherited from interface javax.portlet.PortalContext |
---|
getPortalInfo, getProperty, getPropertyNames, getSupportedPortletModes, getSupportedWindowStates |
Method Detail |
---|
Engine getEngine()
PortalConfiguration getConfiguration()
void setConfiguration(PortalConfiguration configuration)
String getConfigurationProperty(String key)
String getConfigurationProperty(String key, String defaultValue)
void setAttribute(String name, Object value)
Object getAttribute(String name)
String getApplicationRoot()
String
containing the application root path for this Jetspeed context.void setApplicationRoot(String applicationRoot)
applicationRoot
- - the applicationRoot path on the file system.boolean isPortletModeAllowed(javax.portlet.PortletMode mode)
boolean isWindowStateAllowed(javax.portlet.WindowState state)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |