Uses of Interface
org.apache.jetspeed.engine.Engine

Packages that use Engine
org.apache.jetspeed   
org.apache.jetspeed.engine   
 

Uses of Engine in org.apache.jetspeed
 

Fields in org.apache.jetspeed declared as Engine
private  Engine JetspeedPortalContext.engine
          The engine associated with this context.
private static Engine Jetspeed.engine
           
 

Methods in org.apache.jetspeed that return Engine
 Engine PortalContext.getEngine()
           
 Engine JetspeedPortalContext.getEngine()
          Returns the engine associated with this context.
static Engine Jetspeed.getEngine()
           
 

Methods in org.apache.jetspeed with parameters of type Engine
static void Jetspeed.setEngine(Engine engine)
           
 

Constructors in org.apache.jetspeed with parameters of type Engine
JetspeedPortalContext(Engine engine, org.apache.commons.configuration.Configuration configuration, String applicationRoot)
           
 

Uses of Engine in org.apache.jetspeed.engine
 

Classes in org.apache.jetspeed.engine that implement Engine
 class JetspeedEngine
           AbstractEngine
 

Fields in org.apache.jetspeed.engine declared as Engine
private static Engine JetspeedServlet.engine
          The Jetspeed Engine
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.