com.google.gwt.resources.css.ast
Class CssUrl

java.lang.Object
  extended by com.google.gwt.resources.css.ast.CssNode
      extended by com.google.gwt.resources.css.ast.CssDef
          extended by 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.


Constructor Summary
CssUrl(java.lang.String key, CssProperty.DotPathValue functionValue)
           
CssUrl(java.lang.String key, java.lang.String functionPath)
           
 
Method Summary
 java.util.List<CssProperty.Value> getValues()
           
 void traverse(CssVisitor visitor, Context context)
           
 
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
 

Constructor Detail

CssUrl

public CssUrl(java.lang.String key,
              java.lang.String functionPath)

CssUrl

public CssUrl(java.lang.String key,
              CssProperty.DotPathValue functionValue)
Method Detail

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