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 Details

  • Method Details

    • get

      public String get(String key)
      Specified by:
      get in interface com.google.gwt.thirdparty.common.css.SubstitutionMap
    • getStyleClasses

      public Set<String> getStyleClasses()
    • getExternalClassCandidates

      public Set<String> getExternalClassCandidates()