Example usage for com.google.common.css SubstitutionMap interface-usage

List of usage examples for com.google.common.css SubstitutionMap interface-usage

Introduction

In this page you can find the example usage for com.google.common.css SubstitutionMap interface-usage.

Usage

From source file com.google.gwt.resources.gss.RenamingSubstitutionMap.java

/**
 * This SubstitutionMap is used for renaming each style classes of the ast by its corresponding
 * obfuscated name.
 * <p/>
 * It takes care of eventual prefix and not renaming external style classes. It also raise an
 * error if a style class doesn't have a replacement name and strict mode is enabled.