Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.components |
Basic, fundamental components used to construct more complex components, or pages.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.engine.encoders | |
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.record |
Abstract and simple (memory-based) implementations of
IPageRecorder . |
org.apache.tapestry.resolver | |
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.util |
A general set of resuable classes and utilities for creating Internet and XML applications.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Class and Description |
---|
IEngineService
A service, provided by the
IEngine , for its pages and/or components. |
IMonitor
Deprecated.
To be removed in 4.1 with no direct replacement.
|
IPageLoader
Interface exposed to components as they are loaded by the page loader.
|
IPropertySource
A source for configuration properties.
|
IScriptSource
Provides access to an
IScript . |
ISpecificationSource
Defines access to component specifications.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ILink
Define a link that may be generated as part of a page render.
|
Class and Description |
---|
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.
|
IMonitor
Deprecated.
To be removed in 4.1 with no direct replacement.
|
IMonitorFactory
Deprecated.
To be removed in 4.1 with no direct replacement.
|
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
org.apache.tapestry.engine.RequestCycle#RequestCycle(IEngine, QueryParameterMap, IEngineService, IMonitor, RequestCycleEnvironment)
constructor. |
ServiceEncoding
Contains the information needed to encode a request for a service; the servlet path plus and
query parameters.
|
Class and Description |
---|
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.
|
Class and Description |
---|
IScriptSource
Provides access to an
IScript . |
Class and Description |
---|
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.
|
Class and Description |
---|
IEngineService
A service, provided by the
IEngine , for its pages and/or components. |
IScriptSource
Provides access to an
IScript . |
Class and Description |
---|
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.
|
Class and Description |
---|
IMonitor
Deprecated.
To be removed in 4.1 with no direct replacement.
|
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.
|
Class and Description |
---|
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.
|
Class and Description |
---|
ISpecificationSource
Defines access to component specifications.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
IMonitorFactory
Deprecated.
To be removed in 4.1 with no direct replacement.
|
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.
|
Class and Description |
---|
IPropertySource
A source for configuration properties.
|
Class and Description |
---|
AbstractEngine
Basis for building real Tapestry applications.
|
BaseEngine
Concrete implementation of
IEngine used for ordinary applications. |