java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingFilteredTag
com.aoapps.encoding.taglib.JsonTag
- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the type of data that is contained by this tag.Methods inherited from class com.aoapps.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
-
Constructor Details
-
JsonTag
public JsonTag()
-
-
Method Details
-
getContentType
Description copied from class:EncodingFilteredTag
Gets the type of data that is contained by this tag. This is used to determine the correct encoder. This is also the output type.- Specified by:
getContentType
in classEncodingFilteredTag
-