- All Implemented Interfaces:
ClassAttribute
,ColsAttribute
,DataAttribute
,DirAttribute
,DisabledAttribute
,GlobalAttributes
,GlobalBufferedAttributes
,IdAttribute
,NameAttribute
,OnchangeAttribute
,ReadonlyAttribute
,RowsAttribute
,StyleAttribute
,ValueAttribute
,Serializable
,BodyTag
,DynamicAttributes
,IterationTag
,JspTag
,Tag
,TryCatchFinally
public class TextareaTag
extends ElementBufferedBodyTag
implements ColsAttribute, DisabledAttribute, NameAttribute, ReadonlyAttribute, RowsAttribute, ValueAttribute, OnchangeAttribute
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Fields inherited from class com.aoapps.taglib.legacy.ElementBufferedBodyTag
global
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int
doEndTag
(BufferResult capturedBody, Writer out) void
void
setCols
(int cols) void
setDisabled
(boolean disabled) void
void
setOnchange
(Object onchange) void
setReadonly
(boolean readonly) void
setRows
(int rows) void
Methods inherited from class com.aoapps.taglib.legacy.ElementBufferedBodyTag
addData, addDynamicAttribute, getClazz, getData, getDir, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyle
Methods inherited from class com.aoapps.encoding.taglib.legacy.EncodingBufferedBodyTag
doAfterBody, doAfterBody, doCatch, doEndTag, doInitBody, doStartTag, doStartTag, getTempFileThreshold, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
getBodyContent, getPreviousOut, release, setBodyContent
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, 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 com.aoapps.taglib.GlobalAttributes
getId
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
Constructor Details
-
TextareaTag
public TextareaTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in classEncodingBufferedBodyTag
-
getOutputType
- Specified by:
getOutputType
in classEncodingBufferedBodyTag
-
setCols
public void setCols(int cols) - Specified by:
setCols
in interfaceColsAttribute
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabled
in interfaceDisabledAttribute
-
setName
- Specified by:
setName
in interfaceNameAttribute
-
setReadonly
public void setReadonly(boolean readonly) - Specified by:
setReadonly
in interfaceReadonlyAttribute
-
setRows
public void setRows(int rows) - Specified by:
setRows
in interfaceRowsAttribute
-
setValue
- Specified by:
setValue
in interfaceValueAttribute
-
setOnchange
- Specified by:
setOnchange
in interfaceOnchangeAttribute
-
doEndTag
- Overrides:
doEndTag
in classEncodingBufferedBodyTag
- Throws:
JspException
IOException
-
doFinally
public void doFinally()- Specified by:
doFinally
in interfaceTryCatchFinally
- Overrides:
doFinally
in classElementBufferedBodyTag
-