Module | Version | Description |
tapestry | 4.0.0 | The master module for the Apache Tapestry web application framework. |
tapestry.asset | 4.0.0 | Factories for creating IAsset instances. |
tapestry.bindings | 4.0.0 | Services for creating instance of IBinding. |
tapestry.coerce | 4.0.0 | Module used to coerce data types from one type to another. This is used primarily to convert strings
into other types (numbers, booleans, etc.) or to convert various types into booleans (to be used
as conditions). |
tapestry.data | 4.0.0 | Module used to define the DataSqueezer service and related. |
tapestry.describe | 4.0.0 | Services and adaptors for "describing" various objects into an HTML representation. |
tapestry.enhance | 4.0.0 | Services and configurations related to component and page class enhancement. |
tapestry.error | 4.0.0 | Handling of common runtime errors. |
tapestry.event | 4.1.0 | Mappings from client side events to IActionListener instances. |
tapestry.form | 4.0.0 | Support for form components. |
tapestry.form.translator | 4.0.0 | Support for input field translators. |
tapestry.form.validator | 4.0.0 | Support for input field validators. |
tapestry.globals | 4.0.0 | Contains global information about the application and (inside threaded
services) about the current request. In addition, services based
on this global information are provided. |
tapestry.init | 4.0.0 | Contains all the application initialization logic. |
tapestry.js | 4.0.0 | Module for javascript support. |
tapestry.l10n | 4.0.0 | Extensible support for localization of resources. |
tapestry.listener | 4.0.0 | Mappings from listener methods to IActionListener instances. |
tapestry.markup | 4.0.0 | Support for markup writers and filters. |
tapestry.multipart | 4.0.0 | Support for multipart/form-data encoded requests used for file uploads. |
tapestry.ognl | 4.0.0 | Wrappers around the Object Graph Navigation Library. |
tapestry.page | 4.0.0 | Module for services related to page loading and pooling. |
tapestry.parse | 4.0.0 | Template and specification parsers. |
tapestry.persist | 4.0.0 | Services for managing page property persistence. |
tapestry.props | 4.0.0 | Defines services for locating configuration data that may be stored in the web application
deployment descriptor, the application specification, or elsewhere. |
tapestry.render | 4.1.0 | Various rendering services. |
tapestry.request | 4.0.0 | Services and configurations for the Tapestry request processing pipeline.
It is expected that the IEngine interface will eventually "dissolve" into
a collection of loosely bound services. |
tapestry.script | 4.0.0 | Module focused on client-side Javascript templates. |
tapestry.services | 4.0.0 | Contains the Tapestry engine services, and the configuration points for creating new ones (or
overriding the factory defaults). |
tapestry.state | 4.0.0 | Management of application state objects. |
tapestry.url | 4.0.0 | Control over constructing and recognizing URLs for Tapestry engine services. |
tapestry.valid | 4.0.0 | Support for input validation subsystem (centered around
the ValidField component). |