public class FaceletStateValueExpression extends jakarta.el.ValueExpression implements Externalizable, FacesWrapper<jakarta.el.ValueExpression>
Constructor and Description |
---|
FaceletStateValueExpression() |
FaceletStateValueExpression(String uniqueId,
String key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<?> |
getExpectedType() |
String |
getExpressionString() |
Class<?> |
getType(jakarta.el.ELContext context) |
Object |
getValue(jakarta.el.ELContext context) |
jakarta.el.ValueReference |
getValueReference(jakarta.el.ELContext context) |
jakarta.el.ValueExpression |
getWrapped() |
jakarta.el.ValueExpression |
getWrapped(jakarta.el.ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(jakarta.el.ELContext context) |
void |
readExternal(ObjectInput in) |
void |
setValue(jakarta.el.ELContext context,
Object value) |
void |
writeExternal(ObjectOutput out) |
public jakarta.el.ValueExpression getWrapped()
getWrapped
in interface FacesWrapper<jakarta.el.ValueExpression>
public jakarta.el.ValueExpression getWrapped(jakarta.el.ELContext context)
public Class<?> getExpectedType()
getExpectedType
in class jakarta.el.ValueExpression
public Class<?> getType(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException
getType
in class jakarta.el.ValueExpression
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
public boolean isReadOnly(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException
isReadOnly
in class jakarta.el.ValueExpression
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
public void setValue(jakarta.el.ELContext context, Object value) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.PropertyNotWritableException, jakarta.el.ELException
setValue
in class jakarta.el.ValueExpression
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.PropertyNotWritableException
jakarta.el.ELException
public Object getValue(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException
getValue
in class jakarta.el.ValueExpression
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
public String getExpressionString()
getExpressionString
in class jakarta.el.Expression
public boolean isLiteralText()
isLiteralText
in class jakarta.el.Expression
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public int hashCode()
hashCode
in class jakarta.el.Expression
public boolean equals(Object obj)
equals
in class jakarta.el.Expression
public jakarta.el.ValueReference getValueReference(jakarta.el.ELContext context)
getValueReference
in class jakarta.el.ValueExpression
Copyright © 2022 The Apache Software Foundation. All rights reserved.