Package com.aoindustries.taglib
Class ParamsTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoindustries.encoding.taglib.EncodingNullTag
-
- com.aoindustries.taglib.ParamsTag
-
- All Implemented Interfaces:
NameAttribute
,JspTag
,SimpleTag
public class ParamsTag extends EncodingNullTag implements NameAttribute
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description ParamsTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doTag(Writer out)
MediaType
getOutputType()
void
setExclude(String exclude)
void
setName(String name)
void
setValues(Object values)
-
Methods inherited from class com.aoindustries.encoding.taglib.EncodingNullTag
doTag, invoke, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Field Detail
-
RESOURCES
public static final Resources RESOURCES
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOutputType
public MediaType getOutputType()
- Specified by:
getOutputType
in classEncodingNullTag
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceNameAttribute
-
setExclude
public void setExclude(String exclude)
-
setValues
public void setValues(Object values)
-
doTag
protected void doTag(Writer out) throws JspException, IOException
- Overrides:
doTag
in classEncodingNullTag
- Throws:
JspException
IOException
-
-