org.openfaces.validation.core
Interface Expressions.MethodExpression<T>
- Type Parameters:
T
- the method return type
- All Superinterfaces:
- java.io.Serializable
- Enclosing class:
- Expressions
public static interface Expressions.MethodExpression<T>
- extends java.io.Serializable
A method expression - an EL expression that evaluates to
a method. This interface is just a genericized version of
the Unified EL ValueExpression interface.
invoke
T invoke(java.lang.Object... args)
getExpressionString
java.lang.String getExpressionString()
toUnifiedMethodExpression
javax.el.MethodExpression toUnifiedMethodExpression()
- Returns:
- the underlying Unified EL MethodExpression
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.