public class ElseTag extends TagHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
ElseTag.Factory
Creates new tags of the given type (name).
|
attributes, blocks, compilationContext, parentHandler, startOfTag, tagName| Constructor and Description |
|---|
ElseTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CompositeEmitter targetBlock)
Invoked when the tag is completely parsedand can be applied to the target block.
|
addBlock, beforeBody, getAttribute, getBlock, getCompilationContext, getConstantAttribute, getExpectedAttributeType, getParentHandler, getStartOfTag, getTagName, setAttribute, setCompilationContext, setParentHandler, setStartOfTag, setTagNamepublic void apply(CompositeEmitter targetBlock)
TagHandlerapply in class TagHandlertargetBlock - the outer block to which the output can be appendedCopyright © 2018. All rights reserved.