Class FaceletStateValueExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
org.apache.myfaces.view.facelets.el.FaceletStateValueExpression
- All Implemented Interfaces:
FacesWrapper<jakarta.el.ValueExpression>
,Externalizable
,Serializable
public class FaceletStateValueExpression
extends jakarta.el.ValueExpression
implements Externalizable, FacesWrapper<jakarta.el.ValueExpression>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class<?>
Class<?>
getType
(jakarta.el.ELContext context) getValue
(jakarta.el.ELContext context) jakarta.el.ValueReference
getValueReference
(jakarta.el.ELContext context) jakarta.el.ValueExpression
jakarta.el.ValueExpression
getWrapped
(jakarta.el.ELContext context) int
hashCode()
boolean
boolean
isReadOnly
(jakarta.el.ELContext context) void
void
void
-
Constructor Details
-
FaceletStateValueExpression
public FaceletStateValueExpression() -
FaceletStateValueExpression
-
-
Method Details
-
getWrapped
public jakarta.el.ValueExpression getWrapped()- Specified by:
getWrapped
in interfaceFacesWrapper<jakarta.el.ValueExpression>
-
getWrapped
public jakarta.el.ValueExpression getWrapped(jakarta.el.ELContext context) -
getExpectedType
- Specified by:
getExpectedType
in classjakarta.el.ValueExpression
-
getType
public Class<?> getType(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getType
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
isReadOnly
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
setValue
public void setValue(jakarta.el.ELContext context, Object value) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.PropertyNotWritableException, jakarta.el.ELException - Specified by:
setValue
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.PropertyNotWritableException
jakarta.el.ELException
-
getValue
public Object getValue(jakarta.el.ELContext context) throws NullPointerException, jakarta.el.PropertyNotFoundException, jakarta.el.ELException - Specified by:
getValue
in classjakarta.el.ValueExpression
- Throws:
NullPointerException
jakarta.el.PropertyNotFoundException
jakarta.el.ELException
-
getExpressionString
- Specified by:
getExpressionString
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getValueReference
public jakarta.el.ValueReference getValueReference(jakarta.el.ELContext context) - Overrides:
getValueReference
in classjakarta.el.ValueExpression
-