- 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
globalFields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContentFields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAGFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields 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 intdoEndTag(BufferResult capturedBody, Writer out) voidvoidsetCols(int cols) voidsetDisabled(boolean disabled) voidvoidsetOnchange(Object onchange) voidsetReadonly(boolean readonly) voidsetRows(int rows) voidMethods inherited from class com.aoapps.taglib.legacy.ElementBufferedBodyTag
addData, addDynamicAttribute, getClazz, getData, getDir, getStyle, setClazz, setData, setDir, setDynamicAttribute, setId, setStyleMethods inherited from class com.aoapps.encoding.taglib.legacy.EncodingBufferedBodyTag
doAfterBody, doAfterBody, doCatch, doEndTag, doInitBody, doStartTag, doStartTag, getTempFileThreshold, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffixMethods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
getBodyContent, getPreviousOut, release, setBodyContentMethods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aoapps.taglib.GlobalAttributes
getIdMethods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
-
Constructor Details
-
TextareaTag
public TextareaTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classEncodingBufferedBodyTag
-
getOutputType
- Specified by:
getOutputTypein classEncodingBufferedBodyTag
-
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
-
doEndTag
- Overrides:
doEndTagin classEncodingBufferedBodyTag- Throws:
JspExceptionIOException
-
doFinally
public void doFinally()- Specified by:
doFinallyin interfaceTryCatchFinally- Overrides:
doFinallyin classElementBufferedBodyTag
-
