public class ServletContextHolderListener extends Object implements ServletContextListener
Some of the factory/managers (e.g. the ObjectFactory) need access to
the {@link org.apache.struts2.ServletActionContext} object when initializing.
This {@link javax.servlet.ServletContextListener} keeps a reference to the
{@link javax.servlet.ServletContext} and exposes it through a public static
method.