public class org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile extends com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile
{
public void <init>()
{
org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile v;
v := @this: org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile;
specialinvoke v.<com.sun.enterprise.deployment.io.ConfigurationDeploymentDescriptorFile: void <init>()>();
return;
}
public java.lang.String getDeploymentDescriptorPath()
{
org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile v;
v := @this: org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile;
return "WEB-INF/glassfish-web.xml";
}
public org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode getRootXMLNode(org.glassfish.deployment.common.Descriptor)
{
org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile v;
org.glassfish.deployment.common.Descriptor v;
boolean v;
org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode v;
v := @this: org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile;
v := @parameter: org.glassfish.deployment.common.Descriptor;
v = v instanceof org.glassfish.web.deployment.descriptor.WebBundleDescriptorImpl;
if v == 0 goto label;
v = new org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode;
specialinvoke v.<org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode: void <init>(org.glassfish.web.deployment.descriptor.WebBundleDescriptorImpl)>(v);
return v;
label:
return null;
}
public void registerBundle(java.util.Map, java.util.Map, java.util.Map)
{
org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile v;
java.util.Map v, v, v;
java.lang.String v;
v := @this: org.glassfish.web.deployment.io.runtime.GFWebRuntimeDDFile;
v := @parameter: java.util.Map;
v := @parameter: java.util.Map;
v := @parameter: java.util.Map;
v = staticinvoke <org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode: java.lang.String registerBundle(java.util.Map,java.util.Map)>(v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, class "Lorg/glassfish/web/deployment/node/runtime/gf/GFWebBundleRuntimeNode;");
return;
}
}