@Deprecated public class MethodValueExpression extends ValueExpression implements Externalizable
| Constructor and Description |
|---|
MethodValueExpression()
Deprecated.
|
MethodValueExpression(FunctionMapper functionMapper,
VariableMapper variableMapper,
MethodExpression methodExpression,
Class[] paramTypesClasses)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
Class<?> |
getExpectedType()
Deprecated.
|
String |
getExpressionString()
Deprecated.
|
Class<?> |
getType(ELContext arg0)
Deprecated.
|
Object |
getValue(ELContext arg0)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isLiteralText()
Deprecated.
|
boolean |
isReadOnly(ELContext arg0)
Deprecated.
|
void |
readExternal(ObjectInput in)
Deprecated.
|
void |
setValue(ELContext arg0,
Object arg1)
Deprecated.
|
void |
writeExternal(ObjectOutput out)
Deprecated.
|
getValueReferencepublic MethodValueExpression()
public MethodValueExpression(FunctionMapper functionMapper, VariableMapper variableMapper, MethodExpression methodExpression, Class[] paramTypesClasses)
public boolean equals(Object obj)
equals in class Expressionpublic int hashCode()
hashCode in class Expressionpublic String getExpressionString()
getExpressionString in class Expressionpublic boolean isLiteralText()
isLiteralText in class Expressionpublic Class<?> getExpectedType()
getExpectedType in class ValueExpressionpublic Class<?> getType(ELContext arg0)
getType in class ValueExpressionpublic Object getValue(ELContext arg0)
getValue in class ValueExpressionpublic boolean isReadOnly(ELContext arg0)
isReadOnly in class ValueExpressionpublic void setValue(ELContext arg0, Object arg1)
setValue in class ValueExpressionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.