Uses of Package
org.apache.tapestry5.ioc.annotations

Packages that use org.apache.tapestry5.ioc.annotations
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.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.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.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.test [INTERNAL USE ONLY] testing support implementation classes; API subject to change 
org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
org.apache.tapestry5.internal.translator [INTERNAL USE ONLY] translator implementation classes; API subject to change. 
org.apache.tapestry5.ioc.annotations Annotations for Tapestry IOC services 
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.services Tapestry IOC service interfaces 
org.apache.tapestry5.ioc.test Classes supporting testing of Tapestry IOC services 
org.apache.tapestry5.jpa Provides support for simple CRUD applications built on top of Tapestry and JPA 
org.apache.tapestry5.json.services JSON services 
org.apache.tapestry5.kaptcha.annotations Kaptcha annotations 
org.apache.tapestry5.kaptcha.services Services supporting the Kaptcha (CAPTCHA) component 
org.apache.tapestry5.services Core services 
org.apache.tapestry5.services.assets Various services for assets (e.g., images, JavaScript & CSS files) 
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.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.services Services for the Tapestry-upload module 
org.apache.tapestry5.validator Validators for use by Tapestry (and custom) form field components. 
org.apache.tapestry5.yuicompressor.services [INTERNAL USE ONLY] support services for the YUICompressor; API subject to change 
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.annotations
UseWith
          Annotation documenting the context(s) in which tapestry-provided annotations may be used.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.beaneditor
UseWith
          Annotation documenting the context(s) in which tapestry-provided annotations may be used.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.beanvalidator
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.
Primary
          Marker annotation used to denote a service that is the primary instance of some common interface.
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.hibernate
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.
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.hibernate.annotations
UseWith
          Annotation documenting the context(s) in which tapestry-provided annotations may be used.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.dynamic
PostInjection
          Annotation for methods that should be invoked after injection.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.gzip
Symbol
          Used to inject a symbol value, via a symbol name.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.hibernate
PostInjection
          Annotation for methods that should be invoked after injection.
Symbol
          Used to inject a symbol value, via a symbol name.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.jmx
PostInjection
          Annotation for methods that should be invoked after injection.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.jpa
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.renderers
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).
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.services
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.
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.
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 ofcontribution.
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.services.ajax
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).
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.services.assets
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.services.javascript
Symbol
          Used to inject a symbol value, via a symbol name.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.services.linktransform
Primary
          Marker annotation used to denote a service that is the primary instance of some common interface.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.test
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.transform
Symbol
          Used to inject a symbol value, via a symbol name.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.internal.translator
Symbol
          Used to inject a symbol value, via a symbol name.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.annotations
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.internal.services
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).
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.internal.services.cron
PostInjection
          Annotation for methods that should be invoked after injection.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.services
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.
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 ofcontribution.
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.ioc.test
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.jpa
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.
UsesConfiguration
          A documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.json.services
Contribute
          An annotation that may be placed on a contributor method of a module.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.kaptcha.annotations
UseWith
          Annotation documenting the context(s) in which tapestry-provided annotations may be used.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.kaptcha.services
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services
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.
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.
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.
SubModule
          Attached to a module class, this annotation identifies other module classes that should also be added to the Registry.
Symbol
          Used to inject a symbol value, via a symbol name.
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 ofcontribution.
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.assets
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.
Marker
          Used to define one or more marker annotations for a service implementation.
Order
          Used with a service decorator method to control the order in which decorations occur.
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 ofcontribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.javascript
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 ofcontribution.
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.linktransform
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.messages
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.meta
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 ofcontribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.pageload
Marker
          Used to define one or more marker annotations for a service implementation.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.security
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.templates
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.services.transform
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.spring
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.
UsesOrderedConfiguration
          A documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.test
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.upload.internal.services
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.upload.services
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.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.validator
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 ofcontribution.
 

Classes in org.apache.tapestry5.ioc.annotations used by org.apache.tapestry5.yuicompressor.services
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.
 



Copyright © 2003-2012 The Apache Software Foundation.