Package com.aoindustries.encoding.taglib
Class MysqlTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoindustries.encoding.taglib.EncodingFilteredTag
-
- com.aoindustries.encoding.taglib.MysqlTag
-
public class MysqlTag extends EncodingFilteredTag
- Author:
- AO Industries, Inc.
-
-
Constructor Summary
Constructors Constructor Description MysqlTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaType
getContentType()
Gets the type of data that is contained by this tag.-
Methods inherited from class com.aoindustries.encoding.taglib.EncodingFilteredTag
doTag, doTag, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Method Detail
-
getContentType
public MediaType getContentType()
Description copied from class:EncodingFilteredTag
Gets the type of data that is contained by this tag. This is also the output type.- Specified by:
getContentType
in classEncodingFilteredTag
-
-