public class MutablesOverrideSession extends SessionDelegate implements ArooaSession
ArooaSession that creates it's own copy
of a BeanRegistry, ComponentPool and PropertyManager.| Constructor and Description |
|---|
MutablesOverrideSession(ArooaSession original)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BeanRegistry |
getBeanRegistry()
Get the underlying
BeanRegistry. |
ComponentPool |
getComponentPool()
Get the underlying
ComponentPool. |
PropertyManager |
getPropertyManager()
Get the
PropertyManager for this session. |
getArooaDescriptor, getComponentPersister, getComponentProxyResolver, getOriginal, getToolsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArooaDescriptor, getComponentPersister, getComponentProxyResolver, getToolspublic MutablesOverrideSession(ArooaSession original)
original - The original session.public BeanRegistry getBeanRegistry()
ArooaSessionBeanRegistry.getBeanRegistry in interface ArooaSessiongetBeanRegistry in class SessionDelegatepublic ComponentPool getComponentPool()
ArooaSessionComponentPool.getComponentPool in interface ArooaSessiongetComponentPool in class SessionDelegatepublic PropertyManager getPropertyManager()
ArooaSessionPropertyManager for this session.getPropertyManager in interface ArooaSessiongetPropertyManager in class SessionDelegate