Package net.datenwerke.gf
Class DwGwtFrameworkBase
GuiceServletContextListener
net.datenwerke.gf.DwGwtFrameworkBase
- Direct Known Subclasses:
ReportServerServiceConfig
public abstract class DwGwtFrameworkBase
extends GuiceServletContextListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(ServletContextEvent servletContextEvent) voidcontextInitialized(ServletContextEvent servletContextEvent) voidsessionCreated(HttpSessionEvent event) voidsessionDestroyed(HttpSessionEvent event)
-
Field Details
-
BASE_URL
- See Also:
-
-
Constructor Details
-
DwGwtFrameworkBase
public DwGwtFrameworkBase()
-
-
Method Details
-
sessionCreated
public void sessionCreated(HttpSessionEvent event) -
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event) -
contextInitialized
public void contextInitialized(ServletContextEvent servletContextEvent) -
contextDestroyed
public void contextDestroyed(ServletContextEvent servletContextEvent)
-