Package org.glassfish.web.deployment.node.runtime.gf

Examples of org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode


     */
    @Override
    public RootXMLNode getRootXMLNode(Descriptor descriptor) {
  
        if (descriptor instanceof WebBundleDescriptorImpl) {
            return new GFWebBundleRuntimeNode((WebBundleDescriptorImpl) descriptor);
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of org.glassfish.web.deployment.node.runtime.gf.GFWebBundleRuntimeNode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.