Uses of Class
org.apache.cocoon.forms.datatype.convertor.ConversionResult

Packages that use ConversionResult
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.datatype.convertor General purpose convertors for converting between string and object representations of things (numbers, dates, ...). 
org.apache.cocoon.forms.datatype.typeimpl   
 

Uses of ConversionResult in org.apache.cocoon.forms.datatype
 

Methods in org.apache.cocoon.forms.datatype that return ConversionResult
 ConversionResult Datatype.convertFromString(String value, Locale locale)
          Converts a string to an object of this datatype.
 

Uses of ConversionResult in org.apache.cocoon.forms.datatype.convertor
 

Methods in org.apache.cocoon.forms.datatype.convertor that return ConversionResult
 ConversionResult PlainLongConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainIntegerConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainFloatConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainDoubleConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainDecimalConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult PlainBooleanConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult MillisDateConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult Icu4jDateConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult HtmlCleaningConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingLongConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingIntegerConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingFloatConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingDoubleConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingDecimalConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult FormattingDateConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult EnumConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult DummyStringConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult Convertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
          Converts string representation into the object of convertor's type.
 ConversionResult CharConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
 ConversionResult BeanConvertor.convertFromString(String value, Locale locale, Convertor.FormatCache formatCache)
           
static ConversionResult ConversionResult.create(String datatypeName)
          Constructs an unsuccessful ConversionResult.
 

Uses of ConversionResult in org.apache.cocoon.forms.datatype.typeimpl
 

Methods in org.apache.cocoon.forms.datatype.typeimpl that return ConversionResult
 ConversionResult AbstractDatatype.convertFromString(String value, Locale locale)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.