java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingNullTag
com.aoapps.taglib.WriteTag
- All Implemented Interfaces:
NameAttribute,TypeAttribute,JspTag,SimpleTag
- Author:
- AO Industries, Inc.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidvoidvoidvoidsetProperty(String property) voidvoidprotected voidwritePrefix(MediaType containerType, Writer out) protected voidwriteSuffix(MediaType containerType, Writer out) Methods inherited from class com.aoapps.encoding.taglib.EncodingNullTag
doTag, invoke, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffixMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Field Details
-
RESOURCES
-
-
Constructor Details
-
WriteTag
public WriteTag()/
-
-
Method Details
-
getOutputType
- Specified by:
getOutputTypein classEncodingNullTag
-
setScope
-
setName
- Specified by:
setNamein interfaceNameAttribute
-
setProperty
-
setMethod
-
setType
- Specified by:
setTypein interfaceTypeAttribute
-
writePrefix
- Overrides:
writePrefixin classEncodingNullTag- Throws:
JspExceptionIOException
-
doTag
- Overrides:
doTagin classEncodingNullTag- Throws:
JspExceptionIOException
-
writeSuffix
- Overrides:
writeSuffixin classEncodingNullTag- Throws:
JspExceptionIOException
-
