public class RawTag extends TagHandler
GlobalRenderContext.escapeRAW(String)
while emitting its body.Modifier and Type | Class and Description |
---|---|
static class |
RawTag.Factory
Creates new tags of the given type (name).
|
attributes, blocks, compilationContext, parentHandler, startOfTag, tagName
Constructor and Description |
---|
RawTag() |
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, setTagName
public void apply(CompositeEmitter targetBlock)
TagHandler
apply
in class TagHandler
targetBlock
- the outer block to which the output can be appendedCopyright © 2018. All rights reserved.