|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.arooa.design.DesignInstanceContext
public class DesignInstanceContext
An ArooaContext
for a ParsableDesignInstance
Constructor Summary | |
---|---|
DesignInstanceContext(ParsableDesignInstance instance,
ArooaClass classIdentifier,
ArooaContext parent)
Constructor. |
Method Summary | |
---|---|
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DesignInstanceContext(ParsableDesignInstance instance, ArooaClass classIdentifier, ArooaContext parent)
instance
- classIdentifier
- parent
- Method Detail |
---|
public ArooaType getArooaType()
ArooaContext
getArooaType
in interface ArooaContext
public ArooaContext getParent()
ArooaContext
ArooaContext
getParent
in interface ArooaContext
public RuntimeConfiguration getRuntime()
ArooaContext
getRuntime
in interface ArooaContext
public PrefixMappings getPrefixMappings()
ArooaContext
getPrefixMappings
in interface ArooaContext
public ArooaSession getSession()
ArooaContext
getSession
in interface ArooaContext
public ConfigurationNode getConfigurationNode()
ArooaContext
ConfigurationNode
for this context.
getConfigurationNode
in interface ArooaContext
public ArooaHandler getArooaHandler()
ArooaContext
ArooHandler
that will be used to process any child
elements.
getArooaHandler
in interface ArooaContext
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |