Uses of Class
org.jboss.seam.remoting.wrapper.ConversionScore

Packages that use ConversionScore
org.jboss.seam.remoting.wrapper   
 

Uses of ConversionScore in org.jboss.seam.remoting.wrapper
 

Methods in org.jboss.seam.remoting.wrapper that return ConversionScore
 ConversionScore NullWrapper.conversionScore(Class cls)
           
 ConversionScore MapWrapper.conversionScore(Class cls)
           
 ConversionScore NumberWrapper.conversionScore(Class<?> cls)
          Allow conversions to either Integer or String.
 ConversionScore BooleanWrapper.conversionScore(Class<?> cls)
           
 ConversionScore BeanWrapper.conversionScore(Class<?> cls)
           
 ConversionScore BagWrapper.conversionScore(Class<?> cls)
           
 ConversionScore DateWrapper.conversionScore(Class<?> cls)
           
 ConversionScore Wrapper.conversionScore(Class<?> cls)
          Returns a score indicating whether this parameter value can be converted to the specified type.
 ConversionScore StringWrapper.conversionScore(Class<?> cls)
           
static ConversionScore ConversionScore.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConversionScore[] ConversionScore.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Seam Framework. All Rights Reserved.