com.sap.ide.webdynpro.checklayer.controller
Class InterfaceControllerChecker
java.lang.Object
|
+--com.sap.ide.webdynpro.checklayer.controller.InterfaceControllerChecker
- public class InterfaceControllerChecker
- extends java.lang.Object
This is the checker class for component interface controllers.
|
Method Summary |
static void |
check(com.sap.ide.metamodel.webdynpro.component.controller.Controller controller,
boolean fullCheck,
CheckResult checkResult)
This method starts the checks for a component interface controller.
|
void |
check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
boolean fullCheck,
CheckResult checkResult)
|
static InterfaceControllerChecker |
getInstance()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceControllerChecker
public InterfaceControllerChecker()
getInstance
public static InterfaceControllerChecker getInstance()
check
public void check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
boolean fullCheck,
CheckResult checkResult)
- See Also:
IWebDynproChecker.check(DevelopmentObject, boolean, CheckResult)
check
public static void check(com.sap.ide.metamodel.webdynpro.component.controller.Controller controller,
boolean fullCheck,
CheckResult checkResult)
- This method starts the checks for a component interface controller.
The following checks are performed:
- Is the controller really a component interface controller?
This method calls the checker for the component interface.
- Parameters:
controller - The custom controller to check.fullCheck - This parameter has no effect for this method.checkResult - The found errors and warnings are stored
in this object.
Copyright © 2005 SAP AG. All Rights Reserved.