public class XmlCompressorTag
extends javax.servlet.jsp.tagext.BodyTagSupport
XmlCompressor
,
Serialized FormConstructor 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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public 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–2020 Jeremy Landis. All rights reserved.