| Package | Description |
|---|---|
| org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
| Modifier and Type | Field and Description |
|---|---|
private UnifiedJEXL.BlockType |
UnifiedJEXL.TemplateBlock.type
The type of block, verbatim or directive.
|
| Modifier and Type | Method and Description |
|---|---|
static UnifiedJEXL.BlockType |
UnifiedJEXL.BlockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedJEXL.BlockType[] |
UnifiedJEXL.BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TemplateBlock(UnifiedJEXL.BlockType theType,
java.lang.String theBlock)
Creates a new block.
|