30313233343536
resolver.add(new BeanELResolver()); return resolver; } public static ELContext createELContext(Object base) { return createELContext(createELResolver(base), new FunctionMapperImpl()); }
43444546474849
resolver.add( new BeanELResolver() ); return resolver; } public static ELContext createELContext() { return createELContext( EL_RESOLVER, new FunctionMapperImpl() ); }