Package net.engio.mbassy.dispatch.el
Class ElFilter.ExpressionFactoryHolder
java.lang.Object
net.engio.mbassy.dispatch.el.ElFilter.ExpressionFactoryHolder
- Enclosing class:
ElFilter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final javax.el.ExpressionFactory
********************************************************************** Get an implementation of the ExpressionFactory.
-
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. **********************************************************************
-