org.apache.tapestry.services.impl
Class ClasspathResourceFactoryImpl

java.lang.Object
  extended by org.apache.tapestry.services.impl.ClasspathResourceFactoryImpl
All Implemented Interfaces:
ClasspathResourceFactory

public class ClasspathResourceFactoryImpl
extends Object
implements ClasspathResourceFactory

Implementation of ClasspathResourceFactory.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ClasspathResourceFactoryImpl()
           
 
Method Summary
 ClasspathResource newResource(String path)
           
 void setClassResolver(ClassResolver resolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathResourceFactoryImpl

public ClasspathResourceFactoryImpl()
Method Detail

newResource

public ClasspathResource newResource(String path)
Specified by:
newResource in interface ClasspathResourceFactory

setClassResolver

public void setClassResolver(ClassResolver resolver)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.