Package org.camunda.bpm.engine.rest
Class CustomJacksonDateFormatListener
- java.lang.Object
-
- org.camunda.bpm.engine.rest.CustomJacksonDateFormatListener
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.ServletContextListener
public class CustomJacksonDateFormatListener extends java.lang.Object implements javax.servlet.ServletContextListener
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTEXT_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description CustomJacksonDateFormatListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)
-
-
-
Field Detail
-
CONTEXT_PARAM_NAME
public static final java.lang.String CONTEXT_PARAM_NAME
- See Also:
- Constant Field Values
-
-
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
-
-