Uses of Class
net.sf.colle.web.Controller

Packages that use Controller
net.sf.colle.forms.test   
net.sf.colle.web   
net.sf.colle.web.test   
 

Uses of Controller in net.sf.colle.forms.test
 

Subclasses of Controller in net.sf.colle.forms.test
 class TestFormController
          Test controller for testing net.sf.colle.forms.
 

Uses of Controller in net.sf.colle.web
 

Subclasses of Controller in net.sf.colle.web
 class UnauthenticatedController
          Special controller that does not need an authenticated operator to be viewed.
 

Constructors in net.sf.colle.web with parameters of type Controller
KnownManager(Controller pxController)
          Constructs a control manager for a known controller.
 

Uses of Controller in net.sf.colle.web.test
 

Subclasses of Controller in net.sf.colle.web.test
 class AuthedController
          Test controller for testing net.sf.colle.web.
 class TestController
          Test controller for testing net.sf.colle.web.