|
|||||||||
| 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
com.cl.taglibs.isq.Form
public class Form
Form Tag Handler
| Field Summary |
|---|
| 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 | |
|---|---|
Form()
Creates new instance of tag handler |
|
| Method Summary | |
|---|---|
int |
doAfterBody()
This method is called after the JSP engine processes the body content of the tag. |
int |
doEndTag()
This method is called after the JSP engine finished processing the tag. |
int |
doStartTag()
This method is called when the JSP engine encounters the start tag, after the attributes are processed. |
java.lang.String |
getAction()
Getter form property action |
java.util.Map |
getAttributes()
Getter for property attribute |
java.lang.String |
getBean()
Getter for the beanId |
JsValidator |
getJsValidator()
return the object that hold javascript checking |
java.lang.String |
getMethod()
Getter for property method |
java.lang.String |
getName()
Setter for property name |
java.lang.String |
getSerializedAttributes()
Build a property's string like key=value from attribute's Map if not null |
boolean |
isJsValidation()
Getter for property jsValidation. |
void |
setAction(java.lang.String value)
Setter for the action attribute. |
void |
setAttributes(java.util.Map attributes)
Setter for property attributes |
void |
setBean(java.lang.String value)
Setter for the bean attribute. |
void |
setJsValidation(boolean jsValidation)
Setter for property jsValidation. |
void |
setMethod(java.lang.String value)
Setter for the method attribute. |
void |
setName(java.lang.String value)
Setter for the name attribute. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
|---|
doInitBody, getBodyContent, getPreviousOut, release, 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 |
| Constructor Detail |
|---|
public Form()
| Method Detail |
|---|
public int doStartTag()
throws javax.servlet.jsp.JspException,
javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException - JspException
public int doEndTag()
throws javax.servlet.jsp.JspException,
javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException - JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspException - JspExceptionpublic void setName(java.lang.String value)
value - The name of the formpublic void setAction(java.lang.String value)
value - the action formpublic void setMethod(java.lang.String value)
value - the form method, POST or GETpublic void setBean(java.lang.String value)
value - The "main" Bean where value can be loaded frompublic boolean isJsValidation()
public void setJsValidation(boolean jsValidation)
jsValidation - New value of property jsValidation.public java.lang.String getName()
public java.lang.String getAction()
public java.lang.String getMethod()
public java.lang.String getBean()
public JsValidator getJsValidator()
public java.util.Map getAttributes()
public void setAttributes(java.util.Map attributes)
attributes - Map's of attributes
public java.lang.String getSerializedAttributes()
throws javax.servlet.jsp.JspTagException
javax.servlet.jsp.JspTagException - JspTagException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||