Interface | Description |
---|---|
TagHandlerFactory |
Can be
registered to provide instances which handle tags with the given name. |
Class | Description |
---|---|
ArgTag |
Handles i:arg which specifies a template argument.
|
ArgTag.Factory |
Creates new tags of the given type (name).
|
BlockTag |
Handles i:block which specifies a template section passed into a tag invocation.
|
BlockTag.Factory |
Creates new tags of the given type (name).
|
DefineTag |
Handles i:define which defines a string as the evaluation result of its body.
|
DefineTag.Factory |
Creates new tags of the given type (name).
|
DynamicInvokeTag |
Handles i:dynamicInvoke which invokes or inlines a given template.
|
DynamicInvokeTag.Factory |
Creates new tags of the given type (name).
|
ElseTag |
Handles i:else within an i:if.
|
ElseTag.Factory |
Creates new tags of the given type (name).
|
ExtensionsTag |
Handles i:extensions which invokes all extensions with the given name.
|
ExtensionsTag.Factory |
Creates new tags of the given type (name).
|
ForTag |
Handles i:for which emits its body for each item in an
Iterable . |
ForTag.Factory |
Creates new tags of the given type (name).
|
IfTag |
Handles i:if which emits its body if a condition is met.
|
IfTag.Factory |
Creates new tags of the given type (name).
|
IncludeTag |
Handles i:include which includes the contents of the given resource without any processing.
|
IncludeTag.Factory |
Creates new tags of the given type (name).
|
InvokeTag |
Handles i:invoke which invokes or inlines a given template.
|
InvokeTag.Factory |
Creates new tags of the given type (name).
|
LocalTag |
Handles i:local which defines a local variable.
|
LocalTag.Factory |
Creates new tags of the given type (name).
|
PragmaTag |
Handles i:pragma which defines a pragma (key / value pair) for a template.
|
PragmaTag.Factory |
Creates new tags of the given type (name).
|
RawTag |
Handles i:raw which sets the escaper to
GlobalRenderContext.escapeRAW(String) while emitting its body. |
RawTag.Factory |
Creates new tags of the given type (name).
|
RenderTag |
Handles i:render which emits the block with the given name.
|
RenderTag.Factory |
Creates new tags of the given type (name).
|
TagHandler |
Handles a tag detected by the
Compiler . |
TaglibTagHandler |
Handles the invocation of an user defined tag.
|
Copyright © 2018. All rights reserved.