private static final class UnifiedJEXL.TemplateBlock
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
body
The actual contexnt.
|
private UnifiedJEXL.BlockType |
type
The type of block, verbatim or directive.
|
Constructor and Description |
---|
TemplateBlock(UnifiedJEXL.BlockType theType,
java.lang.String theBlock)
Creates a new block.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
private final UnifiedJEXL.BlockType type
private final java.lang.String body
TemplateBlock(UnifiedJEXL.BlockType theType, java.lang.String theBlock)
theType
- the typetheBlock
- the content