Class ElFilter.ExpressionFactoryHolder

  • Enclosing class:
    ElFilter

    public static final class ElFilter.ExpressionFactoryHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.el.ExpressionFactory ELFactory  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static javax.el.ExpressionFactory getELFactory()
      ********************************************************************** Get an implementation of the ExpressionFactory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ELFactory

        public static final javax.el.ExpressionFactory ELFactory
    • Constructor Detail

      • ExpressionFactoryHolder

        public ExpressionFactoryHolder()
    • Method Detail

      • getELFactory

        private static final javax.el.ExpressionFactory getELFactory()
        ********************************************************************** Get an implementation of the ExpressionFactory. This uses the Java service lookup mechanism to find a proper implementation. If none is available we do not support EL filters. **********************************************************************