public final class SaveContent extends BodyTagTryCatchFinallyImpl
Constructor and Description |
---|
SaveContent() |
Modifier and Type | Method and Description |
---|---|
int |
doAfterBody() |
int |
doStartTag() |
void |
release() |
void |
setAppend(boolean append)
if true, and a variable with the passed name already exists, the content will be appended to the variable instead of overwriting it
|
void |
setTrim(boolean trim) |
void |
setVariable(String variable)
set the value variable
The name of the variable in which to save the generated content inside the tag.
|
doCatch, doFinally
doInitBody, setBodyContent
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public SaveContent()
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class BodyTagImpl
public void setVariable(String variable)
variable
- value to setpublic void setTrim(boolean trim)
public void setAppend(boolean append)
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
public int doAfterBody() throws PageException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class BodyTagImpl
PageException
Copyright © 2015 Lucee