Package org.jboss.deployers.structure.spi.main

Examples of org.jboss.deployers.structure.spi.main.MainDeployerInternals


   {
      String name = contextMap.get(url);
      if (name == null)
         return null;

      MainDeployerInternals structure = (MainDeployerInternals) delegate;
      DeploymentContext dc = structure.getDeploymentContext(name);
      log.debug("getDeploymentContext, url="+url+", dc="+dc);
      return dc;
   }
View Full Code Here

TOP

Related Classes of org.jboss.deployers.structure.spi.main.MainDeployerInternals

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.