org.atmosphere.di
Class ServletContextHolder
java.lang.Object
org.atmosphere.di.ServletContextHolder
public final class ServletContextHolder
- extends Object
Holds the reference of an object being able to return the current ServletContext of the web application
- Since:
- 0.7
- Author:
- Mathieu Carbou
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
register
public static void register(ServletContextProvider provider)
getServletContext
public static javax.servlet.ServletContext getServletContext()
Copyright © 2013. All Rights Reserved.