org.apache.tapestry.coerce
Class TypeConverterContribution

java.lang.Object
  extended byorg.apache.tapestry.coerce.TypeConverterContribution

public final class TypeConverterContribution
extends java.lang.Object

Contribution to different TypeConverterservice's configuration points.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TypeConverterContribution()
           
 
Method Summary
 TypeConverter getConverter()
           
 java.lang.Class getSubjectClass()
           
 void setConverter(TypeConverter converter)
           
 void setSubjectClass(java.lang.Class subjectClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeConverterContribution

public TypeConverterContribution()
Method Detail

getConverter

public TypeConverter getConverter()

getSubjectClass

public java.lang.Class getSubjectClass()

setConverter

public void setConverter(TypeConverter converter)

setSubjectClass

public void setSubjectClass(java.lang.Class subjectClass)