| org.apache.tapestry.ioc.services.Coercion
Coercion | public interface Coercion (Code) | | Responsible for converting from one type to another. This is used primarily around component
parameters.
< Parameters: S - >the source type (input)< Parameters: T - >the target type (output) |
Method Summary | |
T | coerce(S input) Converts an input value. |
coerce | T coerce(S input)(Code) | | Converts an input value.
Parameters: input - the input value |
|
|