public abstract class ForwardingExpressionFactory extends ExpressionFactory
| Constructor and Description |
|---|
ForwardingExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
coerceToType(Object obj,
Class<?> targetType) |
MethodExpression |
createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
ValueExpression |
createValueExpression(ELContext context,
String expression,
Class<?> expectedType) |
ValueExpression |
createValueExpression(Object instance,
Class<?> expectedType) |
protected abstract ExpressionFactory |
delegate() |
boolean |
equals(Object obj) |
Map<String,Method> |
getInitFunctionMap() |
ELResolver |
getStreamELResolver() |
int |
hashCode() |
String |
toString() |
newInstance, newInstanceprotected abstract ExpressionFactory delegate()
public Object coerceToType(Object obj, Class<?> targetType)
coerceToType in class ExpressionFactorypublic MethodExpression createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
createMethodExpression in class ExpressionFactorypublic ValueExpression createValueExpression(Object instance, Class<?> expectedType)
createValueExpression in class ExpressionFactorypublic ValueExpression createValueExpression(ELContext context, String expression, Class<?> expectedType)
createValueExpression in class ExpressionFactorypublic ELResolver getStreamELResolver()
getStreamELResolver in class ExpressionFactorypublic Map<String,Method> getInitFunctionMap()
getInitFunctionMap in class ExpressionFactoryCopyright © 2014. All Rights Reserved.