Class ELContextImpl

java.lang.Object
javax.el.ELContext
org.apache.jasper.el.ELContextImpl

public class ELContextImpl extends ELContext
Implementation of ELContext.
  • Constructor Details

    • ELContextImpl

      public ELContextImpl(ExpressionFactory factory)
    • ELContextImpl

      public ELContextImpl(ELResolver resolver)
      Create a new ELContextImpl with the given resolver.
      Parameters:
      resolver - The EL resolver to use
  • Method Details