public abstract class ForwardingValueExpression
extends ValueExpression
| Constructor and Description |
|---|
ForwardingValueExpression() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ValueExpression |
delegate() |
boolean |
equals(Object obj) |
Class |
getExpectedType() |
String |
getExpressionString() |
Class |
getType(ELContext context) |
Object |
getValue(ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext context) |
void |
setValue(ELContext context,
Object value) |
String |
toString() |
protected abstract ValueExpression delegate()
public Class getExpectedType()
public Class getType(ELContext context)
public Object getValue(ELContext context)
public boolean isReadOnly(ELContext context)
public void setValue(ELContext context,
Object value)
public String getExpressionString()
public boolean isLiteralText()
public boolean equals(Object obj)
public int hashCode()
public String toString()
Copyright © 2013 Seam Framework. All Rights Reserved.