Making JSP be what it should have been all along.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://aoindustries.com/contact
public class BaseTag extends AutoEncodingNullTag
Constructor and Description |
---|
BaseTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
doTag(Writer out)
Once the out JspWriter has been replaced to output the proper content
type, this version of invoke is called.
|
MediaType |
getOutputType()
Gets the output type of this tag.
|
doTag, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
public MediaType getOutputType()
AutoEncodingNullTag
null
.
When null
is returned, any output will result in an error.getOutputType
in class AutoEncodingNullTag
protected void doTag(Writer out) throws JspTagException, IOException
AutoEncodingNullTag
doTag
in class AutoEncodingNullTag
JspTagException
IOException
Copyright © 2009–2019 AO Industries, Inc.. All rights reserved.