Class ContextAwareTagValueExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.ValueExpression
org.apache.myfaces.view.facelets.el.ContextAwareTagValueExpression
- All Implemented Interfaces:
FacesWrapper<jakarta.el.ValueExpression>
,Externalizable
,Serializable
,ContextAware
,LocationAware
public class ContextAwareTagValueExpression
extends jakarta.el.ValueExpression
implements Externalizable, FacesWrapper<jakarta.el.ValueExpression>, ContextAware
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContextAwareTagValueExpression
(TagAttribute tagAttribute, jakarta.el.ValueExpression valueExpression) ContextAwareTagValueExpression
(Location location, String qName, jakarta.el.ValueExpression valueExpression) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class<?>
getQName()
Class<?>
getType
(jakarta.el.ELContext context) getValue
(jakarta.el.ELContext context) jakarta.el.ValueReference
getValueReference
(jakarta.el.ELContext context) jakarta.el.ValueExpression
int
hashCode()
boolean
boolean
isReadOnly
(jakarta.el.ELContext context) void
void
toString()
void
-
Constructor Details
-
ContextAwareTagValueExpression
public ContextAwareTagValueExpression() -
ContextAwareTagValueExpression
-
ContextAwareTagValueExpression
public ContextAwareTagValueExpression(TagAttribute tagAttribute, jakarta.el.ValueExpression valueExpression)
-
-
Method Details
-
getExpectedType
- Specified by:
getExpectedType
in classjakarta.el.ValueExpression
-
getType
- Specified by:
getType
in classjakarta.el.ValueExpression
-
getValue
- Specified by:
getValue
in classjakarta.el.ValueExpression
-
isReadOnly
public boolean isReadOnly(jakarta.el.ELContext context) - Specified by:
isReadOnly
in classjakarta.el.ValueExpression
-
setValue
- Specified by:
setValue
in classjakarta.el.ValueExpression
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in interfaceContextAware
- Specified by:
getExpressionString
in classjakarta.el.Expression
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjakarta.el.Expression
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
toString
-
getWrapped
public jakarta.el.ValueExpression getWrapped()- Specified by:
getWrapped
in interfaceFacesWrapper<jakarta.el.ValueExpression>
-
getLocation
- Specified by:
getLocation
in interfaceLocationAware
- Returns:
- the
Location
instance where this object exists/is related to
-
getQName
- Specified by:
getQName
in interfaceContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
-
getValueReference
public jakarta.el.ValueReference getValueReference(jakarta.el.ELContext context) - Overrides:
getValueReference
in classjakarta.el.ValueExpression
-