META-INF.htmlcompressor.tld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of htmlcompressor Show documentation
Show all versions of htmlcompressor Show documentation
HtmlCompressor is a small, fast and very easy to use Java library that minifies given HTML or XML source by
removing extra whitespaces, comments and other unneeded characters without breaking the content structure.
As a result pages become smaller in size and load faster. A command-line version of the compressor is also
available.
The newest version!
1.1
http://htmlcompressor.googlecode.com/taglib/compressor
Compresses HTML content within tags.
html
com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
JSP
enabled
false
true
removeComments
false
true
removeMultiSpaces
false
true
removeIntertagSpaces
false
true
removeQuotes
false
true
compressJavaScript
false
true
compressCss
false
true
yuiJsNoMunge
false
true
yuiJsPreserveAllSemiColons
false
true
yuiJsDisableOptimizations
false
true
yuiJsLineBreak
false
true
yuiCssLineBreak
false
true
jsCompressor
false
true
closureOptLevel
false
true
simpleDoctype
false
true
removeScriptAttributes
false
true
removeStyleAttributes
false
true
removeLinkAttributes
false
true
removeFormAttributes
false
true
removeInputAttributes
false
true
simpleBooleanAttributes
false
true
removeJavaScriptProtocol
false
true
removeHttpProtocol
false
true
removeHttpsProtocol
false
true
preserveLineBreaks
false
true
Compresses XML content within tags.
xml
com.googlecode.htmlcompressor.taglib.XmlCompressorTag
JSP
enabled
false
true
removeComments
false
true
removeIntertagSpaces
false
true
Compresses JavaScript content within tags.
js
com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
JSP
enabled
false
true
yuiJsNoMunge
false
true
yuiJsPreserveAllSemiColons
false
true
yuiJsDisableOptimizations
false
true
yuiJsLineBreak
false
true
jsCompressor
false
true
closureOptLevel
false
true
Compresses CSS content within tags.
css
com.googlecode.htmlcompressor.taglib.CssCompressorTag
JSP
enabled
false
true
yuiCssLineBreak
false
true