Package com.aoindustries.taglib
Class ParamTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoindustries.encoding.taglib.EncodingBufferedTag
-
- com.aoindustries.taglib.ParamTag
-
- All Implemented Interfaces:
NameAttribute
,ValueAttribute
,JspTag
,SimpleTag
public class ParamTag extends EncodingBufferedTag implements NameAttribute, ValueAttribute
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description ParamTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doTag(BufferResult capturedBody, Writer out)
MediaType
getContentType()
MediaType
getOutputType()
void
setName(String name)
void
setValue(Object value)
-
Methods inherited from class com.aoindustries.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
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentType
public MediaType getContentType()
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
public MediaType getOutputType()
- Specified by:
getOutputType
in classEncodingBufferedTag
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceNameAttribute
-
setValue
public void setValue(Object value)
- Specified by:
setValue
in interfaceValueAttribute
-
doTag
protected void doTag(BufferResult capturedBody, Writer out) throws JspException, IOException
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-
-