org.apache.el
Class ExpressionFactoryImpl
java.lang.Object
javax.el.ExpressionFactory
org.apache.el.ExpressionFactoryImpl
public class ExpressionFactoryImpl
- extends ExpressionFactory
- Version:
- $Id: ExpressionFactoryImpl.java 959568 2010-07-01 09:35:23Z markt $
- Author:
- Jacob Hookom [jacob@hookom.net]
- See Also:
ExpressionFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionFactoryImpl
public ExpressionFactoryImpl()
coerceToType
public Object coerceToType(Object obj,
Class<?> type)
- Specified by:
coerceToType
in class ExpressionFactory
createMethodExpression
public MethodExpression createMethodExpression(ELContext context,
String expression,
Class<?> expectedReturnType,
Class<?>[] expectedParamTypes)
- Specified by:
createMethodExpression
in class ExpressionFactory
createValueExpression
public ValueExpression createValueExpression(ELContext context,
String expression,
Class<?> expectedType)
- Specified by:
createValueExpression
in class ExpressionFactory
createValueExpression
public ValueExpression createValueExpression(Object instance,
Class<?> expectedType)
- Specified by:
createValueExpression
in class ExpressionFactory
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.