Class HttpVariableMap

Class implementing the variable mappings.

Synopsis

Since

3.0

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

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.