org.oddjob.arooa.parsing
Class SessionOverrideContext

java.lang.Object
  extended by org.oddjob.arooa.parsing.OverrideContext
      extended by org.oddjob.arooa.parsing.SessionOverrideContext
All Implemented Interfaces:
ArooaContext

public class SessionOverrideContext
extends OverrideContext


Constructor Summary
SessionOverrideContext(ArooaContext context, ArooaSession sessionOverride)
           
 
Method Summary
 ArooaSession getSession()
          Get the session for this context.
 
Methods inherited from class org.oddjob.arooa.parsing.OverrideContext
getArooaHandler, getArooaType, getConfigurationNode, getExistingContext, getParent, getPrefixMappings, getRuntime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionOverrideContext

public SessionOverrideContext(ArooaContext context,
                              ArooaSession sessionOverride)
Method Detail

getSession

public ArooaSession getSession()
Description copied from interface: ArooaContext
Get the session for this context.

Specified by:
getSession in interface ArooaContext
Overrides:
getSession in class OverrideContext
Returns: