ADF Life Cycle in Action: Step 1
Initialize Context
The first phase is to initialize the context. The context is an instance of:
oracle.adf.controller.v2.context.LifecycleContext
This sets the value of the associated request, binding container, and life cycle in the context. The page definition file is used to create the bindingContainer object, which is the run-time representation of the page definition for the requested page.