Package org.picocontainer.converters
Class UrlConverter
- java.lang.Object
-
- org.picocontainer.converters.UrlConverter
-
-
Constructor Summary
Constructors Constructor Description UrlConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
convert(java.lang.String paramValue)
Performs a conversion between the given parameter value and the target type.
-
-
-
Method Detail
-
convert
public java.net.URL convert(java.lang.String paramValue)
Description copied from interface:Converter
Performs a conversion between the given parameter value and the target type.
-
-