Uses of Class
org.apache.tapestry5.ioc.annotations.UseWith

Packages that use UseWith
org.apache.tapestry5.beaneditor   
org.apache.tapestry5.ioc.annotations   
 

Uses of UseWith in org.apache.tapestry5.beaneditor
 

Classes in org.apache.tapestry5.beaneditor with annotations of type UseWith
 interface DataType
          Used to explicitly set the data type used to select an editor (or display) block.
 interface NonVisual
          Marker annotation for properties which are non-visual, and so should not appear (by default) inside a BeanModel.
 interface ReorderProperties
          An annotation that may be placed on a JavaBean to re-order the properties.
 interface Translate
          Used to attach the name of a Translator used to convert the associated property between server-side and client-side representations.
 interface Validate
          Used to attach validation constraints directly to a property (either the getter or the setter method).
 interface Width
          Defines the desired width of the field used to edit the property.
 

Uses of UseWith in org.apache.tapestry5.ioc.annotations
 

Classes in org.apache.tapestry5.ioc.annotations with annotations of type UseWith
 interface Autobuild
          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).
 interface 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.
 interface InjectResource
          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.
 interface InjectService
          Annotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter.
 interface 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.
 interface Local
          A special marker annotation which limits the search for possible services to just the same module containing the service being injected.
 interface PostInjection
          Annotation for methods that should be invoked after injection.
 interface Primary
          Marker annotation used to denote a service that is the primary instance of some common interface.
 interface Symbol
          Used to inject a symbol value, via a symbol name.
 interface Value
          Used in conjunction with Inject to inject a literal value, rather than a service.
 



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