|
||||||||||
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
Field Summary |
---|
Fields inherited from interface javax.portlet.PortalContext |
---|
MARKUP_HEAD_ELEMENT_SUPPORT |
Method Summary | |
---|---|
java.lang.String |
getApplicationRoot()
Returns the application root for this Jetspeed engine context. |
java.lang.Object |
getAttribute(java.lang.String name)
|
PortalConfiguration |
getConfiguration()
|
java.lang.String |
getConfigurationProperty(java.lang.String key)
|
java.lang.String |
getConfigurationProperty(java.lang.String key,
java.lang.String defaultValue)
|
java.lang.String |
getContextPath()
|
Engine |
getEngine()
|
boolean |
isPortletModeAllowed(javax.portlet.PortletMode mode)
|
boolean |
isWindowStateAllowed(javax.portlet.WindowState state)
|
void |
setApplicationRoot(java.lang.String applicationRoot)
Sets the application root path for this Jetspeed engine context. |
void |
setAttribute(java.lang.String name,
java.lang.Object value)
|
void |
setConfiguration(PortalConfiguration configuration)
|
void |
setContextPath(java.lang.String contextPath)
Sets the web context path where the Jetspeed Portal is running |
Methods inherited from interface javax.portlet.PortalContext |
---|
getPortalInfo, getProperty, getPropertyNames, getSupportedPortletModes, getSupportedWindowStates |
Method Detail |
---|
Engine getEngine()
PortalConfiguration getConfiguration()
void setConfiguration(PortalConfiguration configuration)
java.lang.String getConfigurationProperty(java.lang.String key)
java.lang.String getConfigurationProperty(java.lang.String key, java.lang.String defaultValue)
void setAttribute(java.lang.String name, java.lang.Object value)
java.lang.Object getAttribute(java.lang.String name)
java.lang.String getApplicationRoot()
String
containing the application root path for this Jetspeed context.void setApplicationRoot(java.lang.String applicationRoot)
applicationRoot
- - the applicationRoot path on the file system.java.lang.String getContextPath()
void setContextPath(java.lang.String contextPath)
contextPath
- 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 |