|
|
|
|
Uses of Interface org.eclipse.jet.JET2Writer
Methods in
org.eclipse.jet.taglib with parameters of type
JET2Writer
|
static void
|
MarkerHelper.
createMarkerOnWriter
(
JET2Writer writer,
int start,
int end,
java.lang.String description,
TagInfo tagInfo,
java.lang.String templatePath)
Specify a region of the writer that will become a workspace marker when the
file contents are committed. |
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. |
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
|
UserRegionHelper.
finalizeContent
(
JET2Writer writer,
java.lang.Object file)
|
void
|
MarkerHelper.
finalizeContent
(
JET2Writer writer,
java.lang.Object file)
|
void
|
UserRegionHelper.
finalizeContent
(
JET2Writer writer,
java.lang.Object fileObject,
java.lang.String existingContent)
|
void
|
RuntimeTagElement.
handleBodyContent
(
JET2Writer bodyContent)
Handle the body content of the tag element. |
void
|
OtherTag.
handleBodyContent
(
TagInfo tc,
JET2Context context,
JET2Writer out,
JET2Writer bodyContent)
Re-write the tag body. |
static void
|
UserRegionHelper.
markInitialCode
(
JET2Writer out,
int initialCodeStart,
int initialCodeEnd)
Mark the initial code portion of the user region. |
static void
|
UserRegionHelper.
markInitialCode
(
JET2Writer out,
int initialCodeStart,
int initialCodeEnd,
java.lang.String unmodifiedMarker)
Mark the initial code portion of the user region. |
static void
|
UserRegionHelper.
markUserRegion
(
JET2Writer out,
int regionStart,
int regionEnd)
Mark the user region on the output writer |
void
|
UserRegionHelper.
postCommitContent
(
JET2Writer writer,
java.lang.Object file)
|
void
|
MarkerHelper.
postCommitContent
(
JET2Writer writer,
java.lang.Object file)
|
void
|
ContainerTag.
setBodyContent
(
JET2Writer bodyContent)
Passes the tag handler a writer containing the processed contents of the tag body. |
void
|
AbstractContainerTag.
setBodyContent
(
JET2Writer bodyContent)
Default implementation of
ContainerTag.setBodyContent(JET2Writer) that writes
body content to the tag's output. |
void
|
CustomTag.
setOut
(
JET2Writer out)
Set the writer to which the tag will write. |
void
|
AbstractCustomTag.
setOut
(
JET2Writer out)
|
Methods in
org.eclipse.jet.transform with parameters of type
JET2Writer
|
void
|
TransformContextExtender.
execute
(java.lang.String templatePath,
boolean useSuper,
JET2Writer writer)
Execute the named template, writing all template output to the passed writer. |
void
|
TransformContextExtender.
execute
(java.lang.String templatePath,
JET2Writer writer)
Execute the named template, writing all template output to the passed writer. |
|
|
|