|
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 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 ValueExpression
public void setValue(ELContext arg0,
Object arg1)
setValue in class ValueExpression
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||