org.riotfamily.forms.resource
Class ScriptResource

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

public class ScriptResource
extends Object
implements FormResource


Constructor Summary
ScriptResource(String url)
           
ScriptResource(String url, String test, FormResource... dependencies)
           
 
Method Summary
 void accept(ResourceVisitor vistor)
           
 boolean equals(Object obj)
           
 Collection<FormResource> getDependencies()
           
 String getTest()
           
 String getUrl()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptResource

public ScriptResource(String url)

ScriptResource

public ScriptResource(String url,
                      String test,
                      FormResource... dependencies)
Method Detail

getUrl

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

getTest

public String getTest()

getDependencies

public Collection<FormResource> getDependencies()

accept

public void accept(ResourceVisitor vistor)
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