
See: Description
| Class | Description |
|---|---|
| CheckStaticCssVisitor |
Check a stylesheet to ensure that all of its components are
statically-evaluable.
|
| CheckStaticCssVisitor |
Check a stylesheet to ensure that all of its components are
statically-evaluable.
|
| ClassRenamer |
Renames class selectors to their obfuscated names.
|
| ClassRenamer |
Renames class selectors to their obfuscated names.
|
| CssGenerationVisitor |
Generates a static CSS template string and provides information on where to
inject dynamic expressions.
|
| CssGenerationVisitor |
Generates a static CSS template string and provides information on where to
inject dynamic expressions.
|
| DefsCollector |
Collects the names of all user-defined @def constants in the
stylesheet.
|
| DefsCollector |
Collects the names of all user-defined @def constants in the
stylesheet.
|
| ExternalClassesCollector |
Collects all
@external declarations in the stylesheet. |
| ExternalClassesCollector |
Collects all
@external declarations in the stylesheet. |
| ExtractClassNamesVisitor |
Collect all CSS class names in a stylesheet.
|
| ExtractClassNamesVisitor |
Collect all CSS class names in a stylesheet.
|
| GenerateCssAst |
Generates a CssStylesheet from the contents of a URL.
|
| GenerateCssAst |
Generates a CssStylesheet from the contents of a URL.
|
| IfEvaluator |
Statically evaluates @if rules.
|
| IfEvaluator |
Statically evaluates @if rules.
|
| InterfaceGenerator |
A utility class for creating a Java interface declaration for a given CSS
file.
|
| InterfaceGenerator |
A utility class for creating a Java interface declaration for a given CSS
file.
|
| MergeIdenticalSelectorsVisitor |
Merges rules that have matching selectors.
|
| MergeIdenticalSelectorsVisitor |
Merges rules that have matching selectors.
|
| MergeRulesByContentVisitor |
Merges rules that have identical content.
|
| MergeRulesByContentVisitor |
Merges rules that have identical content.
|
| Minify |
This is a command-line utility to minify a GWT CSS stylesheet.
|
| Minify |
This is a command-line utility to minify a GWT CSS stylesheet.
|
| RequirementsCollector |
Analyzes a stylesheet to update the ClientBundleRequirements interface.
|
| RequirementsCollector |
Analyzes a stylesheet to update the ClientBundleRequirements interface.
|
| RtlVisitor |
Applies RTL transforms to a stylesheet.
|
| RtlVisitor |
Applies RTL transforms to a stylesheet.
|
| SplitRulesVisitor |
Splits rules with compound selectors into multiple rules.
|
| SplitRulesVisitor |
Splits rules with compound selectors into multiple rules.
|
| Spriter |
Replaces CssSprite nodes with CssRule nodes that will display the sprited
image.
|
| Spriter |
Replaces CssSprite nodes with CssRule nodes that will display the sprited
image.
|
| SubstitutionCollector |
Collects all user-defined constant nodes in the stylesheet.
|
| SubstitutionCollector |
Collects all user-defined constant nodes in the stylesheet.
|
| SubstitutionReplacer |
Substitute symbolic replacements into string values.
|
| SubstitutionReplacer |
Substitute symbolic replacements into string values.
|
Copyright © 2018. All rights reserved.