org.apache.tapestry5.internal.services
Class PropertyConduitDelegate

java.lang.Object
  extended by org.apache.tapestry5.internal.services.PropertyConduitDelegate
Direct Known Subclasses:
LiteralPropertyConduit

public class PropertyConduitDelegate
extends Object

Companion class for PropertyConduit instances created by the PropertyConduitSource.


Constructor Summary
PropertyConduitDelegate(TypeCoercer typeCoercer)
           
 
Method Summary
<T> T
coerce(Object value, Class<T> type)
           
 boolean invert(Object value)
           
 IntegerRange range(int from, int to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyConduitDelegate

public PropertyConduitDelegate(TypeCoercer typeCoercer)
Method Detail

range

public final IntegerRange range(int from,
                                int to)

coerce

public final <T> T coerce(Object value,
                          Class<T> type)

invert

public final boolean invert(Object value)


Copyright © 2003-2012 The Apache Software Foundation.