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

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

public class InterfaceViewControllerChecker
extends java.lang.Object

This is the checker class for interface view controllers.


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

Constructor Detail

InterfaceViewControllerChecker

public InterfaceViewControllerChecker()
Method Detail

getInstance

public static InterfaceViewControllerChecker 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 an interface view controller. The following checks are performed: - Is the controller really an interface view controller? The following methods are called: - checkInboundPlugs (ViewControllerChecker) - checkOutboundPlugs (ViewControllerChecker) This method calls the checker for the interface view.
Parameters:
controller - The interface view 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.