Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class MetaValueExpression
extends ValueExpression
implements Serializable

Meta value expression used to invoke the EL expression that is already the result of a value expression.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
MetaValueExpression(ValueExpression originalValueExpression)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<?> getExpectedType()
           
 String getExpressionString()
           
 Class<?> getType(ELContext context)
           
 Object getValue(ELContext context)
           
 int hashCode()
           
 boolean isLiteralText()
           
 boolean isReadOnly(ELContext context)
           
 void readExternal(ObjectInput in)
           
 void setValue(ELContext context, Object value)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaValueExpression

public MetaValueExpression(ValueExpression originalValueExpression)
Method Detail

equals

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

hashCode

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

getExpressionString

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

isLiteralText

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

getExpectedType

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

getType

public Class<?> getType(ELContext context)
Specified by:
getType in class ValueExpression

getValue

public Object getValue(ELContext context)
Specified by:
getValue in class ValueExpression

isReadOnly

public boolean isReadOnly(ELContext context)
Specified by:
isReadOnly in class ValueExpression

setValue

public void setValue(ELContext context,
                     Object value)
Specified by:
setValue in class ValueExpression

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.