Package org.apache.openejb.cdi
Class Proxys
java.lang.Object
org.apache.openejb.cdi.Proxys
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
handlerProxy
(InvocationHandler raw, Class<T> main, Class<?>... type) static <T> T
threadLocalProxy
(Class<T> type, ThreadLocal<? extends T> threadLocal, T defaultValue) static jakarta.servlet.http.HttpSession
threadLocalRequestSessionProxy
(ThreadLocal<? extends jakarta.servlet.http.HttpServletRequest> threadLocal, jakarta.servlet.http.HttpSession defaultValue)
-
Method Details
-
threadLocalProxy
public static <T> T threadLocalProxy(Class<T> type, ThreadLocal<? extends T> threadLocal, T defaultValue) -
threadLocalRequestSessionProxy
public static jakarta.servlet.http.HttpSession threadLocalRequestSessionProxy(ThreadLocal<? extends jakarta.servlet.http.HttpServletRequest> threadLocal, jakarta.servlet.http.HttpSession defaultValue) -
handlerProxy
-