|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Coercion | |
---|---|
org.apache.tapestry5.internal.json | [INTERNAL USE ONLY] support classes for the JSON module; API subject to change |
org.apache.tapestry5.internal.transform | [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. |
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.internal.util | [INTERNAL USE ONLY] utility classes for Tapestry IOC services; API subject to change |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
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 | ||
---|---|---|
|
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
|
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()
|
|
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |