|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.standard.StandardArooaSession
public class StandardArooaSession
Constructor Summary | |
---|---|
StandardArooaSession()
|
|
StandardArooaSession(ArooaDescriptor descriptor)
Constructor that takes an ArooaDescriptor. |
|
StandardArooaSession(ArooaDescriptor descriptor,
boolean noDefaultDescriptor)
Constructor that takes an ArooaDescriptor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
- Method Detail |
---|
public ComponentPool getComponentPool()
ArooaSession
ComponentPool
.
getComponentPool
in interface ArooaSession
public BeanRegistry getBeanRegistry()
ArooaSession
BeanRegistry
.
getBeanRegistry
in interface ArooaSession
public PropertyManager getPropertyManager()
ArooaSession
PropertyManager
for this session.
getPropertyManager
in interface ArooaSession
public ArooaDescriptor getArooaDescriptor()
ArooaSession
ArooaDescriptor
to use.
getArooaDescriptor
in interface ArooaSession
public ArooaTools getTools()
ArooaSession
ArooaTools
to use.
getTools
in interface ArooaSession
public ComponentProxyResolver getComponentProxyResolver()
ArooaSession
ComponentProxyResolver
to use.
getComponentProxyResolver
in interface ArooaSession
public ComponentPersister getComponentPersister()
ArooaSession
ComponentPersister
to use.
getComponentPersister
in interface ArooaSession
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |