public class SessionOverrideContext extends OverrideContext<ArooaContext> implements ArooaContext
ArooaContext that provides a new session but delegate all other methods
to an existing context.| Constructor and Description |
|---|
SessionOverrideContext(ArooaContext context,
ArooaSession sessionOverride) |
| Modifier and Type | Method and Description |
|---|---|
ArooaHandler |
getArooaHandler()
Get the
ArooaHandler that will be used to process any child
elements. |
ArooaType |
getArooaType()
Get the type of bean or property this is a context for (a component
or a value)
|
RuntimeConfiguration |
getRuntime()
Get the current
RuntimeConfiguration for this context. |
ArooaSession |
getSession()
Get the session for this context.
|
destroy, getConfigurationNode, getElementHandler, getExistingContext, getParent, getPrefixMappingsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, getConfigurationNode, getElementHandler, getParent, getPrefixMappingspublic SessionOverrideContext(ArooaContext context, ArooaSession sessionOverride)
public ArooaType getArooaType()
ArooaContextgetArooaType in interface ArooaContextpublic ArooaSession getSession()
ArooaContextgetSession in interface ArooaContextpublic RuntimeConfiguration getRuntime()
ArooaContextRuntimeConfiguration for this context.getRuntime in interface ArooaContextpublic ArooaHandler getArooaHandler()
ArooaContextArooaHandler that will be used to process any child
elements.getArooaHandler in interface ArooaContext