
By declaring a context you essentially defined its structure. However, to fill a context with values and work with these values at runtime, you need to use the program to control the runtime behavior of the context. To do this, you use the controller methods for the context in question. The most simple example is the WDDOINIT hook method . However, in principle you can use all controller methods whose implementation you can influence to edit the context. As well as hook methods, these are event handlers , free methods , and supply functions .
The sections below contain information on the individual program steps required in relation to context programming.