palio.modules.el
Class PalioVariableMapper

java.lang.Object
  extended by javax.el.VariableMapper
      extended by palio.modules.el.PalioVariableMapper

public class PalioVariableMapper
extends javax.el.VariableMapper


Constructor Summary
PalioVariableMapper(javax.el.ExpressionFactory expressionFactory)
           
 
Method Summary
 javax.el.ValueExpression resolveVariable(java.lang.String variable)
           
 javax.el.ValueExpression setVariable(java.lang.String variable, javax.el.ValueExpression expression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PalioVariableMapper

public PalioVariableMapper(javax.el.ExpressionFactory expressionFactory)
Method Detail

resolveVariable

public javax.el.ValueExpression resolveVariable(java.lang.String variable)
Specified by:
resolveVariable in class javax.el.VariableMapper

setVariable

public javax.el.ValueExpression setVariable(java.lang.String variable,
                                            javax.el.ValueExpression expression)
Specified by:
setVariable in class javax.el.VariableMapper