Class ServletContextEvent

    • Constructor Detail

      • ServletContextEvent

        public ServletContextEvent​(ServletContext source)
        Construct a ServletContextEvent from the given context.
        Parameters:
        source - - the ServletContext that is sending the event.
    • Method Detail

      • getServletContext

        public ServletContext getServletContext()
        Return the ServletContext that changed.
        Returns:
        the ServletContext that sent the event.