org.riotfamily.riot.resource
Class ResourceMapping

java.lang.Object
  extended by org.riotfamily.riot.resource.ResourceMapping

public class ResourceMapping
extends Object


Constructor Summary
ResourceMapping()
           
 
Method Summary
 Resource getLocation()
           
 String getPath()
           
 Resource getResource(String path)
           
 void setLocation(Resource location)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMapping

public ResourceMapping()
Method Detail

getLocation

public Resource getLocation()

setLocation

public void setLocation(Resource location)

getPath

public String getPath()

setPath

public void setPath(String path)

getResource

public Resource getResource(String path)
                     throws IOException
Throws:
IOException