|
 |
|
|
Uses of Class org.eclipse.jet.JET2Context
Methods in
org.eclipse.jet.taglib with parameters of type
JET2Context
|
void
|
EmptyTag.
doAction
(
TagInfo td,
JET2Context context,
JET2Writer out)
Perform the action for the empty tag. |
void
|
AbstractContainerTag.
doAction
(
TagInfo td,
JET2Context context,
JET2Writer out)
Default implementation of
EmptyTag.doAction(TagInfo, JET2Context, JET2Writer) that simply
calls
ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer) and then
ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer) . |
void
|
ContainerTag.
doAfterBody
(
TagInfo td,
JET2Context context,
JET2Writer out)
Perform processing after the tag body is processed. |
void
|
AbstractIteratingTag.
doAfterBody
(
TagInfo td,
JET2Context context,
JET2Writer out)
Default implementation of
ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer) that does nothing. |
void
|
AbstractConditionalTag.
doAfterBody
(
TagInfo td,
JET2Context context,
JET2Writer out)
Default version of {#link
ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer) that does nothing. |
void
|
ContainerTag.
doBeforeBody
(
TagInfo td,
JET2Context context,
JET2Writer out)
Perform processing before the tags body is processed. |
void
|
AbstractIteratingTag.
doBeforeBody
(
TagInfo td,
JET2Context context,
JET2Writer out)
Default implementation of
ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer)
that writes a delimiter if set. |
void
|
AbstractConditionalTag.
doBeforeBody
(
TagInfo td,
JET2Context context,
JET2Writer out)
Default version of
ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer) that does nothing. |
void
|
OtherTag.
doEnd
(
TagInfo tc,
JET2Context context,
JET2Writer out)
Perform actions required after the tag body has been evaluted. |
boolean
|
ConditionalTag.
doEvalCondition
(
TagInfo td,
JET2Context context)
Evalutate the condition that determines whether the tag's body is to be written to the tags
output writer. |
boolean
|
IteratingTag.
doEvalLoopCondition
(
TagInfo td,
JET2Context context)
Determine whether the tag should do another iteration, and, if so,
setup any data for the iteration. |
java.lang.String
|
FunctionTag.
doFunction
(
TagInfo td,
JET2Context context,
java.lang.String bodyContent)
Calculate the re-written tag content. |
void
|
IteratingTag.
doInitializeLoop
(
TagInfo td,
JET2Context context)
Initialize any data required to determine how many times the
tag should iterate. |
void
|
RuntimeTagElement.
doStart
(
JET2Context context,
JET2Writer out)
Perform any actions associated with the start of the tag element. |
void
|
OtherTag.
doStart
(
TagInfo tc,
JET2Context context,
JET2Writer out)
Perform actions required prior to the tag body evaluation. |
void
|
OtherTag.
handleBodyContent
(
TagInfo tc,
JET2Context context,
JET2Writer out,
JET2Writer bodyContent)
Re-write the tag body. |
boolean
|
OtherTag.
okToProcessBody
(
TagInfo tc,
JET2Context context)
Test whether the tags body should be processed. |
void
|
CustomTag.
setContext
(
JET2Context context)
Set the context of the tag. |
void
|
AbstractCustomTag.
setContext
(
JET2Context context)
|
|
|
|