com.google.gwt.resources.css.ast
Class CssUrl
java.lang.Object
com.google.gwt.resources.css.ast.CssNode
com.google.gwt.resources.css.ast.CssDef
com.google.gwt.resources.css.ast.CssUrl
- All Implemented Interfaces:
- CssVisitable
public class CssUrl
- extends CssDef
A reference to a DataResource that results in a url expression being inserted
into the generated CSS.
| Methods inherited from class com.google.gwt.resources.css.ast.CssDef |
getKey |
| Methods inherited from class com.google.gwt.resources.css.ast.CssNode |
toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CssUrl
public CssUrl(java.lang.String key,
java.lang.String functionPath)
CssUrl
public CssUrl(java.lang.String key,
CssProperty.DotPathValue functionValue)
getValues
public java.util.List<CssProperty.Value> getValues()
- Overrides:
getValues in class CssDef
traverse
public void traverse(CssVisitor visitor,
Context context)
- Specified by:
traverse in interface CssVisitable- Overrides:
traverse in class CssDef