| java.lang.Object com.sun.mobile.util.ContentUtils
ContentUtils | public class ContentUtils (Code) | | Content Util Class
author: John Saare author: Robert O'Brien author: Dean Polla version: 1.0 |
escapeClientType | public static String escapeClientType(String userAgent)(Code) | | "escape" characters in the userAgent that cannot be used for the
clientType - since the clientType is stored as the RDN. replaces them
with "_" (underscores). Used by MAPClientDetector, Transform and
portal desktop
|
rfc2396Escape | public static String rfc2396Escape(String encode, String uriFragment)(Code) | | Escape HTTP URI fragment per RFC2396
Parameters: uriFragment - escaped String. |
|
|