Class PropertyConduitDelegate
- java.lang.Object
 - 
- org.apache.tapestry5.beanmodel.internal.services.PropertyConduitDelegate
 
 
- 
- Direct Known Subclasses:
 LiteralPropertyConduit
public class PropertyConduitDelegate extends Object
Companion class forPropertyConduitinstances created by thePropertyConduitSource. 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyConduitDelegate(TypeCoercer typeCoercer) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tcoerce(Object value, Class<T> type)booleaninvert(Object value)IntegerRangerange(int from, int to) 
 - 
 
- 
- 
Constructor Detail
- 
PropertyConduitDelegate
public PropertyConduitDelegate(TypeCoercer typeCoercer)
 
 - 
 
 -