public class BindTag extends HtmlEscapingAwareTag implements EditorAwareTag
EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
BindTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
doFinally() |
protected int |
doStartTagInternal()
Called by doStartTag to perform the actual work.
|
PropertyEditor |
getEditor() |
Errors |
getErrors()
Retrieve the Errors instance that this tag is currently bound to.
|
String |
getPath() |
String |
getProperty() |
boolean |
isIgnoreNestedPath() |
void |
setIgnoreNestedPath(boolean ignoreNestedPath) |
void |
setPath(String path) |
isDefaultHtmlEscape, isHtmlEscape, setHtmlEscapedoCatch, doStartTag, getRequestContextdoAfterBody, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValuepublic void setPath(String path)
public String getPath()
public void setIgnoreNestedPath(boolean ignoreNestedPath)
public boolean isIgnoreNestedPath()
protected final int doStartTagInternal()
throws Exception
RequestContextAwareTagdoStartTagInternal in class RequestContextAwareTagException - any exception, any checked one other than
a JspException gets wrapped in a JspException by doStartTagTagSupport.doStartTag()public int doEndTag()
doEndTag in interface TagdoEndTag in class TagSupportpublic final String getProperty()
public final Errors getErrors()
null if nonepublic final PropertyEditor getEditor()
getEditor in interface EditorAwareTagpublic void doFinally()
doFinally in interface TryCatchFinallydoFinally in class RequestContextAwareTagCopyright © 2022. All rights reserved.