Class SimpleContext.Variables

  • Enclosing class:
    SimpleContext

    static class SimpleContext.Variables
    extends javax.el.VariableMapper
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map<java.lang.String,​javax.el.ValueExpression> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      Variables()  
    • 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
    • Field Detail

      • map

        java.util.Map<java.lang.String,​javax.el.ValueExpression> map
    • Constructor Detail

      • Variables

        Variables()
    • 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