| java.lang.Object org.apache.jetspeed.engine.JetspeedEngine
defaultPipelineName | protected String defaultPipelineName(Code) | | |
log | final protected static Log log(Code) | | |
getContainerService | public ContainerService getContainerService(Class service)(Code) | |
getContainerService
See Also: org.apache.pluto.services.PortletContainerEnvironment.getContainerService(java.lang.Class) Parameters: service - |
getContext | public PortalContext getContext()(Code) | | Returns the context associated with this engine.
an EngineContext associated with this engine |
getFactory | public Factory getFactory(Class theClass)(Code) | |
getFactory
See Also: org.apache.pluto.services.factory.FactoryManagerService.getFactory(java.lang.Class) Parameters: theClass - |
getRealPath | public String getRealPath(String path)(Code) | | Given a application relative path, returns the real path relative to the
application root
|
getServletConfig | public ServletConfig getServletConfig()(Code) | | Get the servlet configuration if this engine is running under a servlet
container.
config The servlet configuration |
start | public void start() throws JetspeedException(Code) | | Initializes the engine with a commons configuration, starting all early
initable services.
Parameters: configuration - a commons Configuration set Parameters: applicationRoot - a String path to the application root forresources throws: JetspeedException - when the engine fails to initilialize |
|
|