Class DynamicBean

java.lang.Object
io.goobi.viewer.managedbeans.DynamicBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class DynamicBean extends Object implements Serializable
Author:
Florian Alpers
See Also:
  • Constructor Details

    • DynamicBean

      public DynamicBean()
  • Method Details

    • setFormGroup

      public void setFormGroup(HtmlPanelGroup group)
    • setHeadGroup

      public void setHeadGroup(HtmlPanelGroup headGroup)
    • getFormGroup

      public HtmlPanelGroup getFormGroup()
      Returns:
      the JSF panel group containing the dynamically built CMS form components
      Throws:
      DAOException
    • getHeadGroup

      public HtmlPanelGroup getHeadGroup()
      Returns:
      the JSF panel group containing the dynamically built CMS head components
      Throws:
      DAOException
    • addComponent

      public void addComponent(String id, String type, Map<String,Object> attributes)
    • receiveScriptCommand

      public void receiveScriptCommand()