org.apache.tapestry.services
Interface ClasspathResourceFactory

All Known Implementing Classes:
ClasspathResourceFactoryImpl

public interface ClasspathResourceFactory

Used to create new instances of ClasspathResource.

Since:
4.0
Author:
Howard Lewis Ship

Method Summary
 org.apache.hivemind.util.ClasspathResource newResource(java.lang.String path)
           
 

Method Detail

newResource

org.apache.hivemind.util.ClasspathResource newResource(java.lang.String path)