Uses of Interface
org.apache.tapestry5.beanmodel.PropertyConduit2
-
Packages that use PropertyConduit2 Package Description org.apache.tapestry5.beanmodel.internal org.apache.tapestry5.beanmodel.internal.services -
-
Uses of PropertyConduit2 in org.apache.tapestry5.beanmodel.internal
Subinterfaces of PropertyConduit2 in org.apache.tapestry5.beanmodel.internal Modifier and Type Interface Description interface
InternalPropertyConduit
Extension toPropertyConduit2
that adds a method to determine the name of the property. -
Uses of PropertyConduit2 in org.apache.tapestry5.beanmodel.internal.services
Classes in org.apache.tapestry5.beanmodel.internal.services that implement PropertyConduit2 Modifier and Type Class Description class
CoercingPropertyConduitWrapper
class
LiteralPropertyConduit
A PropertyConduit for a literal value in an expression, such as a number, or "true", "false" or "null".
-