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

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

public class ConfigurationControllerChecker
extends java.lang.Object

This is the checker class for component configuration controllers.


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

Constructor Detail

ConfigurationControllerChecker

public ConfigurationControllerChecker()
Method Detail

getInstance

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