org.apache.tapestry5.internal.services
Class PropertyConduitDelegate
java.lang.Object
org.apache.tapestry5.internal.services.PropertyConduitDelegate
- Direct Known Subclasses:
- LiteralPropertyConduit
public class PropertyConduitDelegate
- extends Object
Companion class for PropertyConduit
instances created by the
PropertyConduitSource
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyConduitDelegate
public PropertyConduitDelegate(TypeCoercer typeCoercer)
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.