Uses of Class
javax.el.ExpressionFactory
-
-
Uses of ExpressionFactory in javax.el
Methods in javax.el that return ExpressionFactory Modifier and Type Method Description static ExpressionFactoryELManager. getExpressionFactory()Return the ExpressionFactory instance used for EL evaluations.static ExpressionFactoryExpressionFactory. newInstance()Creates a new instance of aExpressionFactory.static ExpressionFactoryExpressionFactory. newInstance(Properties properties)Create a new instance of aExpressionFactory, with optional properties.Constructors in javax.el with parameters of type ExpressionFactory Constructor Description StandardELContext(ExpressionFactory factory)Construct a default ELContext for a stand-alone environment.
-