FileDocCategorySizeDatePackage
WebRuntimeNode.javaAPI DocGlassfish v2 API2857Fri May 04 22:31:48 BST 2007com.sun.enterprise.deployment.node.runtime.web

WebRuntimeNode

public class WebRuntimeNode extends com.sun.enterprise.deployment.node.runtime.RuntimeDescriptorNode
This node is the superclass for all web related runtime nodes
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.deployment.runtime.RuntimeDescriptorgetRuntimeDescriptor()

return
the descriptor instance to associate with this XMLNode

	if (getDescriptor() instanceof RuntimeDescriptor) {
	    return (RuntimeDescriptor) getDescriptor();
	} else {
	    return null;
	}