示例#1
0
 public static String FilterText(String s) {
   return WebPageAdaptor.FilterText(s);
 }
示例#2
0
 public static String EncodeURL(RequestProperties reqState, URIArg url) {
   return WebPageAdaptor.EncodeURL(reqState, url);
 }