Class ElFilter.ExpressionFactoryHolder

java.lang.Object
net.engio.mbassy.dispatch.el.ElFilter.ExpressionFactoryHolder
Enclosing class:
ElFilter

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

    Fields
    Modifier and Type
    Field
    Description
    static final javax.el.ExpressionFactory
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static final javax.el.ExpressionFactory
    ********************************************************************** 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 Details

    • ELFactory

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

    • ExpressionFactoryHolder

      public ExpressionFactoryHolder()
  • Method Details

    • 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. **********************************************************************