public class WebLibFinder extends AbstractClassFinder
ClassFinder that searches for classes in the JAR
archives found in the /WEB-INF/lib/ directory of a web
application.classLoader, log, packageFilter, servletContext| Constructor and Description |
|---|
WebLibFinder(ServletContext servletContext,
ClassLoader classLoader,
PackageFilter packageFilter)
Initialization
|
| Modifier and Type | Method and Description |
|---|---|
void |
findClasses(PrettyAnnotationHandler classHandler)
Starting to search for classes.
|
getClassName, mustProcessClass, processClass, stripKnownPrefixpublic WebLibFinder(ServletContext servletContext, ClassLoader classLoader, PackageFilter packageFilter)
public void findClasses(PrettyAnnotationHandler classHandler)
ClassFinderPrettyAnnotationHandler.classHandler - The handler to notifyCopyright © 2013 OCPsoft. All Rights Reserved.