Package net.engio.mbassy.dispatch.el
Class StandardELResolutionContext.MsgMapper
java.lang.Object
javax.el.VariableMapper
net.engio.mbassy.dispatch.el.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
FieldsModifier and TypeFieldDescriptionprivate static final String
private final javax.el.ValueExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.el.ValueExpression
javax.el.ValueExpression
setVariable
(String s, javax.el.ValueExpression valueExpression)
-
Field Details
-
msg
- See Also:
-
msgExpression
private final javax.el.ValueExpression msgExpression
-
-
Constructor Details
-
MsgMapper
private MsgMapper()
-
-
Method Details
-
resolveVariable
- Specified by:
resolveVariable
in classjavax.el.VariableMapper
-
setVariable
- Specified by:
setVariable
in classjavax.el.VariableMapper
-