Uses of Class
magoffin.matt.ma2.web.AbstractController

Packages that use AbstractController
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.admin   
magoffin.matt.ma2.web.service   
 

Uses of AbstractController in magoffin.matt.ma2.web
 

Subclasses of AbstractController in magoffin.matt.ma2.web
 class LogoffController
          Controller to handle logging a user out.
 

Uses of AbstractController in magoffin.matt.ma2.web.admin
 

Subclasses of AbstractController in magoffin.matt.ma2.web.admin
 class HomeController
          Controller for the admin home view.
 

Uses of AbstractController in magoffin.matt.ma2.web.service
 

Subclasses of AbstractController in magoffin.matt.ma2.web.service
 class JobsInfoController
          Controller to get the IDs of all work tickets for the current user.
 class NoopController
          Does not do anything but forward to success view.