949596979899100
return new WebBundleDescriptor(); } @Override public DeploymentDescriptorFile getGFCounterPartConfigurationDDFile(RootDeploymentDescriptor descriptor) { return new GFWebRuntimeDDFile(); }
152153154155156157158
* @return if exists the DeploymentDescriptorFile responsible for * handling the configuration deployment descriptors */ @Override public DeploymentDescriptorFile getConfigurationDDFile() { return new GFWebRuntimeDDFile(); }