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 Detail

      • loadWidgets

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

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