List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file org.madsonic.controller.ImportPlaylistController.java
/** * @author Sindre Mehus */ public class ImportPlaylistController extends ParameterizableViewController { private static final long MAX_PLAYLIST_SIZE_MB = 5L;
From source file net.sourceforge.subsonic.controller.PodcastReceiverController.java
/** * Controller for the "Podcast receiver" page. * * @author Sindre Mehus */ public class PodcastReceiverController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.RandomPlaylistController.java
/** * Controller for the creating a random playlist. * * @author Sindre Mehus */ public class RandomPlaylistController extends ParameterizableViewController {
From source file org.openmrs.module.pmtct.web.controller.PmtctHomeGeneralController.java
/** * @author Yves GAKUBA */ public class PmtctHomeGeneralController extends ParameterizableViewController { private Log log = LogFactory.getLog(this.getClass());
From source file org.openmrs.module.drugorderexport.web.controller.StartTreatmentController.java
/** * */ public class StartTreatmentController extends ParameterizableViewController { protected final Log log = LogFactory.getLog(getClass());
From source file org.openmrs.module.logmanager.web.controller.EventViewerController.java
/** * Controller for event view page */ public class EventViewerController extends ParameterizableViewController { protected static final Log log = LogFactory.getLog(EventViewerController.class);
From source file org.openmrs.module.pmtct.web.controller.UpdatePatientInformationController.java
/** * @author Yves GAKUBA */ public class UpdatePatientInformationController extends ParameterizableViewController { private Log log = LogFactory.getLog(this.getClass());
From source file net.sourceforge.subsonic.controller.StatusController.java
/** * Controller for the status page. * * @author Sindre Mehus */ public class StatusController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.AccessSettingsController.java
/*
This file is part of Madsonic.
Madsonic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
From source file net.sourceforge.subsonic.controller.ImportPlaylistController.java
/** * @author Sindre Mehus */ public class ImportPlaylistController extends ParameterizableViewController { private static final long MAX_PLAYLIST_SIZE_MB = 5L;