Interface | Description |
---|---|
CurrentBeanPoolContext |
Defines the contract for implementations which know how to scope the notion
of a
current bean pool . |
PropertyAnnotationProcessor |
Interface for annotation processors.
|
Class | Description |
---|---|
BeanTypeAnnotationProcessor |
Singleton class for processing CSAF annotations on a given persistent class
and adding the obtained meta-information to a
RegistryObjectModel
instance. |
Configuration |
An instance of
Configuration allows the application to specify
properties to be used when creating a SessionContext instance. |
SessionContext |
This class serves as a container for the session data of an application.
|
ThreadLocalCurrentBeanPoolContext |
The implementation class of the
CurrentBeanPoolContext . |
Exception | Description |
---|---|
CSAppFrameworkException |
The frameworks base exception class.
|