Package org.apache.openejb.server.httpd
Class WebBeansListenerHelper
java.lang.Object
org.apache.openejb.server.httpd.WebBeansListenerHelper
Deprecated.
this features is imo highly questionable. We should rather fix the root of the issue
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroyFakedRequest(jakarta.servlet.ServletRequestListener listener) Deprecated.static voidensureRequestScope(org.apache.webbeans.spi.ContextsService cs, jakarta.servlet.ServletRequestListener listener) Deprecated.
-
Method Details
-
destroyFakedRequest
public static void destroyFakedRequest(jakarta.servlet.ServletRequestListener listener) Deprecated. -
ensureRequestScope
public static void ensureRequestScope(org.apache.webbeans.spi.ContextsService cs, jakarta.servlet.ServletRequestListener listener) Deprecated.
-