Loading the Page

At the display phase the server interface invokes the loadData() method on the PodContainer class. The PodContainer uses the PodContainerManager to identify all the Pods to be displayed on the page using the information in the PAGECONFIG and USERPAGECONFIG database tables. The PodContainerManager then identifies the PodLoader for each Pod to be displayed using the information in the PodType and PodLoaderBindings codetables. The PodContainer manager invokes the createPod() method on each PodLoader. The PodLoader supplies the data for a single Pod and the PodContainerManger builds up the cumulative data for all the Pods within the container.