public class ResourceUrlFunction
extends java.lang.Object
implements com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
Modifier and Type | Class and Description |
---|---|
(package private) static interface |
ResourceUrlFunction.MethodByPathHelper |
Constructor and Description |
---|
ResourceUrlFunction(ResourceContext context) |
ResourceUrlFunction(ResourceContext context,
ResourceUrlFunction.MethodByPathHelper methodByPathHelper) |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
getCallResultNodes(java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> cssValueNodes,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
java.lang.String |
getCallResultString(java.util.List<java.lang.String> strings) |
static java.lang.String |
getName() |
java.lang.Integer |
getNumExpectedArguments() |
public ResourceUrlFunction(ResourceContext context)
ResourceUrlFunction(ResourceContext context, ResourceUrlFunction.MethodByPathHelper methodByPathHelper)
public static java.lang.String getName()
public java.lang.Integer getNumExpectedArguments()
getNumExpectedArguments
in interface com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
public java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> getCallResultNodes(java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> cssValueNodes, com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) throws com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
getCallResultNodes
in interface com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
public java.lang.String getCallResultString(java.util.List<java.lang.String> strings) throws com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
getCallResultString
in interface com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException