Class ClasspathURLConverterImpl
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.services.ClasspathURLConverterImpl
 
 
- 
- All Implemented Interfaces:
 ClasspathURLConverter
public class ClasspathURLConverterImpl extends Object implements ClasspathURLConverter
Default implementation that returns the URLs unchanged. 
- 
- 
Constructor Summary
Constructors Constructor Description ClasspathURLConverterImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLconvert(URL url)Passed a URL provided byClassLoader.getResources(String)to check to see if can be converted. 
 - 
 
- 
- 
Constructor Detail
- 
ClasspathURLConverterImpl
public ClasspathURLConverterImpl()
 
 - 
 
- 
Method Detail
- 
convert
public URL convert(URL url)
Description copied from interface:ClasspathURLConverterPassed a URL provided byClassLoader.getResources(String)to check to see if can be converted.- Specified by:
 convertin interfaceClasspathURLConverter- Parameters:
 url- to check- Returns:
 - the url, or an equivalent url of type jar: or file:
 
 
 - 
 
 -