Class DefaultGssFunctionMapProvider
java.lang.Object
com.google.common.css.compiler.gssfunctions.DefaultGssFunctionMapProvider
- All Implemented Interfaces:
GssFunctionMapProvider
Provides the default set of functions that are bundled with Closure
Stylesheets.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultGssFunctionMapProvider
public DefaultGssFunctionMapProvider()
-
-
Method Details
-
get
-
get
Description copied from interface:GssFunctionMapProviderGets the map of custom GSS functions for the given class.- Specified by:
getin interfaceGssFunctionMapProvider- Type Parameters:
F- the interface implemented by the GSS functions- Parameters:
gssFunctionClass- the class ofF- Returns:
- a map from each custom function name to its implementation
-