- All Implemented Interfaces:
ClassAttribute,DataAttribute,DirAttribute,DisabledAttribute,GlobalAttributes,GlobalBufferedAttributes,IdAttribute,SelectedAttribute,StyleAttribute,ValueAttribute,DynamicAttributes,JspTag,SimpleTag
public class OptionTag
extends ElementBufferedTag
implements DisabledAttribute, SelectedAttribute, ValueAttribute
- 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) voidsetDisabled(boolean disabled) voidsetSelected(boolean selected) 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
-
OptionTag
public OptionTag()
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputTypein classEncodingBufferedTag
-
setDisabled
public void setDisabled(boolean disabled) - Specified by:
setDisabledin interfaceDisabledAttribute
-
setSelected
public void setSelected(boolean selected) - Specified by:
setSelectedin interfaceSelectedAttribute
-
setValue
- Specified by:
setValuein interfaceValueAttribute
-
doTag
- Overrides:
doTagin classEncodingBufferedTag- Throws:
JspExceptionIOException
-
