Class StandardVariableMapper


  • public class StandardVariableMapper
    extends javax.el.VariableMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardVariableMapper

        public StandardVariableMapper()
    • Method Detail

      • setVariable

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

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