Package org.glassfish.web.deployment.io
Class WebFragmentDeploymentDescriptorFile
- java.lang.Object
-
- com.sun.enterprise.deployment.io.DeploymentDescriptorFile<WebFragmentDescriptor>
-
- org.glassfish.web.deployment.io.WebFragmentDeploymentDescriptorFile
-
public class WebFragmentDeploymentDescriptorFile extends DeploymentDescriptorFile<WebFragmentDescriptor>
This class is responsible for handling WebFragment DeploymentDescriptor files- Author:
- Shing Wai Chan
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.deployment.io.DeploymentDescriptorFile
FULL_VALIDATION, PARSING_VALIDATION
-
-
Constructor Summary
Constructors Constructor Description WebFragmentDeploymentDescriptorFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeploymentDescriptorPath()RootXMLNode<WebFragmentDescriptor>getRootXMLNode(WebFragmentDescriptor descriptor)-
Methods inherited from class com.sun.enterprise.deployment.io.DeploymentDescriptorFile
getArchiveType, getDefaultSchemaSource, getDocument, getDocumentBuilder, getSAXParser, getSAXParser, getXMLValidation, getXMLValidationLevel, read, read, read, read, setArchiveType, setErrorReportingString, setXMLValidation, setXMLValidationLevel, write, write, write
-
-
-
-
Method Detail
-
getDeploymentDescriptorPath
public String getDeploymentDescriptorPath()
- Specified by:
getDeploymentDescriptorPathin classDeploymentDescriptorFile<WebFragmentDescriptor>- Returns:
- the location of the DeploymentDescriptor file for a particular type of J2EE Archive
-
getRootXMLNode
public RootXMLNode<WebFragmentDescriptor> getRootXMLNode(WebFragmentDescriptor descriptor)
- Specified by:
getRootXMLNodein classDeploymentDescriptorFile<WebFragmentDescriptor>- Parameters:
descriptor- descriptor for which we need the node- Returns:
- a RootXMLNode responsible for handling the deployment descriptors associated with this J2EE module
-
-