public static String FilterText(String s) { return WebPageAdaptor.FilterText(s); }
public static String EncodeURL(RequestProperties reqState, URIArg url) { return WebPageAdaptor.EncodeURL(reqState, url); }