public abstract class BaseReadOnlyValueExpression
extends ValueExpression
| Constructor and Description |
|---|
BaseReadOnlyValueExpression(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getExpectedType() |
String |
getExpressionString() |
protected javax.faces.context.FacesContext |
getFacesContext(ELContext elContext) |
Class<?> |
getType(ELContext context) |
abstract Object |
getValue(ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext context) |
void |
setValue(ELContext context,
Object value) |
public BaseReadOnlyValueExpression(Class<?> type)
public Class<?> getExpectedType()
public Class<?> getType(ELContext context)
public abstract Object getValue(ELContext context)
public boolean isReadOnly(ELContext context)
public void setValue(ELContext context,
Object value)
public boolean equals(Object obj)
public String getExpressionString()
public int hashCode()
public boolean isLiteralText()
protected javax.faces.context.FacesContext getFacesContext(ELContext elContext)
Copyright © 2019 JBoss by Red Hat. All Rights Reserved.