@Service @PerLookup public class GFWebRuntimeDDFile extends ConfigurationDeploymentDescriptorFile
FULL_VALIDATION, PARSING_VALIDATION| Constructor and Description |
|---|
GFWebRuntimeDDFile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentDescriptorPath() |
RootXMLNode |
getRootXMLNode(Descriptor descriptor) |
void |
registerBundle(Map<String,Class<?>> registerMap,
Map<String,String> publicIDToDTD,
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.
|
isValidatinggetArchiveType, getDefaultSchemaSource, getDocument, getDocumentBuilder, getSAXParser, getSAXParser, getXMLValidation, getXMLValidationLevel, read, read, read, read, setArchiveType, setErrorReportingString, setXMLValidation, setXMLValidationLevel, write, write, writepublic String getDeploymentDescriptorPath()
getDeploymentDescriptorPath in class DeploymentDescriptorFilepublic RootXMLNode getRootXMLNode(Descriptor descriptor)
getRootXMLNode in class DeploymentDescriptorFiledescriptor - the descriptor for which we need the nodepublic void registerBundle(Map<String,Class<?>> registerMap, Map<String,String> publicIDToDTD, Map<String,List<Class<?>>> versionUpgrades)
ConfigurationDeploymentDescriptorFileregisterBundle in class ConfigurationDeploymentDescriptorFileregisterMap - the map for storing all the root nodespublicIDToDTD - the map for storing public id to dtd mappingversionUpgrades - The list of upgrades from older versionsCopyright © 2019. All rights reserved.