Class PageBeanComponentData

java.lang.Object
org.eclnt.jsfserver.pagebean.provider.PageBeanComponentData

public class PageBeanComponentData extends Object
Information that is passed from the layout into the creation of a page bean. See IPageBeanProvider.
  • Constructor Details

    • PageBeanComponentData

      public PageBeanComponentData(String name, String className, String initData)
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Name of property inside the IPageBeanProvider instance.
    • getInitData

      public String getInitData()
      Value of PAGEBEANINITDATA from ROWPAGEBEANINCLUDE, PAGEBEANINCLUDE, PAGEBEANCOMPONENT component.
    • getClassName

      public String getClassName()
      Value of CLASSNAME from ROWPAGEBEANINCLUDE, PAGEBEANINCLUDE, PAGEBEANCOMPONENT component.