Class RWTServletContextListener

java.lang.Object
org.eclipse.rap.rwt.engine.RWTServletContextListener

public class RWTServletContextListener extends 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 Details

    • RWTServletContextListener

      public RWTServletContextListener()
  • Method Details

    • contextInitialized

      public void contextInitialized(ServletContextEvent event)
    • contextDestroyed

      public void contextDestroyed(ServletContextEvent event)