it.eng.spago.taglib.html
Class TextareaTag

java.lang.Object
  extended by BodyTagSupport
      extended by it.eng.spago.taglib.html.BaseHandlerTag
          extended by it.eng.spago.taglib.html.BaseInputTag
              extended by it.eng.spago.taglib.html.TextareaTag

public class TextareaTag
extends BaseInputTag

Custom tag for input fields of type "textarea".

Version:
$Rev: 376841 $ $Date: 2005-04-06 02:37:00 -0400 (Wed, 06 Apr 2005) $

Field Summary
 
Fields inherited from class it.eng.spago.taglib.html.BaseInputTag
cols, maxlength, messages, property, rows, scope, value
 
Fields inherited from class it.eng.spago.taglib.html.BaseHandlerTag
accesskey, doDisabled, doReadonly, indexed, tabindex
 
Constructor Summary
TextareaTag()
           
 
Method Summary
 int doStartTag()
          Generate the required input tag.
 void release()
          Release any acquired resources.
protected  java.lang.String renderData()
          Renders the value displayed in the <textarea> tag.
protected  java.lang.String renderTextareaElement()
          Generate an HTML <textarea> tag.
 
Methods inherited from class it.eng.spago.taglib.html.BaseInputTag
doEndTag, getCols, getMaxlength, getProperty, getRows, getScope, getSize, getValue, prepareName, setCols, setMaxlength, setProperty, setRows, setScope, setSize, 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

TextareaTag

public TextareaTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Generate the required input tag. Support for indexed since Struts 1.1

Overrides:
doStartTag in class BaseInputTag
Throws:
JspException - if a JSP exception has occurred

renderTextareaElement

protected java.lang.String renderTextareaElement()
                                          throws JspException
Generate an HTML <textarea> tag.

Throws:
JspException
Since:
Struts 1.1

renderData

protected java.lang.String renderData()
                               throws JspException
Renders the value displayed in the <textarea> tag.

Throws:
JspException
Since:
Struts 1.1

release

public void release()
Release any acquired resources.

Overrides:
release in class BaseInputTag