org.jboss.seam.el
Class SeamExpressionFactory
java.lang.Object
javax.el.ExpressionFactory
org.jboss.seam.el.SeamExpressionFactory
public class SeamExpressionFactory
- extends javax.el.ExpressionFactory
Allows JSF action listener methods to not declare the
totally useless ActionEvent parameter if they don't
want to.
- Author:
- Gavin King
|
Field Summary |
static javax.el.ExpressionFactory |
INSTANCE
|
|
Method Summary |
java.lang.Object |
coerceToType(java.lang.Object obj,
java.lang.Class targetType)
|
javax.el.MethodExpression |
createMethodExpression(javax.el.ELContext elContext,
java.lang.String expression,
java.lang.Class returnType,
java.lang.Class[] paramTypes)
|
javax.el.ValueExpression |
createValueExpression(javax.el.ELContext elContext,
java.lang.String expression,
java.lang.Class expectedType)
|
javax.el.ValueExpression |
createValueExpression(java.lang.Object instance,
java.lang.Class expectedType)
|
| 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 |
INSTANCE
public static final javax.el.ExpressionFactory INSTANCE
coerceToType
public java.lang.Object coerceToType(java.lang.Object obj,
java.lang.Class targetType)
- Specified by:
coerceToType in class javax.el.ExpressionFactory
createMethodExpression
public javax.el.MethodExpression createMethodExpression(javax.el.ELContext elContext,
java.lang.String expression,
java.lang.Class returnType,
java.lang.Class[] paramTypes)
- Specified by:
createMethodExpression in class javax.el.ExpressionFactory
createValueExpression
public javax.el.ValueExpression createValueExpression(java.lang.Object instance,
java.lang.Class expectedType)
- Specified by:
createValueExpression in class javax.el.ExpressionFactory
createValueExpression
public javax.el.ValueExpression createValueExpression(javax.el.ELContext elContext,
java.lang.String expression,
java.lang.Class expectedType)
- Specified by:
createValueExpression in class javax.el.ExpressionFactory
Copyright © 2011 Seam Framework. All Rights Reserved.