Method Summary |
|
public String | getApplicationRoot() Returns the application root for this Jetspeed engine context. |
public Object | getAttribute(String name) Returns the engine attribute with the given name, or null if there is no attribute by that name. |
public PortalConfiguration | getConfiguration() Returns the configuration properties for this Jetspeed engine context. |
public String | getConfigurationProperty(String key) |
public String | getConfigurationProperty(String key, String defaultValue) |
public Engine | getEngine() Returns the engine associated with this context. |
public String | getPortalInfo() |
public String | getProperty(String name) |
public Enumeration | getPropertyNames() |
public Enumeration | getSupportedPortletModes() |
public Enumeration | getSupportedWindowStates() |
public boolean | isPortletModeAllowed(PortletMode mode) |
public boolean | isWindowStateAllowed(WindowState state) |
public void | setApplicationRoot(String applicationRoot) Sets the application root path for this Jetspeed engine context. |
public void | setAttribute(String name, Object value) Binds an object to a given attribute name in this servlet context. |
public void | setConfiguration(PortalConfiguration configuration) Set the configuration properties for this Jetspeed engine context. |