Class XMLWidgetProcessor

  • All Implemented Interfaces:
    WidgetProcessor

    public final class XMLWidgetProcessor
    extends WidgetProcessorImpl
    A processor for handling requests for widget metadata.
    Author:
    Alex Kalderimis
    • Method Detail

      • instance

        public static WidgetProcessor instance()
        Returns:
        The singleton widget processor.
      • process

        public java.util.List<java.lang.String> process​(java.lang.String name,
                                                        WidgetConfig widgetConfig)
        Description copied from class: WidgetProcessorImpl
        Process a list called x with a widget y
        Specified by:
        process in interface WidgetProcessor
        Specified by:
        process in class WidgetProcessorImpl
        Parameters:
        name - the name of the list.
        widgetConfig - the description of the widget.
        Returns:
        results.