|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.tapestry.services | |
---|---|
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.binding | Implementations of IBinding . |
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.enhance | Classes used for performing dynamic bytecode enhancement of component and page classes. |
org.apache.tapestry.error | |
org.apache.tapestry.form | Components for implementing basic HTML Forms. |
org.apache.tapestry.multipart | |
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.request | |
org.apache.tapestry.resolver | |
org.apache.tapestry.script | Parser and related classes for dynamically generating JavaScript for inclusion in an HTML response. |
org.apache.tapestry.services | Interfaces for Tapestry-related HiveMind services. |
org.apache.tapestry.services.impl | |
org.apache.tapestry.util.io | Some interesting I/O classes. |
org.apache.tapestry.wml | Classes and components for main elements of the Wireless Markup Language (WML 1.2). |
Classes in org.apache.tapestry.services used by org.apache.tapestry | |
---|---|
Infrastructure
Tapestry infrastructure ... |
|
WebRequestServicer
Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the
tapestry.request.WebRequestServicerPipeline configuration point. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.asset | |
---|---|
LinkFactory
A source of ILink instances. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.binding | |
---|---|
ExpressionCache
Cache of compiled OGNL expressions. |
|
ExpressionEvaluator
Wrapper around the OGNL library. |
|
InjectedValueProvider
|
Classes in org.apache.tapestry.services used by org.apache.tapestry.components | |
---|---|
DataSqueezer
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields. |
|
ExpressionEvaluator
Wrapper around the OGNL library. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.engine | |
---|---|
AbsoluteURLBuilder
Service used to construct absolute URLs (often used for redirects). |
|
DataSqueezer
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields. |
|
ExpressionEvaluator
Wrapper around the OGNL library. |
|
Infrastructure
Tapestry infrastructure ... |
|
LinkFactory
A source of ILink instances. |
|
NamespaceResources
Companion to the standard implementation of
INamespace . |
|
ResetEventHub
Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data. |
|
ResponseRenderer
Responsible for rendering the active page as the response. |
|
WebRequestServicer
Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the
tapestry.request.WebRequestServicerPipeline configuration point. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.enhance | |
---|---|
ComponentConstructor
Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables. |
|
ComponentMessagesSource
Defines an object that can provide a component with its Messages . |
|
ComponentPropertySource
Enapsulates the logic for searching for component meta-data. |
|
InjectedValueProvider
|
Classes in org.apache.tapestry.services used by org.apache.tapestry.error | |
---|---|
ResponseRenderer
Responsible for rendering the active page as the response. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.form | |
---|---|
DataSqueezer
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.multipart | |
---|---|
ServletRequestServicer
An object that can service an HTTP servlet request. |
|
ServletRequestServicerFilter
Filter interface for ServletRequestServicer . |
Classes in org.apache.tapestry.services used by org.apache.tapestry.pageload | |
---|---|
ClassFinder
Used to search for a class within a list of packages. |
|
ComponentConstructorFactory
tapestry.enhance.ComponentConstructorFactory service that acts as a wrapper around
EnhancementOperation , used to take a base component class
and provide an enhanced subclass of it. |
|
ComponentPropertySource
Enapsulates the logic for searching for component meta-data. |
|
ComponentTemplateLoader
Service interface for tapestry.page.ComponentTemplateLoader ; responsible for
finding and integrating a component (or page) template with the component (or page) instance. |
|
ObjectPool
An pool for objects. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.request | |
---|---|
ServletRequestServicer
An object that can service an HTTP servlet request. |
|
ServletRequestServicerFilter
Filter interface for ServletRequestServicer . |
Classes in org.apache.tapestry.services used by org.apache.tapestry.resolver | |
---|---|
ClassFinder
Used to search for a class within a list of packages. |
|
ComponentPropertySource
Enapsulates the logic for searching for component meta-data. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.script | |
---|---|
ExpressionEvaluator
Wrapper around the OGNL library. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.services | |
---|---|
ClassFinder
Used to search for a class within a list of packages. |
|
ComponentConstructor
Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables. |
|
ComponentMessagesSource
Defines an object that can provide a component with its Messages . |
|
ComponentPropertySource
Enapsulates the logic for searching for component meta-data. |
|
CookieSource
Used by other services to obtain cookie values for the current request. |
|
DataSqueezer
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields. |
|
LinkFactory
A source of ILink instances. |
|
ObjectPool
An pool for objects. |
|
RequestCycleFactory
A factory for creating instances of IRequestCycle for the current
request. |
|
ResetEventHub
Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data. |
|
ResponseRenderer
Responsible for rendering the active page as the response. |
|
ServiceMap
Service interface for tapestry.services.ServiceMap , provides access to engine
services defined in the HiveMind module deployment descriptors. |
|
ServletRequestServicer
An object that can service an HTTP servlet request. |
|
TemplateSource
A source of localized HTML templates for components. |
|
WebRequestServicer
Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the
tapestry.request.WebRequestServicerPipeline configuration point. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.services.impl | |
---|---|
AbsoluteURLBuilder
Service used to construct absolute URLs (often used for redirects). |
|
ApplicationGlobals
A "global" holder for various services and configurations. |
|
ApplicationInitializer
An object which may perform startup initialization for the servlet. |
|
ClassFinder
Used to search for a class within a list of packages. |
|
ClasspathResourceFactory
Used to create new instances of ClasspathResource . |
|
ComponentConstructor
Starting with 4.0, copmonents do not always have a zero-args constructor; the enhanced subclass may take some parameters used to initialize instance variables. |
|
ComponentConstructorFactory
tapestry.enhance.ComponentConstructorFactory service that acts as a wrapper around
EnhancementOperation , used to take a base component class
and provide an enhanced subclass of it. |
|
ComponentMessagesSource
Defines an object that can provide a component with its Messages . |
|
ComponentPropertySource
Enapsulates the logic for searching for component meta-data. |
|
ComponentTemplateLoader
Service interface for tapestry.page.ComponentTemplateLoader ; responsible for
finding and integrating a component (or page) template with the component (or page) instance. |
|
CookieSource
Used by other services to obtain cookie values for the current request. |
|
DataSqueezer
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields. |
|
EngineFactory
Responsible for creating new instance of IEngine . |
|
EngineManager
Service responsible for obtaining instances of IEngine
to service the current request. |
|
ExpressionCache
Cache of compiled OGNL expressions. |
|
ExpressionEvaluator
Wrapper around the OGNL library. |
|
Infrastructure
Tapestry infrastructure ... |
|
InjectedValueProvider
|
|
LinkFactory
A source of ILink instances. |
|
NamespaceResources
Companion to the standard implementation of
INamespace . |
|
ObjectPool
An pool for objects. |
|
RequestCycleFactory
A factory for creating instances of IRequestCycle for the current
request. |
|
RequestGlobals
Access point for thread-local information about the current request. |
|
RequestLocaleManager
Used to determine what is the client-specified locale, if any, for the current request. |
|
ResetEventHub
Service interface for a source of reset events; this events are used to inform other services that they should discard any cached data. |
|
ResponseRenderer
Responsible for rendering the active page as the response. |
|
ServiceMap
Service interface for tapestry.services.ServiceMap , provides access to engine
services defined in the HiveMind module deployment descriptors. |
|
ServletRequestServicer
An object that can service an HTTP servlet request. |
|
ServletRequestServicerFilter
Filter interface for ServletRequestServicer . |
|
TemplateSource
A source of localized HTML templates for components. |
|
WebRequestServicer
Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the
tapestry.request.WebRequestServicerPipeline configuration point. |
|
WebRequestServicerFilter
Filter interface for WebRequestServicer . |
Classes in org.apache.tapestry.services used by org.apache.tapestry.util.io | |
---|---|
DataSqueezer
Lightweight serialization used to encode values into strings that are stored in query parameters and hidden fields. |
Classes in org.apache.tapestry.services used by org.apache.tapestry.wml | |
---|---|
WebRequestServicer
Interface for objects that can handle web requests; few classes implement this, instead they implement WebRequestServicerFilter and plug into the
tapestry.request.WebRequestServicerPipeline configuration point. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |