|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.Jetspeed
public class Jetspeed
Jetspeed environment
Provides an easy way to access the current running environment
of jetspeed.
Constructor Summary | |
---|---|
Jetspeed()
|
Method Summary | |
---|---|
static ComponentManager |
getComponentManager()
|
static PortalConfiguration |
getConfiguration()
|
static PortalContext |
getContext()
|
static RequestContext |
getCurrentRequestContext()
Delegtes to the current Engine to retreive the RequestContext appropriate for the current thread. |
static java.util.Locale |
getDefaultLocale()
|
static Engine |
getEngine()
|
static java.lang.String |
getRealPath(java.lang.String path)
Given a application relative path, returns the real path relative to the application root |
static void |
setEngine(Engine engine)
|
static void |
shutdown()
Shuts down the currently running instance of the portal Engine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jetspeed()
Method Detail |
---|
public static void shutdown() throws JetspeedException
JetspeedException
public static Engine getEngine()
public static PortalContext getContext()
public static java.lang.String getRealPath(java.lang.String path)
public static RequestContext getCurrentRequestContext()
Engine.getCurrentRequestContext()
public static java.util.Locale getDefaultLocale()
public static ComponentManager getComponentManager()
public static void setEngine(Engine engine)
public static PortalConfiguration getConfiguration()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |