Class ServletContextUtil

java.lang.Object
com.sun.xml.wss.util.ServletContextUtil

public class ServletContextUtil extends Object
As the ServletContext is not a mandatory dependency, we have to expect it is not present. To avoid direct dependency on the ServletContext class we created this class. If the ServletContext class is not available or given object is not it's instance, static methods return null.
Author:
David Matejcek