Index

A B C D E F G H I J L M O P R S T W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addBooleanOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a boolean option.
addBooleanOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a boolean option.
addDoubleOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a double option.
addDoubleOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a double option.
addIntegerOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding an integer option.
addIntegerOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding an integer option.
addLongOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a long integer option.
addLongOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a long integer option.
addOption(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
Add the specified Option to the list of accepted options.
addStringOption(char, String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a string option.
addStringOption(String) - Method in class jargs.gnu.CmdLineParser
Convenience method for adding a string option.
ALL_TAGS - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Could be passed to setRemoveSurroundingSpaces method to remove all surrounding spaces (not recommended).
analyze(String) - Method in class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer
Analyze.

B

BLOCK_TAGS_MAX - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Predefined list of tags that are block-level by default, excluding <div> and <li> tags.
BLOCK_TAGS_MIN - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Predefined list of tags that are very likely to be block-level.
booleanAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant booleanAttrPattern.
BooleanOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.BooleanOption
Instantiates a new boolean option.
BooleanOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.BooleanOption
Instantiates a new boolean option.

C

cdataPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant cdataPattern.
cdataPattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant cdataPattern.
ClosureJavaScriptCompressor - Class in com.googlecode.htmlcompressor.compressor
Basic JavaScript compressor implementation using Google Closure Compiler that could be used by HtmlCompressor for inline JavaScript compression.
ClosureJavaScriptCompressor() - Constructor for class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Instantiates a new closure java script compressor.
ClosureJavaScriptCompressor(CompilationLevel) - Constructor for class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Instantiates a new closure java script compressor.
CmdLineCompressor - Class in com.googlecode.htmlcompressor
Wrapper for HTML and XML compressor classes that allows using them from a command line.
CmdLineCompressor(String[]) - Constructor for class com.googlecode.htmlcompressor.CmdLineCompressor
Instantiates a new cmd line compressor.
CmdLineParser - Class in jargs.gnu
Largely GNU-compatible command-line options parser.
CmdLineParser() - Constructor for class jargs.gnu.CmdLineParser
 
CmdLineParser.IllegalOptionValueException - Exception Class in jargs.gnu
Thrown when an illegal or missing value is given by the user for an option that takes a value.
CmdLineParser.NotFlagException - Exception Class in jargs.gnu
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
CmdLineParser.Option - Class in jargs.gnu
Representation of a command-line option.
CmdLineParser.Option.BooleanOption - Class in jargs.gnu
The Class BooleanOption.
CmdLineParser.Option.DoubleOption - Class in jargs.gnu
An option that expects a floating-point value.
CmdLineParser.Option.IntegerOption - Class in jargs.gnu
An option that expects an integer value.
CmdLineParser.Option.LongOption - Class in jargs.gnu
An option that expects a long integer value.
CmdLineParser.Option.StringOption - Class in jargs.gnu
An option that expects a string value.
CmdLineParser.OptionException - Exception Class in jargs.gnu
Base class for exceptions that may be thrown when options are parsed.
CmdLineParser.UnknownOptionException - Exception Class in jargs.gnu
Thrown when the parsed command-line contains an option that is not recognised.
CmdLineParser.UnknownSuboptionException - Exception Class in jargs.gnu
Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown.
com.googlecode.htmlcompressor - package com.googlecode.htmlcompressor
HtmlCompressor Package.
com.googlecode.htmlcompressor.analyzer - package com.googlecode.htmlcompressor.analyzer
Analyzer Package.
com.googlecode.htmlcompressor.compressor - package com.googlecode.htmlcompressor.compressor
Compressor Package.
com.googlecode.htmlcompressor.taglib - package com.googlecode.htmlcompressor.taglib
Taglib Package.
com.googlecode.htmlcompressor.velocity - package com.googlecode.htmlcompressor.velocity
Velocity Package.
commentPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant commentPattern.
commentPattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant commentPattern.
COMPILATION_LEVEL_ADVANCED - Static variable in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
The Constant COMPILATION_LEVEL_ADVANCED.
COMPILATION_LEVEL_SIMPLE - Static variable in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
The Constant COMPILATION_LEVEL_SIMPLE.
COMPILATION_LEVEL_WHITESPACE - Static variable in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
The Constant COMPILATION_LEVEL_WHITESPACE.
compress(String) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
 
compress(String) - Method in interface com.googlecode.htmlcompressor.compressor.Compressor
The main method that compresses the given source and returns a compressed result.
compress(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The main method that compresses given HTML source and returns compressed result.
compress(String) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The main method that compresses given XML source and returns compressed result.
compress(String) - Method in class com.googlecode.htmlcompressor.compressor.YuiCssCompressor
 
compress(String) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
 
compressCssStyles(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Compress css styles.
compressJavaScript(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Compress java script.
Compressor - Interface in com.googlecode.htmlcompressor.compressor
Interface describing compressor classes.
condCommentPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant condCommentPattern.
createCompressorClone() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Creates the compressor clone.
CssCompressorDirective - Class in com.googlecode.htmlcompressor.velocity
Velocity directive that compresses an CSS content within #compressCss ...
CssCompressorDirective() - Constructor for class com.googlecode.htmlcompressor.velocity.CssCompressorDirective
 
CssCompressorTag - Class in com.googlecode.htmlcompressor.taglib
JSP tag that compresses an CSS content within <compress:css> using Yahoo YUI Compressor.
CssCompressorTag() - Constructor for class com.googlecode.htmlcompressor.taglib.CssCompressorTag
 

D

DefaultErrorReporter() - Constructor for class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor.DefaultErrorReporter
 
doctypePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant doctypePattern.
doEndTag() - Method in class com.googlecode.htmlcompressor.taglib.CssCompressorTag
 
doEndTag() - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
 
doEndTag() - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
 
doEndTag() - Method in class com.googlecode.htmlcompressor.taglib.XmlCompressorTag
 
DoubleOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.DoubleOption
Instantiates a new double option.
DoubleOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.DoubleOption
Instantiates a new double option.

E

emptyPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant emptyPattern.
endStatistics(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
End statistics.
error(String, String, int, String, int) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor.DefaultErrorReporter
 
eventJsProtocolPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant eventJsProtocolPattern.
eventPattern1 - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant eventPattern1 (unmasked).
eventPattern2 - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant eventPattern2.

F

formMethodAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant formMethodAttrPattern.

G

getCompilationLevel() - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Returns level of optimization that is applied when compiling JavaScript code.
getCompilerOptions() - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Returns options that are used by the Closure compiler.
getCompressedMetrics() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Returns metrics of a compressed document.
getCssCompressor() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns CSS compressor implementation that will be used to compress inline CSS in HTML.
getEmptyChars() - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Returns number of empty characters (spaces, tabs, end of lines) in a document.
getErrorReporter() - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Returns ErrorReporter used by YUI Compressor to log error messages during JavasSript compression.
getExterns() - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Returns SourceFile used as a reference during the compression at CompilationLevel.ADVANCED_OPTIMIZATIONS level.
getFilesize() - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Returns total filesize of a document.
getInlineEventSize() - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Returns total size of inline event handlers (onclick, etc).
getInlineScriptSize() - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Returns total size of inline <script> tags.
getInlineStyleSize() - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Returns total size of inline <style> tags.
getJavaScriptCompressor() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns JavaScript compressor implementation that will be used to compress inline JavaScript in HTML.
getLineBreak() - Method in class com.googlecode.htmlcompressor.compressor.YuiCssCompressor
Returns number of symbols per line Yahoo YUI Compressor will use during CSS compression.
getLineBreak() - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Returns number of symbols per line Yahoo YUI Compressor will use during JavaScript compression.
getLoggingLevel() - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Returns logging level used by the Closure compiler (note: closure compiler still uses java util logging, don't import Level).
getName() - Method in class com.googlecode.htmlcompressor.velocity.CssCompressorDirective
 
getName() - Method in class com.googlecode.htmlcompressor.velocity.HtmlCompressorDirective
 
getName() - Method in class com.googlecode.htmlcompressor.velocity.JavaScriptCompressorDirective
 
getName() - Method in class com.googlecode.htmlcompressor.velocity.XmlCompressorDirective
 
getOption() - Method in exception class jargs.gnu.CmdLineParser.IllegalOptionValueException
Gets the option.
getOptionChar() - Method in exception class jargs.gnu.CmdLineParser.NotFlagException
Gets the option char.
getOptionName() - Method in exception class jargs.gnu.CmdLineParser.UnknownOptionException
Gets the option name.
getOptionValue(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
getOptionValue(CmdLineParser.Option, Object) - Method in class jargs.gnu.CmdLineParser
Gets the option value.
getOptionValues(CmdLineParser.Option) - Method in class jargs.gnu.CmdLineParser
Gets the option values.
getOriginalMetrics() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Returns metrics of an uncompressed document.
getPreservedSize() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Returns total size of blocks that were skipped by the compressor (for example content inside <pre> tags or inside <script> tags with disabled javascript compression).
getPreservePatterns() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns a list of Patterns defining custom preserving block rules.
getRemainingArgs() - Method in class jargs.gnu.CmdLineParser
Gets the remaining args.
getRemoveSurroundingSpaces() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns a comma separated list of tags around which spaces will be removed.
getStatistics() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns HtmlCompressorStatistics object containing statistics of the last HTML compression, if enabled.
getSuboption() - Method in exception class jargs.gnu.CmdLineParser.UnknownSuboptionException
Gets the suboption.
getTime() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Returns total compression time.
getType() - Method in class com.googlecode.htmlcompressor.velocity.CssCompressorDirective
 
getType() - Method in class com.googlecode.htmlcompressor.velocity.HtmlCompressorDirective
 
getType() - Method in class com.googlecode.htmlcompressor.velocity.JavaScriptCompressorDirective
 
getType() - Method in class com.googlecode.htmlcompressor.velocity.XmlCompressorDirective
 
getValue() - Method in exception class jargs.gnu.CmdLineParser.IllegalOptionValueException
Gets the value.
getValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
Gets the value.
getWarningLevel() - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Returns WarningLevel used by the Closure compiler.
getYuiCssLineBreak() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns number of symbols per line Yahoo YUI Compressor will use during CSS compression.
getYuiErrorReporter() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns ErrorReporter used by YUI Compressor to log error messages during JavasSript compression.
getYuiJsLineBreak() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns number of symbols per line Yahoo YUI Compressor will use during JavaScript compression.

H

HtmlAnalyzer - Class in com.googlecode.htmlcompressor.analyzer
Class that compresses provided source with different compression settings and displays page size gains in a report.
HtmlAnalyzer() - Constructor for class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer
Instantiates a new html analyzer.
HtmlAnalyzer(String) - Constructor for class com.googlecode.htmlcompressor.analyzer.HtmlAnalyzer
Instantiates a new html analyzer.
HtmlCompressor - Class in com.googlecode.htmlcompressor.compressor
Class that compresses given HTML source by removing comments, extra spaces and lin<pre> while preserving content within <pre>, <textarea>, <script> and <style> tags.
HtmlCompressor() - Constructor for class com.googlecode.htmlcompressor.compressor.HtmlCompressor
 
HtmlCompressorDirective - Class in com.googlecode.htmlcompressor.velocity
Velocity directive that compresses an HTML content within #compressHtml ...
HtmlCompressorDirective() - Constructor for class com.googlecode.htmlcompressor.velocity.HtmlCompressorDirective
 
HtmlCompressorStatistics - Class in com.googlecode.htmlcompressor.compressor
Class that stores HTML compression statistics.
HtmlCompressorStatistics() - Constructor for class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
 
HtmlCompressorTag - Class in com.googlecode.htmlcompressor.taglib
JSP tag that compresses an HTML content within <compress:html>.
HtmlCompressorTag() - Constructor for class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
 
HtmlMetrics - Class in com.googlecode.htmlcompressor.compressor
Class that stores metrics about HTML documents.
HtmlMetrics() - Constructor for class com.googlecode.htmlcompressor.compressor.HtmlMetrics
 
httpProtocolPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant httpProtocolPattern.
httpsProtocolPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant httpsProtocolPattern.

I

IllegalOptionValueException(CmdLineParser.Option, String) - Constructor for exception class jargs.gnu.CmdLineParser.IllegalOptionValueException
Instantiates a new illegal option value exception.
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.googlecode.htmlcompressor.velocity.CssCompressorDirective
 
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.googlecode.htmlcompressor.velocity.HtmlCompressorDirective
 
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.googlecode.htmlcompressor.velocity.JavaScriptCompressorDirective
 
init(RuntimeServices, InternalContextAdapter, Node) - Method in class com.googlecode.htmlcompressor.velocity.XmlCompressorDirective
 
initStatistics(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Inits the statistics.
inputTypeAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant inputTypeAttrPattern.
IntegerOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.IntegerOption
Instantiates a new integer option.
IntegerOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.IntegerOption
Instantiates a new integer option.
intertagPattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant intertagPattern.
intertagPattern_CustomCustom - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant intertagPattern_CustomCustom.
intertagPattern_CustomTag - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant intertagPattern_CustomTag.
intertagPattern_TagCustom - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant intertagPattern_TagCustom.
intertagPattern_TagTag - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant intertagPattern_TagTag.
isCompressCss() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if CSS compression is enabled.
isCompressJavaScript() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if JavaScript compression is enabled.
isCustomExternsOnly() - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Returns true if default externs defined inside Closure's jar are ignored and only user defined ones are used.
isDisableOptimizations() - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Returns true if Yahoo YUI Compressor will disable all the built-in micro optimizations during JavaScript compression.
isEnabled() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if compression is enabled.
isEnabled() - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Returns true if compression is enabled.
isGenerateStatistics() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if HTML compression statistics is generated.
isNoMunge() - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Returns true if Yahoo YUI Compressor will only minify javascript without obfuscating local symbols.
isPreserveAllSemiColons() - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Returns true if Yahoo YUI Compressor will preserve unnecessary semicolons during JavaScript compression.
isPreserveLineBreaks() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if line breaks will be preserved.
isRemoveComments() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if all HTML comments will be removed.
isRemoveComments() - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Returns true if all XML comments will be removed.
isRemoveFormAttributes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if method="get" attributes will be removed from <form> tags.
isRemoveHttpProtocol() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if HTTP protocol will be removed from href, src, cite, and action tag attributes.
isRemoveHttpsProtocol() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if HTTPS protocol will be removed from href, src , cite, and action tag attributes.
isRemoveInputAttributes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if type="text" attributes will be removed from <input> tags.
isRemoveIntertagSpaces() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if all inter-tag whitespace characters will be removed.
isRemoveIntertagSpaces() - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Returns true if all inter-tag whitespace characters will be removed.
isRemoveJavaScriptProtocol() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if javascript: pseudo-protocol will be removed from inline event handlers.
isRemoveLinkAttributes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if unnecessary attributes will be removed from <link> tags.
isRemoveMultiSpaces() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if all multiple whitespace characters will be replaced with single spaces.
isRemoveQuotes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if all unnecessary quotes will be removed from tag attributes.
isRemoveScriptAttributes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if unnecessary attributes will be removed from <script> tags.
isRemoveStyleAttributes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if type="text/style" attributes will be removed from <style> tags.
isSimpleBooleanAttributes() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if boolean attributes will be simplified.
isSimpleDoctype() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if existing DOCTYPE declaration will be replaced with simple <!
isYuiJsDisableOptimizations() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if Yahoo YUI Compressor will disable all the built-in micro optimizations during JavaScript compression.
isYuiJsNoMunge() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if Yahoo YUI Compressor will only minify javascript without obfuscating local symbols.
isYuiJsPreserveAllSemiColons() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Returns true if Yahoo YUI Compressor will preserve unnecessary semicolons during JavaScript compression.

J

jargs.gnu - package jargs.gnu
Jargs GNU package.
JavaScriptCompressorDirective - Class in com.googlecode.htmlcompressor.velocity
Velocity directive that compresses an JavaScript content within #compressJs ...
JavaScriptCompressorDirective() - Constructor for class com.googlecode.htmlcompressor.velocity.JavaScriptCompressorDirective
 
JavaScriptCompressorTag - Class in com.googlecode.htmlcompressor.taglib
JSP tag that compresses an JavaScript content within <compress:js> tags.
JavaScriptCompressorTag() - Constructor for class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
 
JS_COMPRESSOR_CLOSURE - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant JS_COMPRESSOR_CLOSURE.
JS_COMPRESSOR_YUI - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant JS_COMPRESSOR_YUI.
jsLangAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant jsLangAttrPattern.
jsTypeAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant jsTypeAttrPattern.

L

lineBreakPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant lineBreakPattern.
linkRelAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant linkRelAttrPattern.
linkTypeAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant linkTypeAttrPattern.
longForm() - Method in class jargs.gnu.CmdLineParser.Option
Long form.
LongOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.LongOption
Instantiates a new long option.
LongOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.LongOption
Instantiates a new long option.

M

main(String[]) - Static method in class com.googlecode.htmlcompressor.CmdLineCompressor
The main method.
multispacePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant multispacePattern.
multispacePattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant multispacePattern.

O

Option(char, String, boolean) - Constructor for class jargs.gnu.CmdLineParser.Option
Instantiates a new option.
Option(String, boolean) - Constructor for class jargs.gnu.CmdLineParser.Option
Instantiates a new option.

P

parse(String[]) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parse(String[], Locale) - Method in class jargs.gnu.CmdLineParser
Extract the options and non-option arguments from the given list of command-line arguments.
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.DoubleOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.IntegerOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.LongOption
 
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option
Override to extract and convert an option value passed on the command-line.
parseValue(String, Locale) - Method in class jargs.gnu.CmdLineParser.Option.StringOption
 
PHP_TAG_PATTERN - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Predefined pattern that matches <?
prePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant prePattern.
preserveBlocks(String, List<String>) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Preserve blocks.
preserveBlocks(String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<List<String>>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Preserve blocks.
process() - Method in class com.googlecode.htmlcompressor.CmdLineCompressor
Process.
processCondCommentBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process cond comment blocks.
processEventBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process event blocks.
processHtml(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process html.
processLineBreakBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process line break blocks.
processPreBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process pre blocks.
processPreservedBlocks(List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<List<String>>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process preserved blocks.
processScriptBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process script blocks.
processSkipBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process skip blocks.
processStyleBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process style blocks.
processTextAreaBlocks(List<String>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process text area blocks.
processUserBlocks(List<List<String>>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Process user blocks.
processXml(String) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Process xml.

R

relExternalPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant relExternalPattern.
removeComments(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the comments.
removeComments(String) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Removes the comments.
removeFormAttributes(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the form attributes.
removeHttpProtocol(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the http protocol.
removeHttpsProtocol(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the https protocol.
removeInputAttributes(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the input attributes.
removeIntertagSpaces(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the intertag spaces.
removeIntertagSpaces(String) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Removes the intertag spaces.
removeJavaScriptProtocol(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the java script protocol.
removeLinkAttributes(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the link attributes.
removeMultiSpaces(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the multi spaces.
removeQuotesInsideTags(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the quotes inside tags.
removeScriptAttributes(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the script attributes.
removeSpacesInsideTags(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the spaces inside tags.
removeSpacesInsideTags(String) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Removes the spaces inside tags.
removeStyleAttributes(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the style attributes.
removeSurroundingSpaces(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Removes the surrounding spaces.
render(InternalContextAdapter, Writer, Node) - Method in class com.googlecode.htmlcompressor.velocity.CssCompressorDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.googlecode.htmlcompressor.velocity.HtmlCompressorDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.googlecode.htmlcompressor.velocity.JavaScriptCompressorDirective
 
render(InternalContextAdapter, Writer, Node) - Method in class com.googlecode.htmlcompressor.velocity.XmlCompressorDirective
 
returnBlocks(String, List<String>) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
Return blocks.
returnBlocks(String, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<List<String>>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Return blocks.
runtimeError(String, String, int, String, int) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor.DefaultErrorReporter
 

S

scriptPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant scriptPattern.
SERVER_SCRIPT_TAG_PATTERN - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Predefined pattern that matches <%
SERVER_SIDE_INCLUDE_PATTERN - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Predefined pattern that matches <--#
setClosureOptLevel(String) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets level of optimization if Google Closure Compiler is used for compressing inline JavaScript.
setClosureOptLevel(String) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets level of optimization if Google Closure Compiler is used for compressing inline JavaScript.
setCompilationLevel(CompilationLevel) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Sets level of optimization that should be applied when compiling JavaScript code.
setCompilerOptions(CompilerOptions) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Sets options that will be used by the Closure compiler.
setCompressCss(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Enables CSS compression within <style> tags using Yahoo YUI Compressor if set to true.
setCompressCss(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the compress css.
setCompressedMetrics(HtmlMetrics) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Sets the compressed metrics.
setCompressJavaScript(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Enables JavaScript compression within <script> tags using Yahoo YUI Compressor if set to true.
setCompressJavaScript(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the compress java script.
setCssCompressor(Compressor) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Sets CSS compressor implementation that will be used to compress inline CSS in HTML.
setCustomExternsOnly(boolean) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
If set to true, default externs defined inside Closure's jar will be ignored and only user defined ones will be used.
setDisableOptimizations(boolean) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Tells Yahoo YUI Compressor to disable all the built-in micro optimizations during JavaScript compression.
setEmptyChars(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Sets the empty chars.
setEnabled(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to false all compression will be bypassed.
setEnabled(boolean) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
If set to false all compression will be bypassed.
setEnabled(boolean) - Method in class com.googlecode.htmlcompressor.taglib.CssCompressorTag
Sets the enabled.
setEnabled(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the enabled.
setEnabled(boolean) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets the enabled.
setEnabled(boolean) - Method in class com.googlecode.htmlcompressor.taglib.XmlCompressorTag
Sets the enabled.
setErrorReporter(ErrorReporter) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Sets ErrorReporter that YUI Compressor will use for reporting errors during JavaScript compression.
setExterns(List<SourceFile>) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Sets external JavaScript files that are used as a reference for function declarations if CompilationLevel.ADVANCED_OPTIMIZATIONS compression level is used.
setFilesize(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Sets the filesize.
setGenerateStatistics(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, HTML compression statistics will be generated.
setInlineEventSize(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Sets the inline event size.
setInlineScriptSize(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Sets the inline script size.
setInlineStyleSize(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
Sets the inline style size.
setJavaScriptCompressor(Compressor) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Sets JavaScript compressor implementation that will be used to compress inline JavaScript in HTML.
setJsCompressor(String) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets JavaScript compressor implementation that will be used to compress inline JavaScript in HTML.
setJsCompressor(String) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets JavaScript compressor implementation that will be used to compress inline JavaScript in HTML.
setLineBreak(int) - Method in class com.googlecode.htmlcompressor.compressor.YuiCssCompressor
Tells Yahoo YUI Compressor to break lines after the specified number of symbols during CSS compression.
setLineBreak(int) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Tells Yahoo YUI Compressor to break lines after the specified number of symbols during JavaScript compression.
setLoggingLevel(Level) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Sets logging level for the Closure compiler (note: closure compiler still uses java util logging, don't import Level).
setNoMunge(boolean) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Tells Yahoo YUI Compressor to only minify javascript without obfuscating local symbols.
setOriginalMetrics(HtmlMetrics) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Sets the original metrics.
setPreserveAllSemiColons(boolean) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
Tells Yahoo YUI Compressor to preserve unnecessary semicolons during JavaScript compression.
setPreservedSize(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Sets the preserved size.
setPreserveLineBreaks(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, line breaks will be preserved.
setPreserveLineBreaks(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the preserve line breaks.
setPreservePatterns(List<Pattern>) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
This method allows setting custom block preservation rules defined by regular expression patterns.
setRemoveComments(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true all HTML comments will be removed.
setRemoveComments(boolean) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
If set to true all XML comments will be removed.
setRemoveComments(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the comments.
setRemoveComments(boolean) - Method in class com.googlecode.htmlcompressor.taglib.XmlCompressorTag
Sets the removes the comments.
setRemoveFormAttributes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, method="get" attributes will be removed from <form> tags.
setRemoveFormAttributes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the form attributes.
setRemoveHttpProtocol(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, HTTP protocol will be removed from href, src, cite, and action tag attributes.
setRemoveHttpProtocol(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the http protocol.
setRemoveHttpsProtocol(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, HTTPS protocol will be removed from href, src , cite, and action tag attributes.
setRemoveHttpsProtocol(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the https protocol.
setRemoveInputAttributes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, type="text" attributes will be removed from <input> tags.
setRemoveInputAttributes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the input attributes.
setRemoveIntertagSpaces(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true all inter-tag whitespace characters will be removed.
setRemoveIntertagSpaces(boolean) - Method in class com.googlecode.htmlcompressor.compressor.XmlCompressor
If set to true all inter-tag whitespace characters will be removed.
setRemoveIntertagSpaces(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the intertag spaces.
setRemoveIntertagSpaces(boolean) - Method in class com.googlecode.htmlcompressor.taglib.XmlCompressorTag
Sets the removes the intertag spaces.
setRemoveJavaScriptProtocol(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, javascript: pseudo-protocol will be removed from inline event handlers.
setRemoveJavaScriptProtocol(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the java script protocol.
setRemoveLinkAttributes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, following attributes will be removed from <link rel="stylesheet"> and <link rel="alternate stylesheet"> tags: type="text/css" type="text/plain"
setRemoveLinkAttributes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the link attributes.
setRemoveMultiSpaces(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true all multiple whitespace characters will be replaced with single spaces.
setRemoveMultiSpaces(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the multi spaces.
setRemoveQuotes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true all unnecessary quotes will be removed from tag attributes.
setRemoveQuotes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the quotes.
setRemoveScriptAttributes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, following attributes will be removed from <script> tags: type="text/javascript" type="application/javascript" language="javascript"
setRemoveScriptAttributes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the script attributes.
setRemoveStyleAttributes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, type="text/style" attributes will be removed from <style> tags.
setRemoveStyleAttributes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the removes the style attributes.
setRemoveSurroundingSpaces(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Enables surrounding spaces removal around provided comma separated list of tags.
setSimpleBooleanAttributes(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, any values of following boolean attributes will be removed: checked selected disabled readonly
setSimpleBooleanAttributes(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the simple boolean attributes.
setSimpleDoctype(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
If set to true, existing DOCTYPE declaration will be replaced with simple <!
setSimpleDoctype(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the simple doctype.
setTime(long) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
Sets the time.
setWarningLevel(WarningLevel) - Method in class com.googlecode.htmlcompressor.compressor.ClosureJavaScriptCompressor
Indicates the amount of information you want from the compiler about possible problems in your code.
setYuiCssLineBreak(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Tells Yahoo YUI Compressor to break lines after the specified number of symbols during CSS compression.
setYuiCssLineBreak(int) - Method in class com.googlecode.htmlcompressor.taglib.CssCompressorTag
Sets the yui css line break.
setYuiCssLineBreak(int) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the yui css line break.
setYuiErrorReporter(ErrorReporter) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Sets ErrorReporter that YUI Compressor will use for reporting errors during JavaScript compression.
setYuiJsDisableOptimizations(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Tells Yahoo YUI Compressor to disable all the built-in micro optimizations during JavaScript compression.
setYuiJsDisableOptimizations(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the yui js disable optimizations.
setYuiJsDisableOptimizations(boolean) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets the yui js disable optimizations.
setYuiJsLineBreak(int) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Tells Yahoo YUI Compressor to break lines after the specified number of symbols during JavaScript compression.
setYuiJsLineBreak(int) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the yui js line break.
setYuiJsLineBreak(int) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets the yui js line break.
setYuiJsNoMunge(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Tells Yahoo YUI Compressor to only minify javascript without obfuscating local symbols.
setYuiJsNoMunge(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the yui js no munge.
setYuiJsNoMunge(boolean) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets the yui js no munge.
setYuiJsPreserveAllSemiColons(boolean) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Tells Yahoo YUI Compressor to preserve unnecessary semicolons during JavaScript compression.
setYuiJsPreserveAllSemiColons(boolean) - Method in class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag
Sets the yui js preserve all semi colons.
setYuiJsPreserveAllSemiColons(boolean) - Method in class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag
Sets the yui js preserve all semi colons.
shortForm() - Method in class jargs.gnu.CmdLineParser.Option
Short form.
simpleBooleanAttributes(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Simple boolean attributes.
simpleDoctype(String) - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
Simple doctype.
skipPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant skipPattern.
StringOption(char, String) - Constructor for class jargs.gnu.CmdLineParser.Option.StringOption
Instantiates a new string option.
StringOption(String) - Constructor for class jargs.gnu.CmdLineParser.Option.StringOption
Instantiates a new string option.
stylePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant stylePattern.
styleTypeAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant styleTypeAttrPattern.
surroundingSpacesAllPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant surroundingSpacesAllPattern.
surroundingSpacesMaxPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant surroundingSpacesMaxPattern.
surroundingSpacesMinPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant surroundingSpacesMinPattern.

T

tagEndSpacePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tagEndSpacePattern.
tagEndSpacePattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant tagEndSpacePattern.
tagLastUnquotedValuePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tagLastUnquotedValuePattern.
tagPropertyPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tagPropertyPattern.
tagPropertyPattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant tagPropertyPattern.
tagQuotePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tagQuotePattern.
taPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant taPattern.
TEMP_CD_DATA_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant tempCdataBlock.
TEMP_COND_COMMENT_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempCondCommentBlock.
TEMP_EVENT_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempEventBlock.
TEMP_LINE_BREAK_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempLineBreakBlock.
TEMP_PRE_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempPreBlock.
TEMP_SCRIPT_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempScriptBlock.
TEMP_SKIP_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempSkipBlock.
TEMP_STYLE_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempStyleBlock.
TEMP_TEXT_AREA_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempTextAreaBlock.
TEMP_USER_BLOCK - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempUserBlock.
tempCdataPattern - Static variable in class com.googlecode.htmlcompressor.compressor.XmlCompressor
The Constant tempCdataPattern.
tempCondCommentPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempCondCommentPattern.
tempEventPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempEventPattern.
tempLineBreakPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempLineBreakPattern.
tempPrePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempPrePattern.
tempScriptPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempScriptPattern.
tempSkipPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempSkipPattern.
tempStylePattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempStylePattern.
tempTextAreaPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant tempTextAreaPattern.
toString() - Method in class com.googlecode.htmlcompressor.compressor.HtmlCompressorStatistics
 
toString() - Method in class com.googlecode.htmlcompressor.compressor.HtmlMetrics
 
typeAttrPattern - Static variable in class com.googlecode.htmlcompressor.compressor.HtmlCompressor
The Constant typeAttrPattern.

W

wantsValue() - Method in class jargs.gnu.CmdLineParser.Option
Tells whether or not this option wants a value.
warning(String, String, int, String, int) - Method in class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor.DefaultErrorReporter
 

X

XmlCompressor - Class in com.googlecode.htmlcompressor.compressor
Class that compresses given XML source by removing comments, extra spaces and line breaks while preserving content within CDATA blocks.
XmlCompressor() - Constructor for class com.googlecode.htmlcompressor.compressor.XmlCompressor
 
XmlCompressorDirective - Class in com.googlecode.htmlcompressor.velocity
Velocity directive that compresses an XML content within #compressXml ...
XmlCompressorDirective() - Constructor for class com.googlecode.htmlcompressor.velocity.XmlCompressorDirective
 
XmlCompressorTag - Class in com.googlecode.htmlcompressor.taglib
JSP tag that compresses an XML content within <compress:xml>.
XmlCompressorTag() - Constructor for class com.googlecode.htmlcompressor.taglib.XmlCompressorTag
 

Y

YuiCssCompressor - Class in com.googlecode.htmlcompressor.compressor
Basic CSS compressor implementation using Yahoo YUI Compressor that could be used by HtmlCompressor for inline CSS compression.
YuiCssCompressor() - Constructor for class com.googlecode.htmlcompressor.compressor.YuiCssCompressor
 
YuiJavaScriptCompressor - Class in com.googlecode.htmlcompressor.compressor
Basic JavaScript compressor implementation using Yahoo YUI Compressor that could be used by HtmlCompressor for inline JavaScript compression.
YuiJavaScriptCompressor() - Constructor for class com.googlecode.htmlcompressor.compressor.YuiJavaScriptCompressor
 
YuiJavaScriptCompressor.DefaultErrorReporter - Class in com.googlecode.htmlcompressor.compressor
Default ErrorReporter implementation that uses System.err stream for error reporting.
A B C D E F G H I J L M O P R S T W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form