Module org.apache.johnzon.websocket
Class IgnoreIfMissing
java.lang.Object
org.apache.johnzon.websocket.internal.servlet.IgnoreIfMissing
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
- Direct Known Subclasses:
JsonbLocator,MapperLocator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent sce) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce)
-
Field Details
-
delegate
-
skipped
private boolean skipped
-
-
Constructor Details
-
IgnoreIfMissing
-
-
Method Details
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-