Interface WidgetLoader


public interface WidgetLoader
A service that registers screen widget classes with the screen widget factory. Applications implement this interface to add their widget implementations to the OFBiz framework.

Implementations must have their class names in the META-INF/service/org.apache.ofbiz.widget.WidgetLoader file.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Registers screen widgets with the widget factory.
  • Method Details

    • loadWidgets

      void loadWidgets()
      Registers screen widgets with the widget factory.

      Implementations register screen widget classes by calling the WidgetFactory registerXxxx methods.