Package org.apache.tapestry5.commons.services
package org.apache.tapestry5.commons.services
-
ClassDescriptionOrganizes all
PropertyAdapter
s for a particular class.Coercion<S,T> Responsible for converting from one type to another.CoercionTuple<S,T> An immutable object that represents a mapping from one type to another.Used byBeanModelSource
to identify the type of data associated with a particular property (represented as aPropertyAdapter
).Methods related to the use of Java 5+ generics.Convenience class for getting aGenericsResolver
instance.An object which manages a list ofInvalidationListener
s.Deprecated.A service used to create proxies of varying types.A wrapper around the JavaBean Introspector that allows more manageable access to JavaBean properties of objects.Provides access to a single property within a class.Makes use ofCoercion
s to convert between an input value (of some specific type) and a desired output type.
InvalidationEventHub.addInvalidationCallback(Runnable)
instead