This method is called when this bean is initially added to
application scope. Typically, this occurs as a result of evaluating
a value binding or method binding expression, which utilizes the
managed bean facility to instantiate this bean and store it into
application scope.
You may customize this method to initialize and cache application wide
data values (such as the lists of valid options for dropdown list
components), or to allocate resources that are required for the
lifetime of the application.
|