Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed link to "IoC - coerce" page, fixed spelling

...

Type coercions occur when a value passed into a parameter (as bound in template or in an annoationannotation) does not match the type of the parameter.

...

The TypeCoercer service is responsible for this type coercion. This service is part of the tapestry-ioc module, and is documented there. The service is quite extensible, allowing for new types and coercions to be added easily. The TapestryModule contributes a few additional coercions into the TypeCoercer service.