Package org.eclipse.rap.rwt.engine
Class RWTServletContextListener
java.lang.Object
org.eclipse.rap.rwt.engine.RWTServletContextListener
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcontextDestroyed(ServletContextEvent event) voidcontextInitialized(ServletContextEvent event) 
- 
Constructor Details- 
RWTServletContextListenerpublic RWTServletContextListener()
 
- 
- 
Method Details- 
contextInitializedpublic void contextInitialized(ServletContextEvent event) 
- 
contextDestroyedpublic void contextDestroyed(ServletContextEvent event) 
 
-