|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.util.Configuration.Property
public static class Configuration.Property
Names of properties used in the configuration file.
Field Summary | |
---|---|
static java.lang.String |
Debug
Property specifying whether to run in debug mode. |
static java.lang.String |
DEFAULT_LOAD_PACKAGE_MAPPING
|
(package private) static java.lang.String |
DEFAULT_SERIALIZER_FACTORY
|
static java.lang.String |
FileName
The name of the configuration file. |
static java.lang.String |
Indent
Property specifying whether XML documents should be indented by default. |
static java.lang.String |
LenientIdValidation
Property specifying whether id/href validation should be lenient; defaults to false |
static java.lang.String |
LenientSequenceOrder
Property specifying whether sequence order validation should be lenient |
static java.lang.String |
LOAD_PACKAGE_MAPPING
Property specifying what factory to use for dealing with XML serializers |
static java.lang.String |
MarshallingValidation
Property specifying whether to use validation in the Marshalling Framework |
static java.lang.String |
NamespacePackages
Property specifying Namespace to Package Mappings |
static java.lang.String |
Namespaces
Property specifying whether to support Namespaces by default. |
static java.lang.String |
Naming
Property specifying the implementation of the naming conventions to use. |
static java.lang.String |
Parser
Property specifying the class name of the XML parser to use. |
static java.lang.String |
ParserFeatures
Property specifying additional features for the parser. |
static java.lang.String |
ParserFeatureSeparator
|
static java.lang.String |
ParserFeaturesToDisable
Property specifying features to be disbaled on the underlying SAX parser. |
static java.lang.String |
ParserValidation
Property specifying whether to perform document validation by default. |
static java.lang.String |
PrimitiveNodeType
Property specifying the type of node to use for primitive values, either "element" or "attribute" |
static java.lang.String |
RegExp
Property specifying the regular expression validator to use. |
(package private) static java.lang.String |
ResourceName
|
static java.lang.String |
SaveMapKeys
Property specifying whether or not to save the "keys" of a Hashtable or Map during marshalling. |
static java.lang.String |
SERIALIZER_FACTORY
Property specifying what factoyr to use for dealing with XML serializers |
static java.lang.String |
SqlServerAnsiCompliant
Property specifying whether to use ANSI-compliant SQL for MS SQL Server. |
static java.lang.String |
StrictElements
Property specifying whether to apply strictness to elements when unmarshalling. |
Constructor Summary | |
---|---|
Configuration.Property()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PrimitiveNodeType
org.exolab.castor.xml.introspector.primitive.nodetype
public static final java.lang.String Parser
org.exolab.castor.parser
public static final java.lang.String ParserValidation
org.exolab.castor.SAXParser.validation
public static final java.lang.String Namespaces
org.exolab.castor.SAXParser.namespaces
public static final java.lang.String NamespacePackages
org.exolab.castor.xml.nspackages
public static final java.lang.String Naming
org.exolab.castor.xml.naming
public static final java.lang.String MarshallingValidation
org.exolab.castor.marshalling.validation
public static final java.lang.String Indent
org.exolab.castor.indent
public static final java.lang.String ParserFeatures
org.exolab.castor.sax.features
public static final java.lang.String ParserFeaturesToDisable
org.exolab.castor.sax.features-to-disable
public static final java.lang.String ParserFeatureSeparator
public static final java.lang.String RegExp
org.exolab.castor.regexp
public static final java.lang.String Debug
org.exolab.castor.debug
public static final java.lang.String StrictElements
org.exolab.castor.strictelements
public static final java.lang.String SaveMapKeys
org.exolab.castor.xml.saveMapKeys
public static final java.lang.String LOAD_PACKAGE_MAPPING
org.exolab.castor.xml.serializer.factory
public static final java.lang.String DEFAULT_LOAD_PACKAGE_MAPPING
public static final java.lang.String SERIALIZER_FACTORY
org.exolab.castor.xml.serializer.factory
public static final java.lang.String FileName
castor.properties
static final java.lang.String ResourceName
static final java.lang.String DEFAULT_SERIALIZER_FACTORY
public static final java.lang.String SqlServerAnsiCompliant
org.exolab.castor.jdo.sqlserver.ansi-compliant
public static final java.lang.String LenientSequenceOrder
org.exolab.castor.xml.lenient.sequence.order=false
public static final java.lang.String LenientIdValidation
org.exolab.castor.xml.lenient.id.validation=false
Constructor Detail |
---|
public Configuration.Property()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |