Package net.sourceforge.javautil.common.proxy

Examples of net.sourceforge.javautil.common.proxy.RecursiveInterface


    this.vasRoot = VirtualArtifactSystem.get("net.sf.javautil.web.server.application." + name, true);
    this.resolver = new VirtualDirectoryResolver(vasRoot);
   
    this.root = root;
    this.readOnlyWebXml = DetachedProxy.create(getClass().getClassLoader(),
        new Class[] { IWebXml.class }, IWebXml.class, new DetachedWebXml(), new RecursiveInterface());
   
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.javautil.common.proxy.RecursiveInterface

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.