com.sun.el
Class ExpressionFactoryImpl
java.lang.Object
javax.el.ExpressionFactory
com.sun.el.ExpressionFactoryImpl
public class ExpressionFactoryImpl
- extends javax.el.ExpressionFactory
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Jacob Hookom [jacob@hookom.net]
- See Also:
ExpressionFactory
Methods inherited from class javax.el.ExpressionFactory |
newInstance, newInstance |
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 javax.el.ExpressionFactory
createMethodExpression
public javax.el.MethodExpression createMethodExpression(javax.el.ELContext context,
String expression,
Class expectedReturnType,
Class[] expectedParamTypes)
- Specified by:
createMethodExpression
in class javax.el.ExpressionFactory
createValueExpression
public javax.el.ValueExpression createValueExpression(javax.el.ELContext context,
String expression,
Class expectedType)
- Specified by:
createValueExpression
in class javax.el.ExpressionFactory
createValueExpression
public javax.el.ValueExpression createValueExpression(Object instance,
Class expectedType)
- Specified by:
createValueExpression
in class javax.el.ExpressionFactory
Copyright © 2013. All Rights Reserved.