| Interface | Description |
|---|---|
| BootstrapGenerator |
Generates a static WebAppBootstrap implementation with the scanned classes.
|
| ClasspathResolver |
A helper to help locate WEB-INF/classes and all base packages to be scanned
|
| ComponentScanner | |
| WebAppBootstrap |
Register all application components.
|
| Class | Description |
|---|---|
| DynamicWebAppBootstrap |
A dynamic impl of DynamicWebAppBootstrap for use in dev time.
|
| JavassistBootstrapGenerator |
A BoostrapGenerator based on Javassist.
|
| NullWebAppBootstrap | |
| ScannotationComponentScanner |
A Scannotation based Component Scanner
|
| StandaloneClasspathResolver |
A ClasspathResolver for static use, without a web context.
|
| VRaptorStaticScanning |
A static Scanner that generates an static WebAppBootstrap
|
| WebAppBootstrapFactory |
Creates the right WebAppBootstrap
|
| WebBasedClasspathResolver |
A classpath resolver based on ServletContext
|
| Exception | Description |
|---|---|
| ScannerException |
Unchecked exception used in the scanner package
|
Copyright © 2013 Caelum. All Rights Reserved.