com.sun.el
Class ExpressionFactoryImpl
java.lang.Object
javax.el.ExpressionFactory
com.sun.el.ExpressionFactoryImpl
public class ExpressionFactoryImpl
- extends ExpressionFactory
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: tcfujii $
- 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 java.lang.Object coerceToType(java.lang.Object obj,
java.lang.Class type)
- Specified by:
coerceToType in class ExpressionFactory
createMethodExpression
public MethodExpression createMethodExpression(ELContext context,
java.lang.String expression,
java.lang.Class expectedReturnType,
java.lang.Class[] expectedParamTypes)
- Specified by:
createMethodExpression in class ExpressionFactory
createValueExpression
public ValueExpression createValueExpression(ELContext context,
java.lang.String expression,
java.lang.Class expectedType)
- Specified by:
createValueExpression in class ExpressionFactory
createValueExpression
public ValueExpression createValueExpression(java.lang.Object instance,
java.lang.Class expectedType)
- Specified by:
createValueExpression in class ExpressionFactory
Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.