Uses of Interface
org.apache.tapestry.engine.IEngineService

Packages that use IEngineService
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.asset Implementations of IAsset, as well as the AssetExternalizer, used to handle private assets. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.link Components for creating links on the page that trigger application behavior when clicked. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of IEngineService in org.apache.tapestry
 

Methods in org.apache.tapestry that return IEngineService
 IEngineService IRequestCycle.getService()
          Returns the service which initiated this request cycle.
 IEngineService IEngine.getService(java.lang.String name)
          Deprecated. To be removed in 3.2. Engine service can now be injected.
 

Uses of IEngineService in org.apache.tapestry.asset
 

Classes in org.apache.tapestry.asset that implement IEngineService
 class AssetService
          A service for building URLs to and accessing IAssets.
 

Uses of IEngineService in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement IEngineService
 class ActionService
          A context-sensitive service related to Formand ActionLink.
 class DirectService
          Implementation of the direct service, which encodes the page and component id in the service context, and passes application-defined parameters as well.
 class ExternalService
          The external service enables external applications to reference Tapestry pages via a URL.
 class HomeService
          An implementation of the home service that renders the Home page.
 class PageService
          Basic server for creating a link to another page in the application.
 class ResetService
          ServiceLink used to discard all cached data (templates, specifications, et cetera).
 class RestartService
          Restarts the Tapestry application.
 

Methods in org.apache.tapestry.engine that return IEngineService
 IEngineService RequestCycle.getService()
           
 IEngineService AbstractEngine.getService(java.lang.String name)
          Returns a service with the given name.
 

Constructors in org.apache.tapestry.engine with parameters of type IEngineService
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 IEngineService in org.apache.tapestry.form
 

Methods in org.apache.tapestry.form that return IEngineService
abstract  IEngineService Form.getDirectService()
          Injected.
abstract  IEngineService Form.getActionService()
          Injected.
 

Uses of IEngineService in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return IEngineService
abstract  IEngineService Shell.getPageService()
           
 

Uses of IEngineService in org.apache.tapestry.link
 

Methods in org.apache.tapestry.link that return IEngineService
abstract  IEngineService PageLink.getPageService()
           
abstract  IEngineService ExternalLink.getExternalService()
           
 

Uses of IEngineService in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return IEngineService
 IEngineService ServiceMap.getService(java.lang.String name)
          Returns the named service.
 

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

Methods in org.apache.tapestry.services.impl that return IEngineService
 IEngineService ServiceMapImpl.getService(java.lang.String name)