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