org.compass.core.config
Class CompassEnvironment.Converter

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.Converter
Enclosing class:
CompassEnvironment

public abstract class CompassEnvironment.Converter
extends Object

Converter settings


Nested Class Summary
 class CompassEnvironment.Converter.DefaultTypeNames
          The default name types that compass default converters will be registered under.
 class CompassEnvironment.Converter.DefaultTypes
          Default compass short hand types.
 class CompassEnvironment.Converter.Format
          Formatted settings that apply to all the default date and number types.
 class CompassEnvironment.Converter.JsonContent
           
 class CompassEnvironment.Converter.XmlContent
          Settings applicable to xml content mapping converters
 
Field Summary
static String PREFIX
          The prefix used for converter groups.
static String REGISTER_CLASS
          The class that the converter will be registered under, ADVANCE USAGE.
static String TYPE
          The fully qualified class name of the CompassEnvironment.Converter implementation or an actual instance.
 
Constructor Summary
CompassEnvironment.Converter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
The prefix used for converter groups.

See Also:
Constant Field Values

TYPE

public static final String TYPE
The fully qualified class name of the CompassEnvironment.Converter implementation or an actual instance.

See Also:
Constant Field Values

REGISTER_CLASS

public static final String REGISTER_CLASS
The class that the converter will be registered under, ADVANCE USAGE.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Converter

public CompassEnvironment.Converter()


Copyright (c) 2004-2008 The Compass Project.