Class ContextAwareTagMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.apache.myfaces.view.facelets.el.ContextAwareTagMethodExpression
- All Implemented Interfaces:
- FacesWrapper<jakarta.el.MethodExpression>,- Externalizable,- Serializable,- ContextAware,- LocationAware
public final class ContextAwareTagMethodExpression
extends jakarta.el.MethodExpression
implements Externalizable, FacesWrapper<jakarta.el.MethodExpression>, ContextAware
- Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionContextAwareTagMethodExpression(TagAttribute tagAttribute, jakarta.el.MethodExpression methodExpression) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanjakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context) getQName()jakarta.el.MethodExpressioninthashCode()booleanvoidtoString()voidMethods inherited from class jakarta.el.MethodExpressiongetMethodReference, isParametersProvided
- 
Constructor Details- 
ContextAwareTagMethodExpressionpublic ContextAwareTagMethodExpression()
- 
ContextAwareTagMethodExpressionpublic ContextAwareTagMethodExpression(TagAttribute tagAttribute, jakarta.el.MethodExpression methodExpression) 
 
- 
- 
Method Details- 
getMethodInfopublic jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) - Specified by:
- getMethodInfoin class- jakarta.el.MethodExpression
 
- 
invoke- Specified by:
- invokein class- jakarta.el.MethodExpression
 
- 
getExpressionString- Specified by:
- getExpressionStringin interface- ContextAware
- Specified by:
- getExpressionStringin class- jakarta.el.Expression
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
 
- 
equals- Specified by:
- equalsin class- jakarta.el.Expression
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- jakarta.el.Expression
 
- 
isLiteralTextpublic boolean isLiteralText()- Specified by:
- isLiteralTextin class- jakarta.el.Expression
 
- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
toString
- 
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"
 
- 
getWrappedpublic jakarta.el.MethodExpression getWrapped()- Specified by:
- getWrappedin interface- FacesWrapper<jakarta.el.MethodExpression>
 
 
-