org.apache.tapestry.coerce
Class TypeConverterContribution
java.lang.Object
org.apache.tapestry.coerce.TypeConverterContribution
public final class TypeConverterContribution
- extends Object
Contribution to different TypeConverter
service's
configuration points.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeConverterContribution
public TypeConverterContribution()
getConverter
public TypeConverter getConverter()
getSubjectClass
public Class getSubjectClass()
setConverter
public void setConverter(TypeConverter converter)
setSubjectClass
public void setSubjectClass(Class subjectClass)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.