Package org.glassfish.expressly.lang
Class ELSupport.LambdaHandler
- java.lang.Object
-
- org.glassfish.expressly.lang.ELSupport.LambdaHandler
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- ELSupport
public static class ELSupport.LambdaHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description LambdaHandler(ELContext elContext, LambdaExpression lambdaExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ELContextgetElContext()Objectinvoke(Object proxy, Method method, Object[] args)voidsetElContext(ELContext elContext)
-
-
-
Constructor Detail
-
LambdaHandler
public LambdaHandler(ELContext elContext, LambdaExpression lambdaExpression)
-
-