Package com.ocpsoft.pretty.faces.config.annotation

Examples of com.ocpsoft.pretty.faces.config.annotation.WebClassesFinder


      }

      List<ClassFinder> classFinders = new ArrayList<ClassFinder>();

      // we will always scan /WEB-INF/classes
      classFinders.add(new WebClassesFinder(servletContext, classloader, packageFilter));

      // does the user want to scan /WEB-INF/lib ?
      String jarConfig = servletContext.getInitParameter(CONFIG_SCAN_LIB_DIR);
      if ((jarConfig != null) && jarConfig.trim().equalsIgnoreCase("true"))
      {
View Full Code Here

TOP

Related Classes of com.ocpsoft.pretty.faces.config.annotation.WebClassesFinder

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.