Package org.apache.ofbiz.widget
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
loadWidgets()
Registers screen widgets with the widget factory.
-