Uses of Class
javax.el.ExpressionFactory
-
Packages that use ExpressionFactory Package Description javax.el Provides the API for the Unified Expression Language 3.0 -
-
Uses of ExpressionFactory in javax.el
Fields in javax.el declared as ExpressionFactory Modifier and Type Field Description private static ExpressionFactoryELUtil. exprFactoryprivate ExpressionFactoryELProcessor. factoryFields in javax.el with type parameters of type ExpressionFactory Modifier and Type Field Description private java.lang.ref.WeakReference<ExpressionFactory>Util.CacheValue. refMethods in javax.el that return ExpressionFactory Modifier and Type Method Description static ExpressionFactoryELManager. getExpressionFactory()Return the ExpressionFactory instance used for EL evaluations.(package private) static ExpressionFactoryELUtil. getExpressionFactory()ExpressionFactoryUtil.CacheValue. getExpressionFactory()(package private) static ExpressionFactoryUtil. getExpressionFactory()Provides a per class loader cache of ExpressionFactory instances without pinning any in memory as that could trigger a memory leak.static ExpressionFactoryExpressionFactory. newInstance()Creates a new instance of aExpressionFactory.static ExpressionFactoryExpressionFactory. newInstance(java.util.Properties properties)Create a new instance of aExpressionFactory, with optional properties.Methods in javax.el with parameters of type ExpressionFactory Modifier and Type Method Description voidUtil.CacheValue. setExpressionFactory(ExpressionFactory factory)Constructors in javax.el with parameters of type ExpressionFactory Constructor Description StandardELContext(ExpressionFactory factory)Construct a default ELContext for a stand-alone environment.
-