public class

Resin3ContextListener

extends Object
implements ServletContextListener
java.lang.Object
   ↳ com.atlassian.confluence.setup.Resin3ContextListener

Class Overview

listener that checks:

  • whether the user is using resin 3
  • and if so, if they have enabled the resin 3 web.xml (required to make Confluence work under this container)
  • Summary

    Fields
    public static final Category log
    Public Constructors
    Resin3ContextListener()
    Public Methods
    void contextDestroyed(ServletContextEvent servletContextEvent)
    void contextInitialized(ServletContextEvent servletContextEvent)
    static boolean isPatchRequiredAndMissing(ServletContext servletContext)
    [Expand]
    Inherited Methods
    From class java.lang.Object
    From interface javax.servlet.ServletContextListener

    Fields

    public static final Category log

    Public Constructors

    public Resin3ContextListener ()

    Public Methods

    public void contextDestroyed (ServletContextEvent servletContextEvent)

    public void contextInitialized (ServletContextEvent servletContextEvent)

    public static boolean isPatchRequiredAndMissing (ServletContext servletContext)