Package org.apache.manifoldcf.core.util
-
Class Summary Class Description Converter Various useful converter methods for working with JDBC outputURLDecoder Wrapper ofURLDecoderIntends to replace java.net.URLDecoder.decode(String s, "UTF-8") avoidingUnsupportedEncodingExceptionhandling.URLEncoder Wrapper ofURLEncoderIntends to replace java.net.URLEncoder.encode(String s, "UTF-8") avoidingUnsupportedEncodingExceptionhandling.