public class ExtensionsTag extends InvokeTag
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtensionsTag.Factory
Creates new tags of the given type (name).
|
ATTR_INLINEattributes, blocks, compilationContext, parentHandler, startOfTag, tagName| Constructor and Description |
|---|
ExtensionsTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CompositeEmitter targetBlock)
Invoked when the tag is completely parsedand can be applied to the target block.
|
Class<?> |
getExpectedAttributeType(String name)
Returns the expected type for the given attribute.
|
invokeTemplate, resolveTemplateaddBlock, beforeBody, getAttribute, getBlock, getCompilationContext, getConstantAttribute, getParentHandler, getStartOfTag, getTagName, setAttribute, setCompilationContext, setParentHandler, setStartOfTag, setTagNamepublic void apply(CompositeEmitter targetBlock)
TagHandlerpublic Class<?> getExpectedAttributeType(String name)
TagHandlergetExpectedAttributeType in class InvokeTagname - the name of the attributeExpression to signal that any expression is
accepted or null to indicate that the parameter is unexpected.Copyright © 2018. All rights reserved.