public class StandardELResolutionContext
extends javax.el.ELContext
@Handler(condition = "msg.type == 'onClick'")
public void handle(ButtonEvent event)
| Constructor and Description |
|---|
StandardELResolutionContext(Object message) |
| Modifier and Type | Method and Description |
|---|---|
javax.el.ELResolver |
getELResolver()
The resolver for the event object.
|
javax.el.FunctionMapper |
getFunctionMapper() |
javax.el.VariableMapper |
getVariableMapper() |
public StandardELResolutionContext(Object message)
public javax.el.ELResolver getELResolver()
getELResolver in class javax.el.ELContextELContext.getELResolver()public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper in class javax.el.ELContextELContext.getFunctionMapper()public javax.el.VariableMapper getVariableMapper()
getVariableMapper in class javax.el.ELContextELContext.getVariableMapper()Copyright © 2018. All rights reserved.