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 Link icon

  • Method Details Link icon

    • get Link icon

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

      public Set<String> getStyleClasses()
    • getExternalClassCandidates Link icon

      public Set<String> getExternalClassCandidates()