Package io.undertow.servlet.core
Class ServletExtensionHolder
- java.lang.Object
-
- io.undertow.servlet.core.ServletExtensionHolder
-
public class ServletExtensionHolder extends java.lang.ObjectHolder for global ServletExtension services. This is particularly useful in an OSGi environment where classloader constraints lead to the ServiceLoader not able to see ServletExtension implementations.
-
-
Constructor Summary
Constructors Constructor Description ServletExtensionHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ServletExtension>getServletExtensions()
-
-
-
Method Detail
-
getServletExtensions
public static java.util.List<ServletExtension> getServletExtensions()
-
-