Uses of Package
org.apache.tapestry.engine

Packages that use org.apache.tapestry.engine
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.annotations Contains all of the annotation features (jdk >= 1.5) available in tapestry. 
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.components Basic, fundamental components used to construct more complex components, or pages. 
org.apache.tapestry.contrib.ajax

Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. 

org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.contrib.services.impl   
org.apache.tapestry.contrib.tree.components

The tapestry contributed tree component. 

org.apache.tapestry.dojo.form Form related components that are wrapped by dojo widgets. 
org.apache.tapestry.dojo.html Html related components that are wrapped by dojo widgets. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.engine.encoders Various service url encoding classes for things like Assets / page links / etc. 
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
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.pageload Classes used when loading pages (and thier heirarchies of components) from thier specifications, as well as organizaing thier templates. 
org.apache.tapestry.pages Basic pages used for errors, stale links and stale sessions. 
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.record Abstract and simple (memory-based) implementations of IPageRecorder
org.apache.tapestry.resolver Namespace resolution of pages/components/etc.. 
org.apache.tapestry.scriptaculous   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
org.apache.tapestry.util A general set of resuable classes and utilities for creating Internet and XML applications. 
org.apache.tapestry.valid Components and classes that provide specialized, validating text fields. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
IPageLoader
          Interface exposed to components as they are loaded by the page loader.
IPropertySource
          A source for configuration properties.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.annotations
IPropertySource
          A source for configuration properties.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.asset
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.components
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.contrib.ajax
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.contrib.inspector
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ISpecificationSource
          Defines access to component specifications.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.contrib.services.impl
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.contrib.tree.components
IPageLoader
          Interface exposed to components as they are loaded by the page loader.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.dojo.form
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.dojo.html
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.engine
AbstractEngine
          Basis for building real Tapestry applications.
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
IPageRecorder
          Defines an object that can observe changes to properties of a page and its components, store the state of the page between request cycles, and restore a page's state on a subsequent request cycle.
IPropertySource
          A source for configuration properties.
IScriptSource
          Provides access to an IScript.
ISpecificationSource
          Defines access to component specifications.
RequestCycleEnvironment
          An object that contains all the invariant parameters to the RequestCycle.RequestCycle(org.apache.tapestry.IEngine, org.apache.tapestry.util.QueryParameterMap, String, RequestCycleEnvironment) constructor.
ServiceEncoding
          Contains the information needed to encode a request for a service; the servlet path plus and query parameters.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.engine.encoders
ServiceEncoder
          Encapsulates the logic for encoding and decoding service requests.
ServiceEncoding
          Contains the information needed to encode a request for a service; the servlet path plus and query parameters.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.enhance
IScriptSource
          Provides access to an IScript.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.form
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.html
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
IScriptSource
          Provides access to an IScript.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.link
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.pageload
IPageLoader
          Interface exposed to components as they are loaded by the page loader.
IPageSource
          Abstracts the process of loading pages from thier specifications as well as pooling of pages once loaded.
IPropertySource
          A source for configuration properties.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.pages
ISpecificationSource
          Defines access to component specifications.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.portlet
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.record
IPageRecorder
          Defines an object that can observe changes to properties of a page and its components, store the state of the page between request cycles, and restore a page's state on a subsequent request cycle.
ServiceEncoding
          Contains the information needed to encode a request for a service; the servlet path plus and query parameters.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.resolver
ISpecificationSource
          Defines access to component specifications.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.scriptaculous
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.services
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
IPageSource
          Abstracts the process of loading pages from thier specifications as well as pooling of pages once loaded.
IPropertySource
          A source for configuration properties.
IScriptSource
          Provides access to an IScript.
ISpecificationSource
          Defines access to component specifications.
ServiceEncoder
          Encapsulates the logic for encoding and decoding service requests.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.services.impl
IEngineService
          A service, provided by the IEngine, for its pages and/or components.
ILink
          Define a link that may be generated as part of a page render.
IPageLoader
          Interface exposed to components as they are loaded by the page loader.
IPageSource
          Abstracts the process of loading pages from thier specifications as well as pooling of pages once loaded.
IPropertySource
          A source for configuration properties.
IScriptSource
          Provides access to an IScript.
ISpecificationSource
          Defines access to component specifications.
ITemplateSourceDelegate
          Acts as a delegate to the TemplateSource, providing access to page and component templates after the normal search mechanisms have failed.
ServiceEncoder
          Encapsulates the logic for encoding and decoding service requests.
ServiceEncoding
          Contains the information needed to encode a request for a service; the servlet path plus and query parameters.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.util
IPropertySource
          A source for configuration properties.
 

Classes in org.apache.tapestry.engine used by org.apache.tapestry.valid
IScriptSource
          Provides access to an IScript.
 

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



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