A D I L N O P R S T U V W

A

AnnotationUseContext - Enum in org.apache.tapestry5.ioc.annotations
Constants for documenting the context wherein the tapestry-provided annotations may be used, in conjunction with UseWith.
Autobuild - Annotation Type in org.apache.tapestry5.ioc.annotations
Directs that the value to be built should be an autobuild instance of the type with injections performed, via org.apache.tapestry5.ioc.ObjectLocator#autobuild(Class).

D

DataType - Annotation Type in org.apache.tapestry5.beaneditor
Used to explicitly set the data type used to select an editor (or display) block.

I

Inject - Annotation Type in org.apache.tapestry5.ioc.annotations
This annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into an arbitrary method of Java Bean.
InjectResource - Annotation Type in org.apache.tapestry5.ioc.annotations
Annotation used with field injection when the desired injection value is a resource (such as a service id, service configuration, or logger) and not an object obtained from the org.apache.tapestry5.ioc.services.MasterObjectProvider.
InjectService - Annotation Type in org.apache.tapestry5.ioc.annotations
Annotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter.
IntermediateType - Annotation Type in org.apache.tapestry5.ioc.annotations
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.

L

Local - Annotation Type in org.apache.tapestry5.ioc.annotations
A special marker annotation which limits the search for possible services to just the same module containing the service being injected.

N

NonVisual - Annotation Type in org.apache.tapestry5.beaneditor
Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel.

O

org.apache.tapestry5.beaneditor - package org.apache.tapestry5.beaneditor
 
org.apache.tapestry5.ioc.annotations - package org.apache.tapestry5.ioc.annotations
 

P

PostInjection - Annotation Type in org.apache.tapestry5.ioc.annotations
Annotation for methods that should be invoked after injection.
Primary - Annotation Type in org.apache.tapestry5.ioc.annotations
Marker annotation used to denote a service that is the primary instance of some common interface.

R

RelativePosition - Enum in org.apache.tapestry5.beaneditor
Controls the position of newly added PropertyModels inside a BeanModel.
ReorderProperties - Annotation Type in org.apache.tapestry5.beaneditor
An annotation that may be placed on a JavaBean to re-order the properties.

S

Symbol - Annotation Type in org.apache.tapestry5.ioc.annotations
Used to inject a symbol value, via a symbol name.

T

Translate - Annotation Type in org.apache.tapestry5.beaneditor
Used to attach the name of a Translator used to convert the associated property between server-side and client-side representations.

U

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

V

Validate - Annotation Type in org.apache.tapestry5.beaneditor
Used to attach validation constraints directly to a property (either the getter or the setter method).
Value - Annotation Type in org.apache.tapestry5.ioc.annotations
Used in conjunction with Inject to inject a literal value, rather than a service.
valueOf(String) - Static method in enum org.apache.tapestry5.beaneditor.RelativePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tapestry5.ioc.annotations.AnnotationUseContext
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tapestry5.beaneditor.RelativePosition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tapestry5.ioc.annotations.AnnotationUseContext
Returns an array containing the constants of this enum type, in the order they're declared.

W

Width - Annotation Type in org.apache.tapestry5.beaneditor
Defines the desired width of the field used to edit the property.

A D I L N O P R S T U V W

Copyright © 2007-2011 Apache Software Foundation. All Rights Reserved.