|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.expression.el.DefaultExpressionFactoryUtils
public class DefaultExpressionFactoryUtils
A helper for creating a new expression factory instance using the default expression factory class configured for the VM.
Constructor Summary | |
---|---|
DefaultExpressionFactoryUtils()
|
Method Summary | |
---|---|
static javax.el.ExpressionFactory |
createExpressionFactory()
Creates a new instance of the expression factory configured for this VM. |
static java.lang.String |
getDefaultExpressionFactoryClassName()
Returns the type of ExpressionFactory configured for this VM. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultExpressionFactoryUtils()
Method Detail |
---|
public static java.lang.String getDefaultExpressionFactoryClassName()
public static javax.el.ExpressionFactory createExpressionFactory() throws java.lang.IllegalStateException
java.lang.IllegalStateException
- if the ExpressionFactory class cannot be instantiated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |