Class AjaxVariableMap

Variable map for ajax applications.

Synopsis

Since

3.1

Inheritance Path.  java.lang.Object-> com.itmill.toolkit.terminal.web.AjaxVariableMap

handleVariables(HttpServletRequest, Terminal.ErrorListener)

Parameters

req

Http request to handle

listeners

If the list is non null, only the listed listeners are served. Otherwise all the listeners are served.

return

Name to Value[] mapping of unhandled variables

Handle all variable changes in this request.

registerVariable(String, Class, Object, VariableOwner)

Parameters

return

id to assigned for this variable.

Register a new variable.

unregisterVariable(String, VariableOwner)

Unregisters a variable.