Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.binding
Class MethodValueExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by org.nuxeo.ecm.platform.ui.web.binding.MethodValueExpression
All Implemented Interfaces:
Externalizable, Serializable

Deprecated. method resolution is now supported by jboss-el

@Deprecated
public class MethodValueExpression
extends ValueExpression
implements Externalizable

Method value expression encapsulates a method expression so that it invokes it when evaluated as a standard value expression.

Author:
Anahide Tchertchian
See Also:
Serialized Form

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

MethodValueExpression

public MethodValueExpression()
Deprecated. 

MethodValueExpression

public MethodValueExpression(FunctionMapper functionMapper,
                             VariableMapper variableMapper,
                             MethodExpression methodExpression,
                             Class[] paramTypesClasses)
Deprecated. 
Method Detail

equals

public boolean equals(Object obj)
Deprecated. 
Specified by:
equals in class Expression

hashCode

public int hashCode()
Deprecated. 
Specified by:
hashCode in class Expression

getExpressionString

public String getExpressionString()
Deprecated. 
Specified by:
getExpressionString in class Expression

isLiteralText

public boolean isLiteralText()
Deprecated. 
Specified by:
isLiteralText in class Expression

getExpectedType

public Class<?> getExpectedType()
Deprecated. 
Specified by:
getExpectedType in class ValueExpression

getType

public Class<?> getType(ELContext arg0)
Deprecated. 
Specified by:
getType in class ValueExpression

getValue

public Object getValue(ELContext arg0)
Deprecated. 
Specified by:
getValue in class ValueExpression

isReadOnly

public boolean isReadOnly(ELContext arg0)
Deprecated. 
Specified by:
isReadOnly in class ValueExpression

setValue

public void setValue(ELContext arg0,
                     Object arg1)
Deprecated. 
Specified by:
setValue in class ValueExpression

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Deprecated. 
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Deprecated. 
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.