99100101102103104105106107
* standard deployment descriptor */ @Override public DeploymentDescriptorFile<WebFragmentDescriptor> getStandardDDFile() { if (standardDD == null) { standardDD = new WebFragmentDeploymentDescriptorFile(); } return standardDD; }