org.apache.tapestry.coerce
Class TypeConverterContribution

java.lang.Object
  extended by org.apache.tapestry.coerce.TypeConverterContribution

public final class TypeConverterContribution
extends Object

Contribution to different TypeConverterservice's configuration points.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TypeConverterContribution()
           
 
Method Summary
 TypeConverter getConverter()
           
 Class getSubjectClass()
           
 void setConverter(TypeConverter converter)
           
 void setSubjectClass(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 Class getSubjectClass()

setConverter

public void setConverter(TypeConverter converter)

setSubjectClass

public void setSubjectClass(Class subjectClass)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.