public class MetaMethodExpression extends javax.el.MethodExpression implements Serializable
For instance it is useful to use this expression to provide action links defined in NXActions extensions with links like #{documentAction.createDocument('Domain')}.
There is no more than one level of abstraction:
| Constructor and Description |
|---|
MetaMethodExpression(javax.el.MethodExpression originalMethodExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpressionString() |
javax.el.MethodInfo |
getMethodInfo(javax.el.ELContext context) |
int |
hashCode() |
Object |
invoke(javax.el.ELContext context,
Object[] params) |
boolean |
isLiteralText() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public MetaMethodExpression(javax.el.MethodExpression originalMethodExpression)
public boolean equals(Object obj)
equals in class javax.el.Expressionpublic int hashCode()
hashCode in class javax.el.Expressionpublic String getExpressionString()
getExpressionString in class javax.el.Expressionpublic boolean isLiteralText()
isLiteralText in class javax.el.Expressionpublic javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
getMethodInfo in class javax.el.MethodExpressionpublic Object invoke(javax.el.ELContext context, Object[] params)
invoke in class javax.el.MethodExpressionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
IOExceptionCopyright © 2015 Nuxeo SA. All rights reserved.