Class WebClassesFinder

java.lang.Object
org.ocpsoft.rewrite.annotation.scan.AbstractClassFinder
org.ocpsoft.rewrite.annotation.scan.WebClassesFinder
All Implemented Interfaces:
org.ocpsoft.common.pattern.Weighted, ClassFinder

public class WebClassesFinder extends AbstractClassFinder
Implementation of ClassFinder that searches for classes in the /WEB-INF/classes directory of a web application. Please note that this class is stateful. It should be used only for one call to findClasses(ClassVisitor).
Author:
Christian Kaltepoth