java.lang.Object
javax.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 void
void
void
void
setProperty
(String property) void
void
protected void
writePrefix
(MediaType containerType, Writer out) protected void
writeSuffix
(MediaType containerType, Writer out) Methods inherited from class com.aoapps.encoding.taglib.EncodingNullTag
doTag, invoke, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Field Details
-
RESOURCES
-
-
Constructor Details
-
WriteTag
public WriteTag()/
-
-
Method Details
-
getOutputType
- Specified by:
getOutputType
in classEncodingNullTag
-
setScope
-
setName
- Specified by:
setName
in interfaceNameAttribute
-
setProperty
-
setMethod
-
setType
- Specified by:
setType
in interfaceTypeAttribute
-
writePrefix
- Overrides:
writePrefix
in classEncodingNullTag
- Throws:
JspException
IOException
-
doTag
- Overrides:
doTag
in classEncodingNullTag
- Throws:
JspException
IOException
-
writeSuffix
- Overrides:
writeSuffix
in classEncodingNullTag
- Throws:
JspException
IOException
-