| Package | Description |
|---|---|
| org.trimou.engine.context |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ExtendSectionSegment> |
AbstractExecutionContext.definingSections
Map of defining/overriding sections
|
| Modifier and Type | Method and Description |
|---|---|
ExtendSectionSegment |
ExecutionContext.getDefiningSection(String name) |
ExtendSectionSegment |
AbstractExecutionContext.getDefiningSection(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
DebugExecutionContext.addDefiningSection(String name,
ExtendSectionSegment segment) |
void |
ExecutionContext.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.
|
void |
AbstractExecutionContext.addDefiningSection(String name,
ExtendSectionSegment segment) |
Copyright © 2013. All Rights Reserved.