public class Jetspeed extends Object
| Constructor and Description |
|---|
Jetspeed() |
| Modifier and Type | Method and Description |
|---|---|
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 Locale |
getDefaultLocale() |
static Engine |
getEngine() |
static String |
getRealPath(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.
|
public static void shutdown()
throws JetspeedException
JetspeedExceptionpublic static Engine getEngine()
public static PortalContext getContext()
public static String getRealPath(String path)
public static RequestContext getCurrentRequestContext()
Engine.getCurrentRequestContext()public static Locale getDefaultLocale()
public static ComponentManager getComponentManager()
public static void setEngine(Engine engine)
public static PortalConfiguration getConfiguration()
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.