Controller for 1.x widgets

The 1.x widgets that used java.util.HashMap can still be used with widget framework 2.1 or higher. For this there is a controller called LegacyMapController. This can be used for all widgets or for some particular widget. To use this for all widgets, the configuration in ControllerFactory.properties file will be

$class=com.escenic.framework.controller.factory.ControllerFactory
defaultController=/com/escenic/framework/controller/impl/LegacyMapController
      

To use this for a particular widget, the configuration in ControllerFactory.properties file will be

$class=com.escenic.framework.controller.factory.ControllerFactory
controller.stories=/com/escenic/framework/controller/impl/LegacyMapController