org.apache.shale.test.el
Class MockVariableMapper

java.lang.Object
  extended by javax.el.VariableMapper
      extended by org.apache.shale.test.el.MockVariableMapper

public class MockVariableMapper
extends javax.el.VariableMapper

Mock implementation of VariableMapper.

Since:
1.0.4

Constructor Summary
MockVariableMapper()
          Creates a new instance of MockVariableMapper
 
Method Summary
 javax.el.ValueExpression resolveVariable(String variable)
          
 javax.el.ValueExpression setVariable(String variable, javax.el.ValueExpression expression)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockVariableMapper

public MockVariableMapper()
Creates a new instance of MockVariableMapper

Method Detail

resolveVariable

public javax.el.ValueExpression resolveVariable(String variable)

Specified by:
resolveVariable in class javax.el.VariableMapper

setVariable

public javax.el.ValueExpression setVariable(String variable,
                                            javax.el.ValueExpression expression)

Specified by:
setVariable in class javax.el.VariableMapper


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