org.apache.tomee.catalina
Class BackportUtil

java.lang.Object
  extended by org.apache.tomee.catalina.BackportUtil

public class BackportUtil
extends Object

Version:
$Rev$ $Date$

Nested Class Summary
static interface BackportUtil.API
           
static class BackportUtil.Tomcat55
           
static class BackportUtil.Tomcat6
           
static class BackportUtil.Tomcat7
           
 
Constructor Summary
BackportUtil()
           
 
Method Summary
static String findServiceName(org.apache.catalina.deploy.NamingResources naming, String refName)
           
static BackportUtil.API getAPI()
           
static org.apache.catalina.core.NamingContextListener getNamingContextListener(org.apache.catalina.core.StandardContext standardContext)
           
static javax.servlet.Servlet getServlet(org.apache.catalina.Wrapper wrapper)
           
static void removeService(org.apache.catalina.core.NamingContextListener namingContextListener, String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackportUtil

public BackportUtil()
Method Detail

getAPI

public static BackportUtil.API getAPI()

getServlet

public static javax.servlet.Servlet getServlet(org.apache.catalina.Wrapper wrapper)

getNamingContextListener

public static org.apache.catalina.core.NamingContextListener getNamingContextListener(org.apache.catalina.core.StandardContext standardContext)

findServiceName

public static String findServiceName(org.apache.catalina.deploy.NamingResources naming,
                                     String refName)

removeService

public static void removeService(org.apache.catalina.core.NamingContextListener namingContextListener,
                                 String serviceName)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.