org.compass.core.config
Class CompassEnvironment.Converter.XmlContent

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

public abstract class CompassEnvironment.Converter.XmlContent
extends Object

Settings applicable to xml content mapping converters


Field Summary
static String MAX_POOL_SIZE
          The maximum pool size.
static String MIN_POOL_SIZE
          The minimum pool size.
static String TYPE
           
static String WRAPPER
           
static String WRAPPER_POOL
           
static String WRAPPER_PROTOTYPE
           
static String WRAPPER_SINGLETON
           
 
Constructor Summary
CompassEnvironment.Converter.XmlContent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values

WRAPPER

public static final String WRAPPER
See Also:
Constant Field Values

WRAPPER_SINGLETON

public static final String WRAPPER_SINGLETON
See Also:
Constant Field Values

WRAPPER_POOL

public static final String WRAPPER_POOL
See Also:
Constant Field Values

WRAPPER_PROTOTYPE

public static final String WRAPPER_PROTOTYPE
See Also:
Constant Field Values

MIN_POOL_SIZE

public static final String MIN_POOL_SIZE
The minimum pool size. Applies to pooled xml content converters.

See Also:
Constant Field Values

MAX_POOL_SIZE

public static final String MAX_POOL_SIZE
The maximum pool size. Applies to pooled xml content converters.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Converter.XmlContent

public CompassEnvironment.Converter.XmlContent()


Copyright (c) 2004-2008 The Compass Project.