uk.org.ponder.rsf.state.scope |
RSF "Scoped Beans" are persisted from one request cycle to another, although
unlike flow scoped beans are not carried along a particular request sequence.
|
Java Source File Name | Type | Comment |
BeanDestroyer.java | Interface | |
ScopedBeanCoordinator.java | Class | The central manager of ScopedBeanManagers - will be one per application
context. |
ScopedBeanDestroyer.java | Class | A request-scope representative to allow any bean scope to be deleted via EL. |
ScopedBeanManager.java | Class | Manages a set of beans within a named scope. |