it.eng.spago.taglib.html
Class ResetTag

java.lang.Object
  extended by BodyTagSupport
      extended by it.eng.spago.taglib.html.BaseHandlerTag
          extended by it.eng.spago.taglib.html.SubmitTag
              extended by it.eng.spago.taglib.html.ResetTag

public class ResetTag
extends SubmitTag

Tag for input fields of type "reset".

Version:
$Rev: 376841 $ $Date: 2004-10-17 02:40:12 -0400 (Sun, 17 Oct 2004) $

Field Summary
 
Fields inherited from class it.eng.spago.taglib.html.SubmitTag
messages, property, text, value
 
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag
accesskey, doDisabled, doReadonly, indexed, tabindex
 
Constructor Summary
ResetTag()
           
 
Method Summary
protected  java.lang.String getDefaultValue()
          Return the default value.
protected  java.lang.String getElementOpen()
          Render the opening element.
protected  java.lang.String prepareName()
          Prepare the name element
 
Methods inherited from class it.eng.spago.taglib.html.SubmitTag
doAfterBody, doEndTag, doStartTag, getProperty, getValue, prepareButtonAttributes, prepareValue, release, setProperty, setValue
 
Methods inherited from class it.eng.spago.taglib.html.BaseHandlerTag
doErrorsExist, getAccesskey, getAlt, getAltKey, getBundle, getDisabled, getElementClose, getErrorStyle, getErrorStyleClass, getErrorStyleId, getIndexed, getIndexValue, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, getTitleKey, isXhtml, lookupProperty, message, prepareAttribute, prepareEventHandlers, prepareFocusEvents, prepareIndex, prepareKeyEvents, prepareMouseEvents, prepareOtherAttributes, prepareStyles, prepareTextEvents, setAccesskey, setAlt, setAltKey, setBundle, setDisabled, setErrorStyle, setErrorStyleClass, setErrorStyleId, setIndexed, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle, setTitleKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetTag

public ResetTag()
Method Detail

getElementOpen

protected java.lang.String getElementOpen()
Render the opening element.

Overrides:
getElementOpen in class SubmitTag
Returns:
The opening part of the element.

prepareName

protected java.lang.String prepareName()
                                throws JspException
Prepare the name element

Overrides:
prepareName in class SubmitTag
Returns:
The element name.
Throws:
JspException

getDefaultValue

protected java.lang.String getDefaultValue()
Return the default value.

Overrides:
getDefaultValue in class SubmitTag
Returns:
The default value if none supplied.