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