Class BeanMethodsELContext


  • public class BeanMethodsELContext
    extends StandardELContext
    Author:
    Hardy Ferentschik, Guillaume Smet
    • Constructor Detail

      • BeanMethodsELContext

        public BeanMethodsELContext​(ExpressionFactory expressionFactory)
    • Method Detail

      • addELResolver

        public void addELResolver​(ELResolver cELResolver)
        Description copied from class: StandardELContext
        Add a custom ELResolver to the context. The list of the custom ELResolvers will be accessed in the order they are added. A custom ELResolver added to the context cannot be removed.
        Overrides:
        addELResolver in class StandardELContext
        Parameters:
        cELResolver - The new ELResolver to be added to the context