Serialized Form
-
Package com.googlecode.htmlcompressor.taglib
-
Class com.googlecode.htmlcompressor.taglib.CssCompressorTag
class 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
class 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
class 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
class 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
-
Exception Class jargs.gnu.CmdLineParser.IllegalOptionValueException
class IllegalOptionValueException extends CmdLineParser.OptionException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
option
CmdLineParser.Option option
The option. -
value
String value
The value.
-
-
Exception Class jargs.gnu.CmdLineParser.NotFlagException
class NotFlagException extends CmdLineParser.UnknownOptionException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
notflag
char notflag
The notflag.
-
-
Class jargs.gnu.CmdLineParser.Option
class Option extends Object implements Serializable- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.BooleanOption
class BooleanOption extends CmdLineParser.Option implements Serializable- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.DoubleOption
class DoubleOption extends CmdLineParser.Option implements Serializable- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.IntegerOption
class IntegerOption extends CmdLineParser.Option implements Serializable- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.LongOption
class LongOption extends CmdLineParser.Option implements Serializable- serialVersionUID:
- 1L
-
Class jargs.gnu.CmdLineParser.Option.StringOption
class StringOption extends CmdLineParser.Option implements Serializable- serialVersionUID:
- 1L
-
Exception Class jargs.gnu.CmdLineParser.OptionException
class OptionException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class jargs.gnu.CmdLineParser.UnknownOptionException
class UnknownOptionException extends CmdLineParser.OptionException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
optionName
String optionName
The option name.
-
-
Exception Class jargs.gnu.CmdLineParser.UnknownSuboptionException
class UnknownSuboptionException extends CmdLineParser.UnknownOptionException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
suboption
char suboption
The suboption.
-
-