|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScopeAnnotation | |
|---|---|
| org.beanlet | Contains all of the core beanlet interfaces and bootstrap classes. |
| org.beanlet.web | Adds web specific beanlet scopes. |
| Uses of ScopeAnnotation in org.beanlet |
|---|
| Classes in org.beanlet with annotations of type ScopeAnnotation | |
|---|---|
interface |
Singleton
Beanlets without any scope annotation and beanlets marked with this annotation are called vanilla beanlets. |
interface |
Stateful
Stateful beanlet maintain conversational state between calls on the same object. |
interface |
Stateless
Stateless beanlets do not share any state between subsequent method invocations. |
| Uses of ScopeAnnotation in org.beanlet.web |
|---|
| Classes in org.beanlet.web with annotations of type ScopeAnnotation | |
|---|---|
interface |
Request
Request beanlets do not provide direct access to the underlying objects. |
interface |
Session
Session beanlets do not provide direct access to the underlying objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||