Module omix.api
Package omix.util.ext

Class AbstractApplicationExtension

java.lang.Object
omix.util.ext.AbstractApplicationExtension
All Implemented Interfaces:
ApplicationExtensionInterface

public abstract class AbstractApplicationExtension
extends Object
implements ApplicationExtensionInterface

This class implements the ApplicationExtensionInterface with empty methods. The AbstractApplicationExtension class gives access to the ApplicationAccessManager by the protected field accessManager. This class can be derived in order to override needed methods.

Since:
Omix 1.3.11
Author:
Dr. Peter Droste, Omix Visualization
See Also:
ApplicationExtensionInterface