Uses of Class
com.opensymphony.xwork.conversion.annotations.ConversionRule

Packages that use ConversionRule
com.opensymphony.xwork.conversion.annotations   
 

Uses of ConversionRule in com.opensymphony.xwork.conversion.annotations
 

Methods in com.opensymphony.xwork.conversion.annotations that return ConversionRule
static ConversionRule ConversionRule.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConversionRule[] ConversionRule.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


XWork Project Page