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 SummaryConstructorsConstructorDescriptionContextAwareTagValueExpression(TagAttribute tagAttribute, jakarta.el.ValueExpression valueExpression) ContextAwareTagValueExpression(Location location, String qName, jakarta.el.ValueExpression valueExpression) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanClass<?>getQName()Class<?>getType(jakarta.el.ELContext context) getValue(jakarta.el.ELContext context) jakarta.el.ValueReferencegetValueReference(jakarta.el.ELContext context) jakarta.el.ValueExpressioninthashCode()booleanbooleanisReadOnly(jakarta.el.ELContext context) voidvoidtoString()void
- 
Constructor Details- 
ContextAwareTagValueExpressionpublic ContextAwareTagValueExpression()
- 
ContextAwareTagValueExpression
- 
ContextAwareTagValueExpressionpublic ContextAwareTagValueExpression(TagAttribute tagAttribute, jakarta.el.ValueExpression valueExpression) 
 
- 
- 
Method Details- 
getExpectedType- Specified by:
- getExpectedTypein class- jakarta.el.ValueExpression
 
- 
getType- Specified by:
- getTypein class- jakarta.el.ValueExpression
 
- 
getValue- Specified by:
- getValuein class- jakarta.el.ValueExpression
 
- 
isReadOnlypublic boolean isReadOnly(jakarta.el.ELContext context) - Specified by:
- isReadOnlyin class- jakarta.el.ValueExpression
 
- 
setValue- Specified by:
- setValuein class- jakarta.el.ValueExpression
 
- 
equals- Specified by:
- equalsin class- jakarta.el.Expression
 
- 
getExpressionString- Specified by:
- getExpressionStringin interface- ContextAware
- Specified by:
- getExpressionStringin class- jakarta.el.Expression
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- jakarta.el.Expression
 
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin class- jakarta.el.Expression
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
toString
- 
getWrappedpublic jakarta.el.ValueExpression getWrapped()- Specified by:
- getWrappedin interface- FacesWrapper<jakarta.el.ValueExpression>
 
- 
getLocation- Specified by:
- getLocationin interface- LocationAware
- Returns:
- the Locationinstance where this object exists/is related to
 
- 
getQName- Specified by:
- getQNamein interface- ContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
 
- 
getValueReferencepublic jakarta.el.ValueReference getValueReference(jakarta.el.ELContext context) - Overrides:
- getValueReferencein class- jakarta.el.ValueExpression
 
 
-