Uses of Class
org.scopemvc.core.ControlException

Packages that use ControlException
org.scopemvc.controller.basic An implementation of Controller that responds to Controls issued by its View in response to user interaction, or from child Controllers as a result of the hierarchical chain of responsiblity (see HMVC: The layered pattern for developing strong client tiers for a general discussion of this pattern ). 
 

Uses of ControlException in org.scopemvc.controller.basic
 

Methods in org.scopemvc.controller.basic that throw ControlException
protected  void BasicController.doHandleControl(Control inControl)
           Custom implementation of some presentation logic.
 



Copyright © 2000-2002 The Scope Team. All Rights Reserved.