Package org.javlo.utilThymeleaf
Class ThymeleafConfig
- java.lang.Object
-
- org.javlo.utilThymeleaf.ThymeleafConfig
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
public class ThymeleafConfig extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description ThymeleafConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-