Package com.google.gwt.resources.gss
Class RenamingSubstitutionMap
java.lang.Object
com.google.gwt.resources.gss.RenamingSubstitutionMap
- All Implemented Interfaces:
com.google.gwt.thirdparty.common.css.SubstitutionMap
public class RenamingSubstitutionMap
extends Object
implements com.google.gwt.thirdparty.common.css.SubstitutionMap
This SubstitutionMap is used for renaming each style classes of the ast by its corresponding
obfuscated name.
It takes care of eventual prefix and does not rename external style classes.
It lists the eventual external style class candidates (class without associated obfuscation
name)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RenamingSubstitutionMap
-
-
Method Details
-
get
- Specified by:
get
in interfacecom.google.gwt.thirdparty.common.css.SubstitutionMap
-
getStyleClasses
-
getExternalClassCandidates
-