private EL() {
}
public static ELContext createELContext(BeanManagerImpl beanManagerImpl) {
StandardELContext context = new StandardELContext(EXPRESSION_FACTORY);
context.addELResolver(beanManagerImpl.getELResolver());
callELContextListeners(context);
return context;
}
public static void callELContextListeners(ELContext context) {