public interface PortalContext
extends javax.portlet.PortalContext
Modifier and Type | Method and Description |
---|---|
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) |
String |
getContextPath() |
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) |
void |
setContextPath(String contextPath)
Sets the web context path where the Jetspeed Portal is running
|
Engine getEngine()
PortalConfiguration getConfiguration()
void setConfiguration(PortalConfiguration configuration)
String getApplicationRoot()
String
containing the application root path for this Jetspeed context.void setApplicationRoot(String applicationRoot)
applicationRoot
- - the applicationRoot path on the file system.String getContextPath()
void setContextPath(String contextPath)
contextPath
- boolean isPortletModeAllowed(javax.portlet.PortletMode mode)
boolean isWindowStateAllowed(javax.portlet.WindowState state)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.