public class StandardArooaSession extends java.lang.Object implements ArooaSession
| Constructor and Description |
|---|
StandardArooaSession() |
StandardArooaSession(ArooaDescriptor descriptor)
Constructor that takes an ArooaDescriptor.
|
StandardArooaSession(ArooaDescriptor descriptor,
boolean noDefaultDescriptor)
Constructor that takes an ArooaDescriptor.
|
| Modifier and Type | Method and Description |
|---|---|
ArooaDescriptor |
getArooaDescriptor()
Get the
ArooaDescriptor to use. |
BeanRegistry |
getBeanRegistry()
Get the underlying
BeanRegistry. |
ComponentPersister |
getComponentPersister()
Get the
ComponentPersister to use. |
ComponentPool |
getComponentPool()
Get the underlying
ComponentPool. |
ComponentProxyResolver |
getComponentProxyResolver()
Get the
ComponentProxyResolver to use. |
PropertyManager |
getPropertyManager()
Get the
PropertyManager for this session. |
ArooaTools |
getTools()
Get the tools
ArooaTools to use. |
public StandardArooaSession()
public StandardArooaSession(ArooaDescriptor descriptor)
StandardArooaDescriptor is created
and used. Otherwise the provided descriptor is used.descriptor - public StandardArooaSession(ArooaDescriptor descriptor, boolean noDefaultDescriptor)
StandardArooaDescriptor is created
and used. Otherwise the provided descriptor is used.descriptor - public ComponentPool getComponentPool()
ArooaSessionComponentPool.getComponentPool in interface ArooaSessionpublic BeanRegistry getBeanRegistry()
ArooaSessionBeanRegistry.getBeanRegistry in interface ArooaSessionpublic PropertyManager getPropertyManager()
ArooaSessionPropertyManager for this session.getPropertyManager in interface ArooaSessionpublic ArooaDescriptor getArooaDescriptor()
ArooaSessionArooaDescriptor to use.getArooaDescriptor in interface ArooaSessionpublic ArooaTools getTools()
ArooaSessionArooaTools to use.getTools in interface ArooaSessionpublic ComponentProxyResolver getComponentProxyResolver()
ArooaSessionComponentProxyResolver to use.getComponentProxyResolver in interface ArooaSessionpublic ComponentPersister getComponentPersister()
ArooaSessionComponentPersister to use.getComponentPersister in interface ArooaSession