|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
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()
Deprecated. To be removed in 3.2 |
IEngine |
IPage.getEngine()
Returns the IEngine that 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,
RequestContext requestContext,
QueryParameterMap parameters,
IEngineService service,
Infrastructure infrastructure,
PropertyPersistenceStrategySource strategySource,
org.apache.hivemind.ErrorHandler errorHandler,
IMonitor monitor)
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 MultiKey |
PageSource.buildKey(IEngine engine,
java.lang.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 |
EngineManager.getEngineInstance()
Locates or creates an engine instance for the current request. |
IEngine |
EngineFactory.constructNewEngineInstance(java.util.Locale locale)
Creates and initializes a new engine instance for the specified locale. |
Methods in org.apache.tapestry.services with parameters of type IEngine | |
IRequestCycle |
RequestCycleFactory.newRequestCycle(IEngine engine,
RequestContext context)
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 |
EngineManagerImpl.getEngineInstance()
|
IEngine |
EngineFactoryImpl.constructNewEngineInstance(java.util.Locale locale)
|
Methods in org.apache.tapestry.services.impl with parameters of type IEngine | |
IRequestCycle |
RequestCycleFactoryImpl.newRequestCycle(IEngine engine,
RequestContext context)
|
void |
EngineManagerImpl.storeEngineInstance(IEngine engine)
|
Uses of IEngine in org.apache.tapestry.wml |
Classes in org.apache.tapestry.wml that implement IEngine | |
class |
WMLEngine
Subclass of BaseEngine used for WML applications to change the
Exception, StaleLink and StaleSession pages. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |