Serialized Form
-
Package com.googlecode.htmlcompressor.taglib
-
Class com.googlecode.htmlcompressor.taglib.CssCompressorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
-
Serialized Fields
-
enabled
boolean enabled
The enabled. -
yuiCssLineBreak
int yuiCssLineBreak
The yui css line break.
-
-
-
Class com.googlecode.htmlcompressor.taglib.HtmlCompressorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closureOptLevel
String closureOptLevel
The closure opt level. -
compressCss
boolean compressCss
The compress css. -
compressJavaScript
boolean compressJavaScript
The compress java script. -
enabled
boolean enabled
The enabled. -
jsCompressor
String jsCompressor
The js compressor. -
preserveLineBreaks
boolean preserveLineBreaks
The preserve line breaks. -
removeComments
boolean removeComments
The remove comments. -
removeFormAttributes
boolean removeFormAttributes
The remove form attributes. -
removeHttpProtocol
boolean removeHttpProtocol
The remove http protocol. -
removeHttpsProtocol
boolean removeHttpsProtocol
The remove https protocol. -
removeInputAttributes
boolean removeInputAttributes
The remove input attributes. -
removeIntertagSpaces
boolean removeIntertagSpaces
The remove intertag spaces. -
removeJavaScriptProtocol
boolean removeJavaScriptProtocol
The remove java script protocol. -
removeLinkAttributes
boolean removeLinkAttributes
The remove link attributes. -
removeMultiSpaces
boolean removeMultiSpaces
The remove multi spaces. -
removeQuotes
boolean removeQuotes
The remove quotes. -
removeScriptAttributes
boolean removeScriptAttributes
The remove script attributes. -
removeStyleAttributes
boolean removeStyleAttributes
The remove style attributes. -
simpleBooleanAttributes
boolean simpleBooleanAttributes
The simple boolean attributes. -
simpleDoctype
boolean simpleDoctype
The simple doctype. -
yuiCssLineBreak
int yuiCssLineBreak
The yui css line break. -
yuiJsDisableOptimizations
boolean yuiJsDisableOptimizations
The yui js disable optimizations. -
yuiJsLineBreak
int yuiJsLineBreak
The yui js line break. -
yuiJsNoMunge
boolean yuiJsNoMunge
The yui js no munge. -
yuiJsPreserveAllSemiColons
boolean yuiJsPreserveAllSemiColons
The yui js preserve all semi colons.
-
-
Class com.googlecode.htmlcompressor.taglib.JavaScriptCompressorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
closureOptLevel
String closureOptLevel
The closure opt level. -
enabled
boolean enabled
The enabled. -
jsCompressor
String jsCompressor
The js compressor. -
yuiJsDisableOptimizations
boolean yuiJsDisableOptimizations
The yui js disable optimizations. -
yuiJsLineBreak
int yuiJsLineBreak
The yui js line break. -
yuiJsNoMunge
boolean yuiJsNoMunge
The yui js no munge. -
yuiJsPreserveAllSemiColons
boolean yuiJsPreserveAllSemiColons
The yui js preserve all semi colons.
-
-
Class com.googlecode.htmlcompressor.taglib.XmlCompressorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
enabled
boolean enabled
The enabled. -
removeComments
boolean removeComments
The remove comments. -
removeIntertagSpaces
boolean removeIntertagSpaces
The remove intertag spaces.
-
-
-
Package jargs.gnu
-
Class jargs.gnu.CmdLineParser.IllegalOptionValueException extends CmdLineParser.OptionException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
option
CmdLineParser.Option option
The option. -
value
String value
The value.
-
-
Class jargs.gnu.CmdLineParser.NotFlagException extends CmdLineParser.UnknownOptionException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
notflag
char notflag
The notflag.
-
-
Class jargs.gnu.CmdLineParser.Option extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.BooleanOption extends CmdLineParser.Option implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.DoubleOption extends CmdLineParser.Option implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.IntegerOption extends CmdLineParser.Option implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.LongOption extends CmdLineParser.Option implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.StringOption extends CmdLineParser.Option implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.OptionException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.UnknownOptionException extends CmdLineParser.OptionException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
optionName
String optionName
The option name.
-
-
Class jargs.gnu.CmdLineParser.UnknownSuboptionException extends CmdLineParser.UnknownOptionException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
suboption
char suboption
The suboption.
-
-