@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.
|
public MethodValueExpression()
public MethodValueExpression(FunctionMapper functionMapper, VariableMapper variableMapper, MethodExpression methodExpression, Class[] paramTypesClasses)
public boolean equals(Object obj)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public String getExpressionString()
getExpressionString
in class Expression
public boolean isLiteralText()
isLiteralText
in class Expression
public Class<?> getExpectedType()
getExpectedType
in class ValueExpression
public Class<?> getType(ELContext arg0)
getType
in class ValueExpression
public Object getValue(ELContext arg0)
getValue
in class ValueExpression
public boolean isReadOnly(ELContext arg0)
isReadOnly
in class ValueExpression
public void setValue(ELContext arg0, Object arg1)
setValue
in class ValueExpression
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2011 Nuxeo SA. All Rights Reserved.