Class MapperLocatorDelegate
- java.lang.Object
-
- org.apache.johnzon.websocket.internal.mapper.MapperLocatorDelegate
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener
,EventListener
public class MapperLocatorDelegate extends Object implements jakarta.servlet.ServletContextListener
-
-
Field Summary
Fields Modifier and Type Field Description private static String
ATTRIBUTE
private static Map<ClassLoader,Supplier<Mapper>>
MAPPER_BY_LOADER
-
Constructor Summary
Constructors Constructor Description MapperLocatorDelegate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent)
void
contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent)
static Mapper
locate()
private static Mapper
newMapper()
-
-
-
Field Detail
-
MAPPER_BY_LOADER
private static final Map<ClassLoader,Supplier<Mapper>> MAPPER_BY_LOADER
-
ATTRIBUTE
private static final String ATTRIBUTE
-
-
Method Detail
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent)
- Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-
locate
public static Mapper locate()
-
newMapper
private static Mapper newMapper()
-
-