org.jboss.seam.core
Interface Expressions.MethodExpression<T>

Type Parameters:
T - the method return type
All Superinterfaces:
Serializable
Enclosing class:
Expressions

public static interface Expressions.MethodExpression<T>
extends 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.

Author:
Gavin King

Method Summary
 String getExpressionString()
           
 T invoke(Object... args)
           
 javax.el.MethodExpression toUnifiedMethodExpression()
           
 

Method Detail

invoke

T invoke(Object... args)

getExpressionString

String getExpressionString()

toUnifiedMethodExpression

javax.el.MethodExpression toUnifiedMethodExpression()
Returns:
the underlying Unified EL MethodExpression