java.lang.Object
jakarta.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoTag(BufferResult capturedBody, Writer out) voidsetCols(int cols) voidsetDisabled(boolean disabled) voidvoidsetOnchange(Object onchange) voidsetReadonly(boolean readonly) voidsetRows(int rows) voidMethods inherited from class com.aoapps.taglib.ElementBufferedTag
addData, addDynamicAttribute, getClazz, getData, getDir, getId, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyleMethods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, invoke, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffixMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
TextareaTag
public TextareaTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputTypein classEncodingBufferedTag
-
setCols
public void setCols(int cols) - Specified by:
setColsin interfaceColsAttribute
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabledin interfaceDisabledAttribute
-
setName
- Specified by:
setNamein interfaceNameAttribute
-
setReadonly
public void setReadonly(boolean readonly) - Specified by:
setReadonlyin interfaceReadonlyAttribute
-
setRows
public void setRows(int rows) - Specified by:
setRowsin interfaceRowsAttribute
-
setValue
- Specified by:
setValuein interfaceValueAttribute
-
setOnchange
- Specified by:
setOnchangein interfaceOnchangeAttribute
-
doTag
- Overrides:
doTagin classEncodingBufferedTag- Throws:
JspExceptionIOException
-
