Class StandardELResolutionContext.MsgMapper

  • Enclosing class:
    StandardELResolutionContext

    private class StandardELResolutionContext.MsgMapper
    extends javax.el.VariableMapper
    This mapper resolves the variable identifies "msg" to the message object of the current handler invocation
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String msg  
      private javax.el.ValueExpression msgExpression  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private MsgMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.el.ValueExpression resolveVariable​(java.lang.String s)  
      javax.el.ValueExpression setVariable​(java.lang.String s, javax.el.ValueExpression valueExpression)  
      • Methods inherited from class java.lang.Object

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

      • msgExpression

        private final javax.el.ValueExpression msgExpression
    • Constructor Detail

      • MsgMapper

        private MsgMapper()
    • Method Detail

      • resolveVariable

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

        public javax.el.ValueExpression setVariable​(java.lang.String s,
                                                    javax.el.ValueExpression valueExpression)
        Specified by:
        setVariable in class javax.el.VariableMapper