Uses of Interface
org.apache.tapestry5.ioc.services.Coercion

Packages that use Coercion
org.apache.tapestry5.internal.json   
org.apache.tapestry5.internal.transform   
org.apache.tapestry5.ioc.internal.services   
org.apache.tapestry5.ioc.internal.util   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.util A set of enums, abstract classs and wrappers of various purposes 
 

Uses of Coercion in org.apache.tapestry5.internal.json
 

Classes in org.apache.tapestry5.internal.json that implement Coercion
 class StringToJSONArray
           
 class StringToJSONObject
           
 

Uses of Coercion in org.apache.tapestry5.internal.transform
 

Classes in org.apache.tapestry5.internal.transform that implement Coercion
 class CCTWToCCTW2Coercion
          A Coercion for converting the deprecated ComponentClassTransformWorker to the new ComponentClassTransformWorker2.
 class InjectionProviderToInjectionProvider2
          Converts the deprecated InjectionProvider to the new InjectionProvider2.
 

Uses of Coercion in org.apache.tapestry5.ioc.internal.services
 

Classes in org.apache.tapestry5.ioc.internal.services that implement Coercion
 class CompoundCoercion<S,I,T>
          Combines two coercions to create a coercsion through an intermediate type.
 

Methods in org.apache.tapestry5.ioc.internal.services that return Coercion
<S,T> Coercion<S,T>
TypeCoercerImpl.getCoercion(Class<S> sourceType, Class<T> targetType)
           
 

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type Coercion
static String ServiceMessages.failedCoercion(Object input, Class targetType, Coercion coercion, Throwable cause)
           
 

Constructors in org.apache.tapestry5.ioc.internal.services with parameters of type Coercion
CompoundCoercion(Coercion<S,I> op1, Coercion<I,T> op2)
           
CompoundCoercion(Coercion<S,I> op1, Coercion<I,T> op2)
           
 

Uses of Coercion in org.apache.tapestry5.ioc.internal.util
 

Methods in org.apache.tapestry5.ioc.internal.util with parameters of type Coercion
static
<S,T> Mapper<S,T>
InternalUtils.toMapper(Coercion<S,T> coercion)
          Wraps a Coercion as a Mapper.
 

Uses of Coercion in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services that return Coercion
 Coercion<S,T> CoercionTuple.getCoercion()
           
<S,T> Coercion<S,T>
TypeCoercer.getCoercion(Class<S> sourceType, Class<T> targetType)
          Given a source and target type, computes the coercion that will be used.
 

Methods in org.apache.tapestry5.ioc.services with parameters of type Coercion
static
<S,T> CoercionTuple<S,T>
CoercionTuple.create(Class<S> sourceType, Class<T> targetType, Coercion<S,T> coercion)
          Convenience constructor to help with generics.
 

Constructors in org.apache.tapestry5.ioc.services with parameters of type Coercion
CoercionTuple(Class<S> sourceType, Class<T> targetType, Coercion<S,T> coercion)
          Standard constructor, which defaults wrap to true.
CoercionTuple(Class<S> sourceType, Class<T> targetType, Coercion<S,T> coercion, boolean wrap)
          Internal-use constructor.
 

Uses of Coercion in org.apache.tapestry5.util
 

Classes in org.apache.tapestry5.util that implement Coercion
 class StringToEnumCoercion<T extends Enum>
          A Coercion for converting strings into an instance of a particular enumerated type.
 



Copyright © 2003-2012 The Apache Software Foundation.