public interface ExecutionContext
| Modifier and Type | Method and Description |
|---|---|
void |
addDefiningSection(String name,
ExtendSectionSegment segment)
Associate the specified defining section with the context, but only if no
defining section with the same name is associated.
|
ExtendSectionSegment |
getDefiningSection(String name) |
Object |
getValue(String key) |
Object |
pop()
Removes the context object at the top of context stack.
|
void |
push(Object contextObject)
Push the context object on the context stack.
|
Object getValue(String key)
key - null if
no such object existsvoid push(Object contextObject)
contextObject - Object pop()
void addDefiningSection(String name, ExtendSectionSegment segment)
name - segment - ExtendSegmentExtendSectionSegment getDefiningSection(String name)
name - null
if no such associated with the contextExtendSegmentCopyright © 2013. All Rights Reserved.