edu.uoc.tfc.web.tags
Class FormTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts.taglib.html.BaseHandlerTag
              extended by org.apache.struts.taglib.html.BaseInputTag
                  extended by org.apache.struts.taglib.html.BaseFieldTag
                      extended by edu.uoc.tfc.web.tags.EmktBaseTag
                          extended by edu.uoc.tfc.web.tags.FormTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class FormTag
extends EmktBaseTag

See Also:
Serialized Form

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

FormTag

public FormTag()
Method Detail

getAction

public final java.lang.String getAction()

setAction

public final void setAction(java.lang.String action)

getMethod

public final java.lang.String getMethod()

setMethod

public final void setMethod(java.lang.String method)

getTarget

public final java.lang.String getTarget()

setTarget

public final void setTarget(java.lang.String target)

getEnctype

public final java.lang.String getEnctype()

setEnctype

public final void setEnctype(java.lang.String enctype)

getType

public FormType getType()

setType

public void setType(FormType type)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class org.apache.struts.taglib.html.BaseFieldTag
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class org.apache.struts.taglib.html.BaseInputTag
Throws:
javax.servlet.jsp.JspException

isReadonly

public boolean isReadonly()
Overrides:
isReadonly in class EmktBaseTag