Ejemplo n.º 1
0
 public static String FilterText(String s) {
   return WebPageAdaptor.FilterText(s);
 }
Ejemplo n.º 2
0
 public static void writeStyle(PrintWriter out, RequestProperties reqState) throws IOException {
   WebPageAdaptor.writeCssLink(out, reqState, "ExpandMenu.css", null);
 }
Ejemplo n.º 3
0
 public static String EncodeURL(RequestProperties reqState, URIArg url) {
   return WebPageAdaptor.EncodeURL(reqState, url);
 }