Package org.oddjob.arooa.utils
Class PropertiesOverrideSession
java.lang.Object
org.oddjob.arooa.parsing.SessionDelegate
org.oddjob.arooa.utils.PropertiesOverrideSession
- All Implemented Interfaces:
ArooaSession
A version of an
ArooaSession that creates it's own copy
of a PropertyManager.- Author:
- rob
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oddjob.arooa.parsing.SessionDelegate
getArooaDescriptor, getBeanRegistry, getComponentPersister, getComponentPool, getComponentProxyResolver, getOriginal, getToolsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oddjob.arooa.ArooaSession
getArooaDescriptor, getBeanRegistry, getComponentPersister, getComponentPool, getComponentProxyResolver, getTools
-
Constructor Details
-
PropertiesOverrideSession
Constructor.- Parameters:
original- The original session.
-
-
Method Details
-
getPropertyManager
Description copied from interface:ArooaSessionGet thePropertyManagerfor this session.- Specified by:
getPropertyManagerin interfaceArooaSession- Overrides:
getPropertyManagerin classSessionDelegate- Returns:
- The PropertyMananger. Must not be null.
-