com.sap.ide.webdynpro.checklayer.componentcontrollerusage
Class ComponentControllerUsageChecker

java.lang.Object
  |
  +--com.sap.ide.webdynpro.checklayer.componentcontrollerusage.ComponentControllerUsageChecker
All Implemented Interfaces:
IWebDynproChecker

public class ComponentControllerUsageChecker
extends java.lang.Object
implements IWebDynproChecker

This is the checker class for all controllers. Additionally there are checker classes for the different types of controllers that will check the controller type specific stuff.


Constructor Summary
ComponentControllerUsageChecker()
           
 
Method Summary
static void check(com.sap.ide.metamodel.webdynpro.component.ComponentControllerUsage componentControllerUsage, boolean fullCheck, CheckResult checkResult)
          This method starts the checks for a component controller usage.
 void check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject, boolean fullCheck, CheckResult checkResult)
           
static ComponentControllerUsageChecker getInstance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentControllerUsageChecker

public ComponentControllerUsageChecker()
Method Detail

getInstance

public static ComponentControllerUsageChecker getInstance()

check

public void check(com.sap.ide.metamodel.general.DevelopmentObject developmentObject,
                  boolean fullCheck,
                  CheckResult checkResult)
Specified by:
check in interface IWebDynproChecker
See Also:
IWebDynproChecker.check(DevelopmentObject, boolean, CheckResult)

check

public static void check(com.sap.ide.metamodel.webdynpro.component.ComponentControllerUsage componentControllerUsage,
                         boolean fullCheck,
                         CheckResult checkResult)
This method starts the checks for a component controller usage. The following checks are performed: (None right now) The following checkers are called: - checkContext
Parameters:
componentControllerUsage - The component controller usage 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.