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, getTools
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArooaDescriptor, getComponentPersister, getComponentProxyResolver, getTools
public MutablesOverrideSession(ArooaSession original)
original
- The original session.public BeanRegistry getBeanRegistry()
ArooaSession
BeanRegistry
.getBeanRegistry
in interface ArooaSession
getBeanRegistry
in class SessionDelegate
public ComponentPool getComponentPool()
ArooaSession
ComponentPool
.getComponentPool
in interface ArooaSession
getComponentPool
in class SessionDelegate
public PropertyManager getPropertyManager()
ArooaSession
PropertyManager
for this session.getPropertyManager
in interface ArooaSession
getPropertyManager
in class SessionDelegate