public class CompatibilityDigesterDefinitionsReader extends DigesterDefinitionsReader
Modifier and Type | Class and Description |
---|---|
static class |
CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule
Digester rule to manage assignment of an object as an attribute value.
|
DigesterDefinitionsReader.AddNestedDefinitionRule, DigesterDefinitionsReader.FillAttributeRule, DigesterDefinitionsReader.FillDefinitionRule, DigesterDefinitionsReader.PutAttributeRule
Modifier and Type | Field and Description |
---|---|
protected String[] |
registrations
The set of public identifiers, and corresponding resource names for the
versions of the configuration file DTDs we know about.
|
DEFINITION_HANDLER_CLASS, digester, LIST_HANDLER_CLASS, PARSER_VALIDATE_PARAMETER_NAME, PUT_ATTRIBUTE_HANDLER_CLASS
Constructor and Description |
---|
CompatibilityDigesterDefinitionsReader() |
Modifier and Type | Method and Description |
---|---|
protected String[] |
getRegistrations()
Returns the registrations for local DTDs.
|
protected void |
initSyntax(Digester digester)
Initialised the syntax for reading XML files containing Tiles
definitions.
|
addDefinition, getNextUniqueDefinitionName, read, setValidating
protected String[] registrations
public CompatibilityDigesterDefinitionsReader()
protected void initSyntax(Digester digester)
initSyntax
in class DigesterDefinitionsReader
digester
- The digester to initialize.protected String[] getRegistrations()
getRegistrations
in class DigesterDefinitionsReader
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.