org.apache.openejb.server.httpd.util
Class HttpUtil
java.lang.Object
org.apache.openejb.server.httpd.util.HttpUtil
public final class HttpUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectSingleAddress
public static String selectSingleAddress(List<String> addresses)
addServlet
public static boolean addServlet(String classname,
WebContext wc,
String mapping)
removeServlet
public static void removeServlet(String mapping,
WebContext wc)
addFilter
public static boolean addFilter(String classname,
WebContext wc,
String mapping,
javax.servlet.FilterConfig config)
removeFilter
public static void removeFilter(String mapping,
WebContext wc)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.