|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.BaseHandlerTag
org.apache.struts.taglib.html.SubmitTag
org.slim3.struts.taglib.S3SubmitTag
public class S3SubmitTag
SubmitTag
of Slim3.
Field Summary | |
---|---|
protected boolean |
jsValidate
Whether this class writes javascript for validation. |
Fields inherited from class org.apache.struts.taglib.html.SubmitTag |
---|
messages, property, text, value |
Fields inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
---|
accesskey, defaultLocale, doDisabled, doReadonly, indexed, tabindex |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
---|
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
S3SubmitTag()
|
Method Summary | |
---|---|
int |
doEndTag()
|
boolean |
isJsValidate()
Determines if this class writes javascript for validation. |
void |
release()
|
void |
setJsValidate(boolean jsValidate)
Sets javascript validation flag. |
Methods inherited from class org.apache.struts.taglib.html.SubmitTag |
---|
doAfterBody, doStartTag, getDefaultValue, getElementOpen, getProperty, getValue, prepareButtonAttributes, prepareName, prepareValue, setProperty, setValue |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, setPageContext, setParent |
Field Detail |
---|
protected boolean jsValidate
Constructor Detail |
---|
public S3SubmitTag()
Method Detail |
---|
public boolean isJsValidate()
public void setJsValidate(boolean jsValidate)
jsValidate
- whether this class writes javascript for validationpublic void release()
release
in interface Tag
release
in class SubmitTag
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class SubmitTag
JspException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |