Package | Description |
---|---|
org.apache.tapestry5 |
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
|
org.apache.tapestry5.alerts |
Support for a standard way of presenting alerts to the user, via the
AlertManager service combined with the
Alerts component. |
org.apache.tapestry5.annotations |
Contains annotations, primarily those used inside component classes as well as a few specific to the tapestry-core services layer.
|
org.apache.tapestry5.beaneditor |
Support classes for the
BeanEditor
component. |
org.apache.tapestry5.beanvalidator |
Support for JSR-303 Bean Validation via the Hibernate validator implementation
|
org.apache.tapestry5.beanvalidator.modules | |
org.apache.tapestry5.clojure |
Allows Clojure functions to be injected into Tapestry services and components
|
org.apache.tapestry5.clojure.modules | |
org.apache.tapestry5.corelib.base |
Base components intended to be extended by other components rather than
used directly in templates.
|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.hibernate |
Provides support for simple CRUD applications built on top of Tapestry and Hibernate
|
org.apache.tapestry5.hibernate.annotations |
Annotations for using Hibernate within Tapestry components or services
|
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.dynamic |
[INTERNAL USE ONLY] support classes for the
Dynamic component; API subject to change |
org.apache.tapestry5.internal.gzip |
[INTERNAL USE ONLY] support classes for GZIP compression; API subject to change
|
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.jmx |
[INTERNAL USE ONLY] support classes for the JMX module; API subject to change
|
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; API subject to change
|
org.apache.tapestry5.internal.mongodb | |
org.apache.tapestry5.internal.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; API subject to change
|
org.apache.tapestry5.internal.renderers |
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
org.apache.tapestry5.internal.services.linktransform |
[INTERNAL USE ONLY] link transformation support implementations; API subject to change
|
org.apache.tapestry5.internal.structure |
[INTERNAL USE ONLY] page structure implementation details; API subject to change.
|
org.apache.tapestry5.internal.t5internal.modules | |
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.internal.webresources | |
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.annotations |
Annotations for Tapestry IOC services
|
org.apache.tapestry5.ioc.def |
Tapestry IOC service definitions
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
org.apache.tapestry5.ioc.internal.services.cron |
[INTERNAL USE ONLY] Support for cron-like services in Tapestry IOC; API subject to change.
|
org.apache.tapestry5.ioc.modules | |
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
org.apache.tapestry5.jcache.module | |
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.jpa.modules | |
org.apache.tapestry5.json.modules |
Optional module that allows JSON objects to be used with the
TypeCoercer service, when
the tapestry-ioc module is present. |
org.apache.tapestry5.kaptcha.annotations |
Kaptcha annotations
|
org.apache.tapestry5.kaptcha.modules | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.mongodb | |
org.apache.tapestry5.mongodb.modules | |
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript and CSS files)
|
org.apache.tapestry5.services.compatibility |
A more structured approach to tracking how compatibility features are enabled, as well as tracking
compatibility exceptions.
|
org.apache.tapestry5.services.dashboard |
Support for the built-in "T5Dashboard" page.
|
org.apache.tapestry5.services.javascript |
Support for Javascript (and CSS), including dynamically-added JavaScript and
services that manage dynamically-added links to JavaScript (and CSS) assets.
|
org.apache.tapestry5.services.linktransform |
Services supporting link transformation.
|
org.apache.tapestry5.services.messages |
Services supporting component and application message catalogs.
|
org.apache.tapestry5.services.meta |
Services for extracting component metadata.
|
org.apache.tapestry5.services.pageload |
Services for locating and loading pages and component resources.
|
org.apache.tapestry5.services.security |
Interfaces support a simple whitelist-based security model to protect page access.
|
org.apache.tapestry5.services.templates |
Template services
|
org.apache.tapestry5.services.transform |
Support for component class transformation.
|
org.apache.tapestry5.spring |
Integration of Tapestry with the Spring Inversion Of Control Container
|
org.apache.tapestry5.spring.modules | |
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
org.apache.tapestry5.upload.internal.services |
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
|
org.apache.tapestry5.upload.modules | |
org.apache.tapestry5.validator |
Validators for use by Tapestry (and custom) form field components.
|
org.apache.tapestry5.webresources.modules |
Class and Description |
---|
IncompatibleChange |
Class and Description |
---|
IncompatibleChange |
Class and Description |
---|
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
Local
A special marker annotation which limits the search for possible services to just the same module containing
the service being injected.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Startup
An annotation that may be placed on a startup method of a module.
|
Class and Description |
---|
Inject
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into
an arbitrary method of Java Bean.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Description
Annotation used by Tapestry to describe the annotated class or package in runtime,
specially in the T5Dashboard page.
|
Class and Description |
---|
UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Local
A special marker annotation which limits the search for possible services to just the same module containing
the service being injected.
|
Marker
Used to define one or more marker annotations for a service implementation.
|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
IncompatibleChange |
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Class and Description |
---|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Class and Description |
---|
Local
A special marker annotation which limits the search for possible services to just the same module containing
the service being injected.
|
PostInjection
Annotation for methods that should be invoked after injection.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Class and Description |
---|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Inject
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into
an arbitrary method of Java Bean.
|
InjectService
Annotation used with parameters of service builder methods to identify the service to be injected into the service
builder method via the parameter.
|
IntermediateType
Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to
the intermediate type.
|
Marker
Used to define one or more marker annotations for a service implementation.
|
PostInjection
Annotation for methods that should be invoked after injection.
|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Symbol
Used to inject a symbol value, via a symbol name.
|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Class and Description |
---|
Marker
Used to define one or more marker annotations for a service implementation.
|
PostInjection
Annotation for methods that should be invoked after injection.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Class and Description |
---|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Inject
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into
an arbitrary method of Java Bean.
|
Local
A special marker annotation which limits the search for possible services to just the same module containing
the service being injected.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
IncompatibleChange |
Class and Description |
---|
AnnotationUseContext
Constants for documenting the context wherein the tapestry-provided annotations may be used, in conjunction with
UseWith . |
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
IncompatibleChange |
Class and Description |
---|
PreventServiceDecoration
Marks a service as not eligible for decoration.
|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Class and Description |
---|
PostInjection
Annotation for methods that should be invoked after injection.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
IntermediateType
Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to
the intermediate type.
|
Local
A special marker annotation which limits the search for possible services to just the same module containing
the service being injected.
|
Marker
Used to define one or more marker annotations for a service implementation.
|
PreventServiceDecoration
Marks a service as not eligible for decoration.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
IncompatibleChange |
UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
IntermediateType
Used to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to
the intermediate type.
|
Class and Description |
---|
Match
Optional, but typically used, annotation for service decorator methods, used to define which services the decorator
applies to.
|
Class and Description |
---|
UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Startup
An annotation that may be placed on a startup method of a module.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Class and Description |
---|
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Value
Used in conjunction with
Inject to inject a literal value, rather than a
service. |
Class and Description |
---|
Advise
An annotation that may be placed on a advisor method of a module.
|
Autobuild
Directs that the value to be built should be an autobuild instance of the type with injections performed, via
ObjectLocator.autobuild(Class) . |
Contribute
An annotation that may be placed on a contributor method of a module.
|
Decorate
An annotation that may be placed on a decorator method of a module.
|
ImportModule
Attached to a module class, this annotation identifies other module classes that should also be added to the
Registry.
|
InjectService
Annotation used with parameters of service builder methods to identify the service to be injected into the service
builder method via the parameter.
|
Local
A special marker annotation which limits the search for possible services to just the same module containing
the service being injected.
|
Marker
Used to define one or more marker annotations for a service implementation.
|
Match
Optional, but typically used, annotation for service decorator methods, used to define which services the decorator
applies to.
|
Order
Used with a service decorator method to control the order in which decorations occur.
|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Startup
An annotation that may be placed on a startup method of a module.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
IncompatibleChange |
UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
UseWith
Annotation documenting the context(s) in which tapestry-provided annotations may be used.
|
Class and Description |
---|
IncompatibleChange |
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
Class and Description |
---|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
NotLazy
Marks a method as specifically not-lazy, even if other methods in the same interface are being advised as lazy.
|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
Class and Description |
---|
UsesConfiguration
A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
UsesOrderedConfiguration
A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
|
Class and Description |
---|
Contribute
An annotation that may be placed on a contributor method of a module.
|
Marker
Used to define one or more marker annotations for a service implementation.
|
Class and Description |
---|
Inject
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into
an arbitrary method of Java Bean.
|
Class and Description |
---|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
Autobuild
Directs that the value to be built should be an autobuild instance of the type with injections performed, via
ObjectLocator.autobuild(Class) . |
Scope
An optional annotation that may be placed on a service building method of a module, or on the implementation class
(when using service binding).
|
Symbol
Used to inject a symbol value, via a symbol name.
|
Class and Description |
---|
UsesMappedConfiguration
A documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String),
and type of contribution.
|
Class and Description |
---|
Autobuild
Directs that the value to be built should be an autobuild instance of the type with injections performed, via
ObjectLocator.autobuild(Class) . |
Contribute
An annotation that may be placed on a contributor method of a module.
|
Primary
Marker annotation used to denote a service that is the primary instance of some common interface.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.