Package org.joinfaces.test.mock
Class MockValueExpression
- java.lang.Object
 - 
- javax.el.Expression
 - 
- javax.el.ValueExpression
 - 
- org.joinfaces.test.mock.MockValueExpression
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class MockValueExpression extends ValueExpression
Value Expression Mock.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MockValueExpression()MockValueExpression(String value) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Class<?>getExpectedType()StringgetExpressionString()Class<?>getType(ELContext elc)ObjectgetValue(ELContext elc)inthashCode()booleanisLiteralText()booleanisReadOnly(ELContext elc)voidsetValue(ELContext elc, Object o)- 
Methods inherited from class javax.el.ValueExpression
getValueReference 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MockValueExpression
public MockValueExpression(String value)
 
- 
MockValueExpression
public MockValueExpression()
 
 - 
 
- 
Method Detail
- 
getValue
public Object getValue(ELContext elc)
- Specified by:
 getValuein classValueExpression
 
- 
setValue
public void setValue(ELContext elc, Object o)
- Specified by:
 setValuein classValueExpression
 
- 
isReadOnly
public boolean isReadOnly(ELContext elc)
- Specified by:
 isReadOnlyin classValueExpression
 
- 
getType
public Class<?> getType(ELContext elc)
- Specified by:
 getTypein classValueExpression
 
- 
getExpectedType
public Class<?> getExpectedType()
- Specified by:
 getExpectedTypein classValueExpression
 
- 
getExpressionString
public String getExpressionString()
- Specified by:
 getExpressionStringin classExpression
 
- 
isLiteralText
public boolean isLiteralText()
- Specified by:
 isLiteralTextin classExpression
 
- 
equals
public boolean equals(Object o)
- Specified by:
 equalsin classExpression
 
- 
canEqual
protected boolean canEqual(Object other)
 
- 
hashCode
public int hashCode()
- Specified by:
 hashCodein classExpression
 
 - 
 
 -