org.openfaces.validation.core
Interface Expressions.ValueExpression<T>

Type Parameters:
T - the type of the value
All Superinterfaces:
java.io.Serializable
Enclosing class:
Expressions

public static interface Expressions.ValueExpression<T>
extends java.io.Serializable

A value expression - an EL expression that evaluates to an attribute getter or get/set pair. This interface is just a genericized version of the Unified EL ValueExpression interface.


Method Summary
 java.lang.String getExpressionString()
           
 java.lang.Class<T> getType()
           
 T getValue()
           
 void setValue(T value)
           
 javax.el.ValueExpression toUnifiedValueExpression()
           
 

Method Detail

getValue

T getValue()

setValue

void setValue(T value)

getExpressionString

java.lang.String getExpressionString()

getType

java.lang.Class<T> getType()

toUnifiedValueExpression

javax.el.ValueExpression toUnifiedValueExpression()
Returns:
the underlying Unified EL ValueExpression


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.