org.aludratest.service.gui.web.uimap
Class UIMapUtility
java.lang.Object
org.aludratest.service.gui.web.uimap.UIMapUtility
public abstract class UIMapUtility
- extends Object
Abstract base class for so-called "UIMap Utilities". A UIMap Utility is a
class which can be used by UIMaps to perform recurring or complex tasks.
All public methods of the utility class must be static, and the constructor
must not be visible (package-private or private).
This base class serves as a marker class to identify a concrete class as
UIMap Utility class via its class hierarchy. UIMap Utilities are allowed to
reference and work with UIMap classes, while most other classes are not. The
AludraTest PMD checks check for this rule, e.g. the
UIMapUsageRestriction
rule.
- Author:
- falbrech
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIMapUtility
public UIMapUtility()
Copyright © 2015 aludratest.org. All rights reserved.