|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.Expression
javax.el.ValueExpression
org.nuxeo.ecm.platform.ui.web.binding.MethodValueExpression
@Deprecated public class MethodValueExpression
Method value expression encapsulates a method expression so that it invokes it when evaluated as a standard value expression.
Constructor Summary | |
---|---|
MethodValueExpression()
Deprecated. |
|
MethodValueExpression(FunctionMapper functionMapper,
VariableMapper variableMapper,
MethodExpression methodExpression,
Class[] paramTypesClasses)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodValueExpression()
public MethodValueExpression(FunctionMapper functionMapper, VariableMapper variableMapper, MethodExpression methodExpression, Class[] paramTypesClasses)
Method Detail |
---|
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
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |