|
||||||||
| 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
| Constructor Summary | |
|---|---|
ExpressionFactory()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
coerceToType(java.lang.Object obj,
java.lang.Class<?> expectedType)
|
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)
|
| 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<?> expectedType)
throws ELException
ELException
public abstract ValueExpression createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedType)
throws java.lang.NullPointerException,
ELException
java.lang.NullPointerException
ELException
public abstract ValueExpression createValueExpression(java.lang.Object instance,
java.lang.Class<?> expectedType)
public abstract MethodExpression createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class<?> expectedReturnType,
java.lang.Class<?>[] expectedParamTypes)
throws ELException,
java.lang.NullPointerException
ELException
java.lang.NullPointerException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||