795796797798799800801
/** * Returns the runtime deployment descriptor sun-web.xml in this case * @return the class that represenst the runtime web descriptor */ public DeploymentDescriptorFile getConfigurationDDFile() { return new WebRuntimeDDFile(); }
135136137138139140141
/** * @return if exists the DeploymentDescriptorFile responsible for * handling the configuration deployment descriptors */ public DeploymentDescriptorFile getConfigurationDDFile() { return new WebRuntimeDDFile(); }
99100101102103104105
return new GFWebRuntimeDDFile(); } @Override public DeploymentDescriptorFile getSunCounterPartConfigurationDDFile(RootDeploymentDescriptor descriptor) { return new WebRuntimeDDFile(); }
161162163164165166167
* @return if exists the DeploymentDescriptorFile responsible for * handling the Sun configuration deployment descriptors */ @Override public DeploymentDescriptorFile getSunConfigurationDDFile() { return new WebRuntimeDDFile(); }