70717273747576
return null; } @Override public DeploymentDescriptorFile getConfigurationDDFile(RootDeploymentDescriptor descriptor) { return new WLWebRuntimeDDFile(); }
170171172173174175176
* @return if exists the DeploymentDescriptorFile responsible for * handling the WL configuration deployment descriptors */ @Override public DeploymentDescriptorFile getWLConfigurationDDFile() { return new WLWebRuntimeDDFile(); }