public class

CssUrl

extends CssDef
java.lang.Object
   ↳ com.google.gwt.resources.css.ast.CssNode
     ↳ com.google.gwt.resources.css.ast.CssDef
       ↳ com.google.gwt.resources.css.ast.CssUrl

Class Overview

A reference to a DataResource that results in a url expression being inserted into the generated CSS.

Summary

Public Constructors
CssUrl(String key, String functionPath)
CssUrl(String key, CssProperty.DotPathValue functionValue)
Public Methods
List<CssProperty.Value> getValues()
void traverse(CssVisitor visitor, Context context)
[Expand]
Inherited Methods
From class com.google.gwt.resources.css.ast.CssDef
From class com.google.gwt.resources.css.ast.CssNode
From class java.lang.Object
From interface com.google.gwt.resources.css.ast.CssVisitable

Public Constructors

public CssUrl (String key, String functionPath)

public CssUrl (String key, CssProperty.DotPathValue functionValue)

Public Methods

public List<CssProperty.Value> getValues ()

public void traverse (CssVisitor visitor, Context context)