Package org.jboss.weld.test.util.el
Class EL
- java.lang.Object
-
- org.jboss.weld.test.util.el.EL
-
public class EL extends Object
Access to EL- Author:
- Gavin King
-
-
Field Summary
Fields Modifier and Type Field Description static javax.el.ELContextListener[]EL_CONTEXT_LISTENERSstatic javax.el.ExpressionFactoryEXPRESSION_FACTORY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcallELContextListeners(javax.el.ELContext context)static javax.el.ELContextcreateELContext(BeanManagerImpl beanManagerImpl)
-
-
-
Method Detail
-
createELContext
public static javax.el.ELContext createELContext(BeanManagerImpl beanManagerImpl)
-
callELContextListeners
public static void callELContextListeners(javax.el.ELContext context)
-
-