Writing the Java Class

The custom controller must extend the class com.escenic.framework.controller.AbstractController and override whatever methods are necessary to customize the controller functionality in the way you require. It is also possible to implement the interface com.escenic.framework.controller.Controller directly, but then it is not possible to reuse the common logic that is provided byAbstractController.

For information about the operations performed by AbstractController and the methods that can be overridden, please see the Javadoc for this class.