public class OverrideContext extends Object implements ArooaContext
ArooaContext to allow behaviour to be altered. This is
a classic application of the Adaptor Pattern.| Constructor and Description |
|---|
OverrideContext(ArooaContext context) |
| Modifier and Type | Method and Description |
|---|---|
ArooaHandler |
getArooaHandler()
Get the
ArooHandler that will be used to process any child
elements. |
ArooaType |
getArooaType()
Get the type of bean this is.
|
ConfigurationNode |
getConfigurationNode()
Get the
ConfigurationNode for this context. |
protected ArooaContext |
getExistingContext() |
ArooaContext |
getParent()
Get the parent
ArooaContext |
PrefixMappings |
getPrefixMappings()
Get the prefix mappings for this context.
|
RuntimeConfiguration |
getRuntime()
Get the current RuntimeConfiguration{} for this context.
|
ArooaSession |
getSession()
Get the session for this context.
|
public OverrideContext(ArooaContext context)
protected ArooaContext getExistingContext()
public ArooaType getArooaType()
ArooaContextgetArooaType in interface ArooaContextpublic ArooaContext getParent()
ArooaContextArooaContextgetParent in interface ArooaContextpublic ArooaHandler getArooaHandler()
ArooaContextArooHandler that will be used to process any child
elements.getArooaHandler in interface ArooaContextpublic RuntimeConfiguration getRuntime()
ArooaContextgetRuntime in interface ArooaContextpublic PrefixMappings getPrefixMappings()
ArooaContextgetPrefixMappings in interface ArooaContextpublic ConfigurationNode getConfigurationNode()
ArooaContextConfigurationNode for this context.getConfigurationNode in interface ArooaContextpublic ArooaSession getSession()
ArooaContextgetSession in interface ArooaContext