Module | Version | Description |
hivemind | 1.1.0 | The master module for HiveMind, defining core, universal functionality. |
hivemind.lib | 1.1.0 | Standard library for HiveMind, providing commonly used services. |
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.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.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.monitor | 4.0.0 | Support for monitoring requests. |
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.portlet | 4.0.0 | Add on for Tapestry that adds native Portlet support. |
tapestry.portlet.bindings | 4.0.0 |
|
tapestry.portlet.resolver | 4.0.0 | Controls the resolution, based on portlet mode and window state, to a page.
This is all used by the Portlet's home engine service. |
tapestry.portlet.services | 4.0.0 | Defines engine services used by Tapestry portlet support. |
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.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). |