Package org.oddjob.arooa.runtime
Class SubstituationPolicySession
java.lang.Object
org.oddjob.arooa.parsing.SessionDelegate
org.oddjob.arooa.runtime.SubstituationPolicySession
- All Implemented Interfaces:
ArooaSession
- Author:
- rob
-
Constructor Summary
ConstructorsConstructorDescriptionSubstituationPolicySession(ArooaSession delegate, SubstitutionPolicy substitutionPolicy) Constructor. -
Method Summary
Methods inherited from class org.oddjob.arooa.parsing.SessionDelegate
getArooaDescriptor, getBeanRegistry, getComponentPersister, getComponentPool, getComponentProxyResolver, getOriginal, getPropertyManagerMethods 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, getPropertyManager
-
Constructor Details
-
SubstituationPolicySession
Constructor.- Parameters:
delegate- The existing session.substitutionPolicy- The policy.
-
-
Method Details
-
getTools
Description copied from interface:ArooaSessionGet the toolsArooaToolsto use.- Specified by:
getToolsin interfaceArooaSession- Overrides:
getToolsin classSessionDelegate- Returns:
- An instance of ArooaTools.
-