Uses of Interface
org.apache.cocoon.woody.datatype.convertor.Convertor

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

Uses of Convertor in org.apache.cocoon.woody.binding
 

Methods in org.apache.cocoon.woody.binding that return Convertor
 Convertor UniqueFieldJXPathBinding.getConvertor()
           
 

Constructors in org.apache.cocoon.woody.binding with parameters of type Convertor
MultiValueJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts, String multiValueId, String multiValuePath, String rowPath, JXPathBindingBase[] updateBindings, Convertor convertor, Locale convertorLocale)
           
RepeaterJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts, String repeaterId, String repeaterPath, String rowPath, String rowPathForInsert, String uniqueRowId, String uniqueRowPath, Convertor convertor, Locale convertorLocale, JXPathBindingBase[] childBindings, JXPathBindingBase insertBinding, JXPathBindingBase[] deleteBindings, JXPathBindingBase[] uniqueBindings)
          Constructs RepeaterJXPathBinding
UniqueFieldJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, Convertor convertor, Locale convertorLocale)
          Constructs UniqueFieldJXPathBinding.
ValueJXPathBinding(org.apache.cocoon.woody.binding.JXPathBindingBuilderBase.CommonAttributes commonAtts, String widgetId, String xpath, JXPathBindingBase[] updateBindings, Convertor convertor, Locale convertorLocale)
          Constructs FieldJXPathBinding.
 

Uses of Convertor in org.apache.cocoon.woody.datatype
 

Methods in org.apache.cocoon.woody.datatype that return Convertor
 Convertor DatatypeBuilder.buildConvertor(Element convertorEl)
           
 Convertor DefaultDatatypeManager.createConvertor(String dataTypeName, Element convertorElement)
           
 Convertor DatatypeManager.createConvertor(String dataTypeName, Element convertorElement)
          Creates a convertor based on an XML description.
 Convertor Datatype.getConvertor()
          Returns the convertor used by this datatype.
 Convertor Datatype.getPlainConvertor()
          Returns the "plain convertor".
 Convertor DatatypeBuilder.getPlainConvertor()
           
 

Uses of Convertor in org.apache.cocoon.woody.datatype.convertor
 

Classes in org.apache.cocoon.woody.datatype.convertor that implement Convertor
 class DummyStringConvertor
          Convertor that converts between strings and strings, in other words, it does nothing.
 class EnumConvertor
          A Convertor implementation for types implementing Joshua Bloch's typesafe enum pattern.
 class FormattingDateConvertor
          A Convertor for Date objects backed by the SimpleDateFormat class.
 class FormattingDecimalConvertor
          A Convertor for BigDecimals backed by the DecimalFormat class.
 class FormattingFloatConvertor
          A Convertor for Floats backed by the NumberFormat class.
 class FormattingIntegerConvertor
          A Convertor for Integers backed by the DecimalFormat class.
 class FormattingLongConvertor
          A Convertor for Longs backed by the DecimalFormat class.
 class MillisDateConvertor
          A Convertor for Date objects which uses the number of milliseconds since January 1, 1970, 00:00:00 GMT as string representation.
 class PlainBooleanConvertor
          Convertor for java.lang.Boolean's.
 class PlainDecimalConvertor
          Convertor for BigDecimals that does not do any (locale-dependent) formatting.
 class PlainFloatConvertor
          Convertor for Floats that does not do any (locale-dependent) formatting.
 class PlainIntegerConvertor
          Convertor for java.lang.Integers that does not do any (Locale-dependent) formatting.
 class PlainLongConvertor
          Convertor for java.lang.Longs that does not do any (Locale-dependent) formatting.
 

Methods in org.apache.cocoon.woody.datatype.convertor that return Convertor
 Convertor PlainFloatConvertorBuilder.build(Element configElement)
           
 Convertor FormattingDecimalConvertorBuilder.build(Element configElement)
           
 Convertor MillisDateConvertorBuilder.build(Element configElement)
           
 Convertor DummyStringConvertorBuilder.build(Element configElement)
           
 Convertor FormattingDateConvertorBuilder.build(Element configElement)
           
 Convertor PlainIntegerConvertorBuilder.build(Element configElement)
           
 Convertor PlainDecimalConvertorBuilder.build(Element configElement)
           
 Convertor EnumConvertorBuilder.build(Element configElement)
           
 Convertor FormattingFloatConvertorBuilder.build(Element configElement)
           
 Convertor PlainLongConvertorBuilder.build(Element configElement)
           
 Convertor ConvertorBuilder.build(Element configElement)
           
 Convertor PlainBooleanConvertorBuilder.build(Element configElement)
           
 

Uses of Convertor in org.apache.cocoon.woody.datatype.typeimpl
 

Methods in org.apache.cocoon.woody.datatype.typeimpl that return Convertor
 Convertor AbstractDatatypeBuilder.buildConvertor(Element convertorEl)
           
 Convertor AbstractDatatype.getConvertor()
           
 Convertor AbstractDatatype.getPlainConvertor()
           
 Convertor AbstractDatatypeBuilder.getPlainConvertor()
           
 

Methods in org.apache.cocoon.woody.datatype.typeimpl with parameters of type Convertor
protected  void AbstractDatatype.setConvertor(Convertor convertor)
           
 



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