org.riotfamily.forms.resource
Class StylesheetResource

java.lang.Object
  extended by org.riotfamily.forms.resource.StylesheetResource
All Implemented Interfaces:
FormResource

public class StylesheetResource
extends Object
implements FormResource


Constructor Summary
StylesheetResource(String url)
           
 
Method Summary
 void accept(ResourceVisitor visitor)
           
 boolean equals(Object obj)
           
 String getUrl()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetResource

public StylesheetResource(String url)
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface FormResource

accept

public void accept(ResourceVisitor visitor)
Specified by:
accept in interface FormResource

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object