Uses of Class
olg.csv.bean.loader.AbstractFormatterLoader

Packages that use AbstractFormatterLoader
olg.csv.bean.loader This package provides all the useful classes in the loading of classes involved in the reading / writing bean process from an XML descriptor. 
 

Uses of AbstractFormatterLoader in olg.csv.bean.loader
 

Subclasses of AbstractFormatterLoader in olg.csv.bean.loader
private static class AbstractFormatterLoader.CustomFormatterLoader
          Class responsible of CustomFormatter loading.
private static class AbstractFormatterLoader.DateFormatterLoader
          Class responsible of DateFormatter loading.
 

Fields in olg.csv.bean.loader declared as AbstractFormatterLoader
private static AbstractFormatterLoader AbstractFormatterLoader.instance
          Singleton instance to use to load Formatter.
protected  AbstractFormatterLoader AbstractFormatterLoader.successor
          FormatterLoader successor as describe in Chain of responsability pattern.
 

Methods in olg.csv.bean.loader that return AbstractFormatterLoader
static AbstractFormatterLoader AbstractFormatterLoader.getInstance()
          Returns singleton responsible of formatters loading.
 

Constructors in olg.csv.bean.loader with parameters of type AbstractFormatterLoader
AbstractFormatterLoader.CustomFormatterLoader(AbstractFormatterLoader successor)
           
AbstractFormatterLoader.DateFormatterLoader(AbstractFormatterLoader successor)
           
AbstractFormatterLoader(String xPathExpression, AbstractFormatterLoader successor)
           
 



Copyright © 2014. All Rights Reserved.