java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingBufferedTag
com.aoapps.taglib.ElementBufferedTag
com.aoapps.taglib.TextareaTag
- All Implemented Interfaces:
ClassAttribute
,ColsAttribute
,DataAttribute
,DirAttribute
,DisabledAttribute
,GlobalAttributes
,GlobalBufferedAttributes
,IdAttribute
,NameAttribute
,OnchangeAttribute
,ReadonlyAttribute
,RowsAttribute
,StyleAttribute
,ValueAttribute
,DynamicAttributes
,JspTag
,SimpleTag
public class TextareaTag
extends ElementBufferedTag
implements ColsAttribute, DisabledAttribute, NameAttribute, ReadonlyAttribute, RowsAttribute, ValueAttribute, OnchangeAttribute
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from class com.aoapps.taglib.ElementBufferedTag
global
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doTag
(BufferResult capturedBody, Writer out) 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.ElementBufferedTag
addData, addDynamicAttribute, getClazz, getData, getDir, getId, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyle
Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
TextareaTag
public TextareaTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputType
in classEncodingBufferedTag
-
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
-
doTag
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-