Uses of Interface
org.apache.tapestry.IEngine

Packages that use IEngine
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Uses of IEngine in org.apache.tapestry
 

Methods in org.apache.tapestry that return IEngine
 IEngine IRequestCycle.getEngine()
          Returns the engine which is processing this request cycle.
 IEngine IPage.getEngine()
          Returns the IEnginethat the page is currently attached to.
 IEngine AbstractPage.getEngine()
           
 

Methods in org.apache.tapestry with parameters of type IEngine
 void IPage.attach(IEngine engine, IRequestCycle cycle)
          Attaches the page to the engine.
 void AbstractPage.attach(IEngine engine, IRequestCycle cycle)
          Called by the engine to attach the page to itself.
 

Uses of IEngine in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement IEngine
 class AbstractEngine
          Basis for building real Tapestry applications.
 class BaseEngine
          Concrete implementation of IEngine used for ordinary applications.
 

Methods in org.apache.tapestry.engine that return IEngine
 IEngine RequestCycle.getEngine()
           
 

Constructors in org.apache.tapestry.engine with parameters of type IEngine
RequestCycle(IEngine engine, QueryParameterMap parameters, String serviceName, RequestCycleEnvironment environment)
          Standard constructor used to render a response page.
 

Uses of IEngine in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type IEngine
protected  PageKey PageSource.buildKey(IEngine engine, String pageName)
          Builds a key for a named page in the application's current locale.
 

Uses of IEngine in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return IEngine
 IEngine EngineFactory.constructNewEngineInstance(Locale locale)
          Creates and initializes a new engine instance for the specified locale.
 IEngine EngineManager.getEngineInstance()
          Locates or creates an engine instance for the current request.
 

Methods in org.apache.tapestry.services with parameters of type IEngine
 IRequestCycle RequestCycleFactory.newRequestCycle(IEngine engine)
          Constructs the new instance using the request context.
 void EngineManager.storeEngineInstance(IEngine engine)
          Store the engine back at the end of the current request.
 

Uses of IEngine in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return IEngine
 IEngine EngineFactoryImpl.constructNewEngineInstance(Locale locale)
           
 IEngine EngineManagerImpl.getEngineInstance()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type IEngine
 IRequestCycle RequestCycleFactoryImpl.newRequestCycle(IEngine engine)
           
 void EngineManagerImpl.storeEngineInstance(IEngine engine)
           
 

Uses of IEngine in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement IEngine
 class WMLEngine
          Deprecated. To be removed in 4.1. No longer necessary; the differences between WML applications and HTML applications are now handled via a startup mode. See SetupServletApplicationGlobals.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.