Package org.jboss.scanning.web.plugins

Examples of org.jboss.scanning.web.plugins.DefaultResourcesIndex


      HierarchyIndex hi = unit.getAttachment(HierarchyIndex.class);
      if (hi == null)
         return;

      ResourcesIndex ri = new DefaultResourcesIndex(ai, hi);
      unit.addAttachment(ResourcesIndex.class, ri);
   }
View Full Code Here

TOP

Related Classes of org.jboss.scanning.web.plugins.DefaultResourcesIndex

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.