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