- All Implemented Interfaces:
ClassAttribute
,DataAttribute
,DirAttribute
,DisabledAttribute
,GlobalAttributes
,GlobalBufferedAttributes
,IdAttribute
,SelectedAttribute
,StyleAttribute
,ValueAttribute
,Serializable
,BodyTag
,DynamicAttributes
,IterationTag
,JspTag
,Tag
,TryCatchFinally
public class OptionTag
extends ElementBufferedBodyTag
implements DisabledAttribute, SelectedAttribute, ValueAttribute
- 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
setDisabled
(boolean disabled) void
setSelected
(boolean selected) 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
-
OptionTag
public OptionTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentType
in classEncodingBufferedBodyTag
-
getOutputType
- Specified by:
getOutputType
in classEncodingBufferedBodyTag
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabled
in interfaceDisabledAttribute
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelected
in interfaceSelectedAttribute
-
setValue
- Specified by:
setValue
in interfaceValueAttribute
-
doEndTag
- Overrides:
doEndTag
in classEncodingBufferedBodyTag
- Throws:
JspException
IOException
-
doFinally
public void doFinally()- Specified by:
doFinally
in interfaceTryCatchFinally
- Overrides:
doFinally
in classElementBufferedBodyTag
-