The UIComponent.decode Method
- Called by JSF at the beginning of the life cycle, but only if the
component renders itself.
- Decodes request parameters.
- Typically, request parameter values are transferred to component
properties or attributes as submitted values.
- Recall distinction:
- Request Value: string sent to server from browser
- Submitted Value: string stored in component object
- Local Value: string converted to arbitrary type