Interface | Description |
---|---|
Scanner |
Scans components from its search path.
|
Class | Description |
---|---|
Assembler<T> |
Assembler assembles a component instance according to the descriptor. |
ClasspathScanner |
Built-in implementation of
Scanner that scans components from runtime
classpath. |
Component<T> |
Component wraps a component instance. |
Container |
Container is the core of Jaguar. |
Descriptor<T> |
Descriptor describes the component's structure. |
Jaguar |
The entry point to the Jaguar.
|
Main |
Command line interface to print the version & copyright information.
|
Version |
Represents the version for this Jaguar build.
|
WebFilter |
A
Filter to associate the current Web context with the current thread. |
WebListener |
A listener to capture Web-related events.
|
Exception | Description |
---|---|
ConfigurationException |
Thrown when any component misconfiguration is detected by the container.
|
Annotation Type | Description |
---|---|
Builtin |
Builtin is a Stereotype to indicate that the annotated class
is a Jaguar's built-in component. |
Stereotype |
@Stereotype is the meta annotation to bring together some binding
annotations, scope qualifier and deployment qualifier and to give them an alias. |
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.