Class RWTServletContextListener


  • public class RWTServletContextListener
    extends java.lang.Object
    A ServletContextListener that creates and starts an RWT application on initialization and stops it on shutdown. The application to start is read from the init parameter org.eclipse.rap.applicationConfiguration.
    Since:
    2.0
    • Constructor Detail

      • RWTServletContextListener

        public RWTServletContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(ServletContextEvent event)
      • contextDestroyed

        public void contextDestroyed​(ServletContextEvent event)