Writing a Common Widget Processor

It is possible to write a widget processor that will work for all widgets.

Let's assume you want to write a widget processor called CustomCommonWidgetProcessor that will belong to the package com.mycompany.controller.processor.

The actual process of writing such a processor is the same as that described inWriting a Widget Processor.