public class XmlCompressorTag
extends javax.servlet.jsp.tagext.BodyTagSupport
XmlCompressor,
Serialized Form| Constructor and Description |
|---|
XmlCompressorTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
setEnabled(boolean enabled)
Sets the enabled.
|
void |
setRemoveComments(boolean removeComments)
Sets the removes the comments.
|
void |
setRemoveIntertagSpaces(boolean removeIntertagSpaces)
Sets the removes the intertag spaces.
|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void setEnabled(boolean enabled)
enabled - the new enabledXmlCompressor.setEnabled(boolean)public void setRemoveComments(boolean removeComments)
removeComments - the new removes the commentsXmlCompressor.setRemoveComments(boolean)public void setRemoveIntertagSpaces(boolean removeIntertagSpaces)
removeIntertagSpaces - the new removes the intertag spacesXmlCompressor.setRemoveIntertagSpaces(boolean)Copyright © 2009–2016 Jeremy Landis. All rights reserved.