|
||||||||||
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.BaseInputTag
org.apache.struts.taglib.html.BaseFieldTag
edu.uoc.tfc.web.tags.EmktBaseTag
edu.uoc.tfc.web.tags.FormTag
public class FormTag
Field Summary |
---|
Fields inherited from class edu.uoc.tfc.web.tags.EmktBaseTag |
---|
MAX_DEEP |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
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 |
Constructor Summary | |
---|---|
FormTag()
|
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getAction()
|
java.lang.String |
getEnctype()
|
java.lang.String |
getMethod()
|
java.lang.String |
getTarget()
|
FormType |
getType()
|
boolean |
isReadonly()
|
void |
setAction(java.lang.String action)
|
void |
setEnctype(java.lang.String enctype)
|
void |
setMethod(java.lang.String method)
|
void |
setTarget(java.lang.String target)
|
void |
setType(FormType type)
|
Methods inherited from class edu.uoc.tfc.web.tags.EmktBaseTag |
---|
isModal, isPrettyWrite, isRequired, setModal, setPrettyWrite, setReadonly, setRequired |
Methods inherited from class org.apache.struts.taglib.html.BaseFieldTag |
---|
getAccept, getRedisplay, release, setAccept, setRedisplay |
Methods inherited from class org.apache.struts.taglib.html.BaseInputTag |
---|
getCols, getMaxlength, getName, getProperty, getRows, getSize, getValue, setCols, setMaxlength, setName, setProperty, setRows, setSize, setValue |
Methods inherited from class org.apache.struts.taglib.html.BaseHandlerTag |
---|
getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getErrorKey, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getLocale, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorKey, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setLocale, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
---|
doAfterBody, 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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
---|
getParent, release, setPageContext, setParent |
Constructor Detail |
---|
public FormTag()
Method Detail |
---|
public final java.lang.String getAction()
public final void setAction(java.lang.String action)
public final java.lang.String getMethod()
public final void setMethod(java.lang.String method)
public final java.lang.String getTarget()
public final void setTarget(java.lang.String target)
public final java.lang.String getEnctype()
public final void setEnctype(java.lang.String enctype)
public FormType getType()
public void setType(FormType type)
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class org.apache.struts.taglib.html.BaseFieldTag
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class org.apache.struts.taglib.html.BaseInputTag
javax.servlet.jsp.JspException
public boolean isReadonly()
isReadonly
in class EmktBaseTag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |