public class DefaultExpressionFactoryUtils extends Object
Constructor and Description |
---|
DefaultExpressionFactoryUtils() |
Modifier and Type | Method and Description |
---|---|
static javax.el.ExpressionFactory |
createExpressionFactory()
Creates a new instance of the expression factory configured for this VM.
|
static String |
getDefaultExpressionFactoryClassName()
Returns the type of ExpressionFactory configured for this VM.
|
public static String getDefaultExpressionFactoryClassName()
public static javax.el.ExpressionFactory createExpressionFactory() throws IllegalStateException
IllegalStateException
- if the ExpressionFactory class cannot be instantiated