Package com.google.gwt.resources.gss
Class ResourceUrlFunction
java.lang.Object
com.google.gwt.resources.gss.ResourceUrlFunction
- All Implemented Interfaces:
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
public class ResourceUrlFunction
extends Object
implements com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
Gss function that create the needed nodes in order to correctly get the url of a resource.
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static interface
-
Constructor Summary
ConstructorDescriptionResourceUrlFunction
(ResourceContext context) ResourceUrlFunction
(ResourceContext context, ResourceUrlFunction.MethodByPathHelper methodByPathHelper) -
Method Summary
Modifier and TypeMethodDescriptionList
<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> getCallResultNodes
(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> cssValueNodes, com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) getCallResultString
(List<String> strings) static String
getName()
-
Constructor Details
-
ResourceUrlFunction
-
ResourceUrlFunction
ResourceUrlFunction(ResourceContext context, ResourceUrlFunction.MethodByPathHelper methodByPathHelper)
-
-
Method Details
-
getName
-
getNumExpectedArguments
- Specified by:
getNumExpectedArguments
in interfacecom.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
-
getCallResultNodes
public List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> getCallResultNodes(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 - Specified by:
getCallResultNodes
in interfacecom.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
- Throws:
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
-
getCallResultString
public String getCallResultString(List<String> strings) throws com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException - Specified by:
getCallResultString
in interfacecom.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
- Throws:
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
-