Class WebLibFinder
java.lang.Object
org.ocpsoft.rewrite.annotation.scan.AbstractClassFinder
org.ocpsoft.rewrite.annotation.scan.WebLibFinder
- All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted,ClassFinder
Implementation of
ClassFinder that searches for classes in the JAR archives found in the
/WEB-INF/lib/ directory of a web application.- Author:
- Christian Kaltepoth
-
Field Summary
Fields inherited from class org.ocpsoft.rewrite.annotation.scan.AbstractClassFinder
classLoader, log, packageFilter, servletContext -
Constructor Summary
ConstructorsConstructorDescriptionWebLibFinder(ServletContext servletContext, ClassLoader classLoader, PackageFilter packageFilter, ByteCodeFilter byteCodeFilter) Initialization -
Method Summary
Methods inherited from class org.ocpsoft.rewrite.annotation.scan.AbstractClassFinder
getClassName, mustProcessClass, processClass, stripKnownPrefix
-
Constructor Details
-
WebLibFinder
public WebLibFinder(ServletContext servletContext, ClassLoader classLoader, PackageFilter packageFilter, ByteCodeFilter byteCodeFilter) Initialization
-
-
Method Details
-
findClasses
-
priority
public int priority()
-