Class JsonbLocatorDelegate
- java.lang.Object
-
- org.apache.johnzon.websocket.jsonb.JsonbLocatorDelegate
-
- All Implemented Interfaces:
java.util.EventListener
,javax.servlet.ServletContextListener
public class JsonbLocatorDelegate extends java.lang.Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description JsonbLocatorDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
void
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
static javax.json.bind.Jsonb
locate()
private static javax.json.bind.Jsonb
newInstance()
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-
locate
public static javax.json.bind.Jsonb locate()
-
newInstance
private static javax.json.bind.Jsonb newInstance()
-
-