Class BeanPropertiesElContext


  • public class BeanPropertiesElContext
    extends StandardELContext
    Author:
    Guillaume Smet
    • Constructor Detail

      • BeanPropertiesElContext

        public BeanPropertiesElContext​(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