com.sap.ide.webdynpro.checklayer.controller
Class CustomControllerChecker

java.lang.Object
  |
  +--com.sap.ide.webdynpro.checklayer.controller.CustomControllerChecker

public class CustomControllerChecker
extends java.lang.Object

This is the checker class for custom controllers.


Constructor Summary
CustomControllerChecker()
           
 
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 custom controller.
 void check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject, boolean fullCheck, CheckResult checkResult)
           
static CustomControllerChecker getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomControllerChecker

public CustomControllerChecker()
Method Detail

getInstance

public static CustomControllerChecker 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 custom controller. The following checks are performed: - Is the controller really a custom controller? This method does not call any other checkers.
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.