List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file org.openmrs.module.vcttrac.web.controller.VCTRegistrationFormController.java
/** * @author Yves GAKUBA */ public class VCTRegistrationFormController extends ParameterizableViewController { /** Logger for this class and subclasses */
From source file net.sourceforge.subsonic.controller.MediaFolderSettingsController.java
/** * Controller for the page used to administrate the set of media folders. * * @author Sindre Mehus */ public class MediaFolderSettingsController extends ParameterizableViewController {
From source file org.openmrs.module.pmtct.web.controller.FollowupMotherController.java
/** * Yves GAKUBA */ public class FollowupMotherController extends ParameterizableViewController { private Log log = LogFactory.getLog(this.getClass());
From source file org.openmrs.module.pmtct.web.controller.PmtctMaternityController.java
/** * @author Yves GAKUBA */ public class PmtctMaternityController extends ParameterizableViewController { private Log log = LogFactory.getLog(this.getClass());
From source file org.openmrs.module.vcttrac.web.controller.VCTProgramEnrollmentController.java
/** * */ public class VCTProgramEnrollmentController extends ParameterizableViewController { private Log log = LogFactory.getLog(getClass());
From source file org.openmrs.module.tracnetreporting.web.controller.TracNetReportingFormController.java
/** * This controller backs the /web/module/tracnetreportingForm.jsp page. This * controller is tied to that jsp page in the * /metadata/moduleApplicationContext.xml file */ public class TracNetReportingFormController extends ParameterizableViewController {
From source file org.openmrs.module.tracnetreporting.web.controller.TracNetPatientViewController.java
/** *This controller backs the /web/module/tracnetpatientsList.jsp page. This * controller is tied to that jsp page in the * /metadata/moduleApplicationContext.xml file */ public class TracNetPatientViewController extends ParameterizableViewController {
From source file org.openmrs.module.quarterlyreporting.web.controller.QuarterlyReportFormController.java
/** * This controller backs the /web/module/basicmoduleForm.jsp page. This * controller is tied to that jsp page in the * /metadata/moduleApplicationContext.xml file */ public class QuarterlyReportFormController extends ParameterizableViewController {