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