Interface IPageBeanComponent

All Superinterfaces:
IConfiguredByLayout, IDynamicContentBindingObject, IPageBean
All Known Implementing Classes:
ComplexValueEditor, NullContentWrapper, PageBeanComponent, ROWComplexValueEditor

public interface IPageBeanComponent extends IPageBean, IConfiguredByLayout
Interface to page bean components.

...all methods moved into the meantime to IPageBean because they are of general usage...
  • Method Details

    • initializePageBeanStarted

      void initializePageBeanStarted()
      Tell page bean that the initialization is finished.
    • initializePageBean

      void initializePageBean(Map<String,String> initData)
      Pass initialization parameters from JSP definition into the page bean. The values of attribute PAGEBEANINITDATA are passed as map of strings.
    • initializePageBeanConfigItems

      void initializePageBeanConfigItems(List<PageBeanConfigItem> configItems)
      Pass initialization configuration items from JSP definition into the page bean.
    • initializePageBeanFinished

      void initializePageBeanFinished()
      Tell page bean that the initialization is finished.
    • isInitialized

      boolean isInitialized()
      Check if page bean is already initialized. If no then the initializePageBean(Map) method will be called by the rendering processing.