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 Summary
ConstructorsConstructorDescriptionContextAwareTagMethodExpression
(TagAttribute tagAttribute, jakarta.el.MethodExpression methodExpression) -
Method Summary
Modifier and TypeMethodDescriptionboolean
jakarta.el.MethodInfo
getMethodInfo
(jakarta.el.ELContext context) getQName()
jakarta.el.MethodExpression
int
hashCode()
boolean
void
toString()
void
Methods inherited from class jakarta.el.MethodExpression
getMethodReference, isParametersProvided
-
Constructor Details
-
ContextAwareTagMethodExpression
public ContextAwareTagMethodExpression() -
ContextAwareTagMethodExpression
public ContextAwareTagMethodExpression(TagAttribute tagAttribute, jakarta.el.MethodExpression methodExpression)
-
-
Method Details
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) - Specified by:
getMethodInfo
in classjakarta.el.MethodExpression
-
invoke
- Specified by:
invoke
in classjakarta.el.MethodExpression
-
getExpressionString
- Specified by:
getExpressionString
in interfaceContextAware
- Specified by:
getExpressionString
in classjakarta.el.Expression
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
-
equals
- Specified by:
equals
in classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
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
-
toString
-
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"
-
getWrapped
public jakarta.el.MethodExpression getWrapped()- Specified by:
getWrapped
in interfaceFacesWrapper<jakarta.el.MethodExpression>
-