| |
|
| org.apache.jetspeed.engine.Engine
All known Subclasses: org.apache.jetspeed.engine.JetspeedEngine,
Engine | public interface Engine extends JetspeedEngineConstants,FactoryManagerService,PortletContainerEnvironment(Code) | | Engine Abstraction - to run from both unit tests and servlet
author: David Sean Taylor version: $Id: Engine.java 187178 2004-08-02 19:00:15Z weaver $ |
getContext | public PortalContext getContext()(Code) | | Get the Portal Context associated with running thread of the engine
PortalContext associated with this engine's thread |
getCurrentRequestContext | public RequestContext getCurrentRequestContext()(Code) | | Returns the the RequestContext associated with the current
thread. This can be accessed throught org.apache.jetspeed.Jetspeed
environment class.
RequestContext associated with the current thread. |
getPipeline | public Pipeline getPipeline()(Code) | | Gets the engine's request default pipeline.
Pipeline The engine's request pipeline. |
getPipeline | public Pipeline getPipeline(String pipelineName)(Code) | | Gets the specified engine's request pipeline.
Pipeline A specific request pipeline. |
getRealPath | public String getRealPath(String path)(Code) | | Gets the real path to an application relative resource
Parameters: path - The application relative resource String The real path to that resource |
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.
throws: JetspeedException - when the engine fails to initilialize |
|
|
|