Serialized Form


Package org.apache.shale.test.el

Class org.apache.shale.test.el.MockMethodExpression extends javax.el.MethodExpression implements Serializable

serialVersionUID: 5694105394290316715L

Serialized Fields

elements

String[] elements

The parsed elements of this expression.


expectedType

Class<T> expectedType

The expected result type for getValue() calls.


expression

String expression

The original expression string used to create this expression.


signature

Class<T>[] signature

The method signature of the method to be called.

Class org.apache.shale.test.el.MockValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: -8649071428507512623L

Serialized Fields

elements

String[] elements

The parsed elements of this expression.


expectedType

Class<T> expectedType

The expected result type for getValue() calls.


expression

String expression

The original expression string used to create this expression.

Class org.apache.shale.test.el.MockVariableValueExpression extends javax.el.ValueExpression implements Serializable

serialVersionUID: 4475919948345298291L

Serialized Fields

expectedType

Class<T> expectedType

The expected result type for getValue() calls.


instance

Object instance

The variable instance being wrapped by this expression.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.