...
6.1.1. view hook types
hook type | description |
---|---|
| This hook is executed before view state initialization |
| This hook is executed after initialization, but before event execution |
| This is most common used hook type. This hook is executed after event execution, just before response is send to clients browser |
...