org.jboss.seam.core
T
- the type of the valuepublic static interface Expressions.ValueExpression<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getExpressionString() |
Class<T> |
getType() |
T |
getValue() |
void |
setValue(T value) |
javax.el.ValueExpression |
toUnifiedValueExpression() |
Copyright © 2015 Seam Framework. All Rights Reserved.