org.apache.taglibs.input
Class TextArea

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byjavax.servlet.jsp.tagext.BodyTagSupport
          extended byorg.apache.taglibs.input.TextArea
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class TextArea
extends javax.servlet.jsp.tagext.BodyTagSupport

This class implements the <input:textarea> tag, which presents a <textarea> form element.

Version:
0.90
Author:
Shawn Bayern, Lance Lavandowska, Karl von Randow
See Also:
Serialized Form

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
TextArea()
           
 
Method Summary
 int doEndTag()
           
 java.util.Map getAttributes()
          Getter for property attributes.
 java.lang.String getAttributesText()
          Getter for property attributesText.
 java.lang.String getBean()
          Getter for property bean.
 java.lang.String getDefault()
          Getter for property default.
 java.lang.String getName()
          Getter for property name.
 void release()
           
 void setAttributes(java.util.Map x)
           
 void setAttributesText(java.lang.String x)
           
 void setBean(java.lang.String x)
           
 void setCols(java.lang.String cols)
           
 void setDefault(java.lang.String x)
           
 void setName(java.lang.String x)
           
 void setRows(java.lang.String rows)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, 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
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

TextArea

public TextArea()
Method Detail

release

public void release()

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

setName

public void setName(java.lang.String x)

setAttributes

public void setAttributes(java.util.Map x)

setAttributesText

public void setAttributesText(java.lang.String x)

setBean

public void setBean(java.lang.String x)

setDefault

public void setDefault(java.lang.String x)

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

getDefault

public java.lang.String getDefault()
Getter for property default.

Returns:
Value of property default.

getBean

public java.lang.String getBean()
Getter for property bean.

Returns:
Value of property bean.

getAttributesText

public java.lang.String getAttributesText()
Getter for property attributesText.

Returns:
Value of property attributesText.

getAttributes

public java.util.Map getAttributes()
Getter for property attributes.

Returns:
Value of property attributes.

setCols

public void setCols(java.lang.String cols)

setRows

public void setRows(java.lang.String rows)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.