public final class TagMethodExpression extends jakarta.el.MethodExpression implements Externalizable, FacesWrapper<jakarta.el.MethodExpression>
Constructor and Description |
---|
TagMethodExpression() |
TagMethodExpression(TagAttribute attr,
jakarta.el.MethodExpression orig) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getExpressionString() |
jakarta.el.MethodInfo |
getMethodInfo(jakarta.el.ELContext context) |
jakarta.el.MethodExpression |
getWrapped() |
int |
hashCode() |
Object |
invoke(jakarta.el.ELContext context,
Object[] params) |
boolean |
isLiteralText() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public TagMethodExpression()
public TagMethodExpression(TagAttribute attr, jakarta.el.MethodExpression orig)
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context)
getMethodInfo
in class jakarta.el.MethodExpression
public Object invoke(jakarta.el.ELContext context, Object[] params)
invoke
in class jakarta.el.MethodExpression
public String getExpressionString()
getExpressionString
in class jakarta.el.Expression
public boolean equals(Object obj)
equals
in class jakarta.el.Expression
public int hashCode()
hashCode
in class jakarta.el.Expression
public boolean isLiteralText()
isLiteralText
in class jakarta.el.Expression
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public jakarta.el.MethodExpression getWrapped()
getWrapped
in interface FacesWrapper<jakarta.el.MethodExpression>
Copyright © 2022 The Apache Software Foundation. All rights reserved.