|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.el.ExpressionFactory
public abstract class ExpressionFactory
Represents an EL expression factory
| Constructor Summary | |
|---|---|
ExpressionFactory()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
coerceToType(java.lang.Object obj,
java.lang.Class<?> targetType)
|
abstract MethodExpression |
createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
|
abstract ValueExpression |
createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType)
|
abstract ValueExpression |
createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType)
|
static ExpressionFactory |
newInstance()
|
static ExpressionFactory |
newInstance(java.util.Properties properties)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionFactory()
| Method Detail |
|---|
public abstract java.lang.Object coerceToType(java.lang.Object obj,
java.lang.Class<?> targetType)
throws ELException
ELException
public abstract MethodExpression createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
throws ELException
ELException
public abstract ValueExpression createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType)
throws ELException
ELException
public abstract ValueExpression createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType)
throws ELException
ELExceptionpublic static ExpressionFactory newInstance()
public static ExpressionFactory newInstance(java.util.Properties properties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||