org.apache.openejb.server.httpd.util
Class HttpUtil

java.lang.Object
  extended by org.apache.openejb.server.httpd.util.HttpUtil

public final class HttpUtil
extends Object


Method Summary
static boolean addFilter(String classname, WebContext wc, String mapping, javax.servlet.FilterConfig config)
           
static boolean addServlet(String classname, WebContext wc, String mapping)
           
static void removeFilter(String mapping, WebContext wc)
           
static void removeServlet(String mapping, WebContext wc)
           
static String selectSingleAddress(List<String> addresses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.