@PerLookup @Service public class ApplicationRuntimeDDFile extends ConfigurationDeploymentDescriptorFile
FULL_VALIDATION, PARSING_VALIDATION
Constructor and Description |
---|
ApplicationRuntimeDDFile() |
Modifier and Type | Method and Description |
---|---|
String |
getDeploymentDescriptorPath() |
RootXMLNode |
getRootXMLNode(Descriptor descriptor) |
void |
registerBundle(Map<String,Class> rootNodesMap,
Map<String,String> publicIDToDTDMap,
Map<String,List<Class>> versionUpgrades)
Register the root node for this runtime deployment descriptor file
in the root nodes map, and also in the dtd map which will be used for
dtd validation.
|
isValidating
getArchiveType, getDefaultSchemaSource, getDocument, getDocumentBuilder, getSAXParser, getSAXParser, getXMLValidation, getXMLValidationLevel, read, read, read, read, setArchiveType, setErrorReportingString, setXMLValidation, setXMLValidationLevel, write, write, write
public String getDeploymentDescriptorPath()
getDeploymentDescriptorPath
in class DeploymentDescriptorFile
public RootXMLNode getRootXMLNode(Descriptor descriptor)
getRootXMLNode
in class DeploymentDescriptorFile
the
- descriptor for which we need the nodepublic void registerBundle(Map<String,Class> rootNodesMap, Map<String,String> publicIDToDTDMap, Map<String,List<Class>> versionUpgrades)
registerBundle
in class ConfigurationDeploymentDescriptorFile
rootNodesMap
- the map for storing all the root nodespublicIDToDTDMap
- the map for storing public id to dtd mappingversionUpgrades
- The list of upgrades from older versionsCopyright © 2018. All rights reserved.