| Interface | Description |
|---|---|
| ClassFinder |
Common interface for implementations that scan for classes on the classpath.
|
| Class | Description |
|---|---|
| AbstractClassFinder |
Base class for implementations of the
ClassFinder interface. |
| ByteCodeAnnotationFilter |
This class reads Java class files and checks whether they contain references
to PrettyFaces annotations.
|
| PackageFilter |
This class represents a package filter specified by the
com.ocpsoft.pretty.SCAN_PACKAGES initialization
parameter. |
| PrettyAnnotationHandler | |
| WebClassesFinder |
Implementation of
ClassFinder that searches for classes in the /WEB-INF/classes directory of a
web application. |
| WebLibFinder |
Implementation of
ClassFinder that searches for classes in the JAR
archives found in the /WEB-INF/lib/ directory of a web
application. |
Copyright © 2013 OCPsoft. All Rights Reserved.