List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file org.madsonic.controller.GroupSettingsController.java
/** * Controller for the page used to administrate the set of internet radio/tv stations. * * @author Sindre Mehus */ public class GroupSettingsController extends ParameterizableViewController {
From source file org.openmrs.module.dataentrydelay.web.controller.DataEntryLocationsController.java
/** *This controller is used to get the the location statistics between Range of date(startDate and * endDate) */ public class DataEntryLocationsController extends ParameterizableViewController {
From source file org.openmrs.module.pmtct.web.controller.viewCPNInfoController.java
/** * @author Yves GAKUBA */ public class viewCPNInfoController extends ParameterizableViewController { /**
From source file net.sourceforge.subsonic.controller.DBController.java
/** * Controller for the DB admin page. * * @author Sindre Mehus */ public class DBController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.GroupSettingsController.java
import org.springframework.web.servlet.mvc.ParameterizableViewController; import com.github.hakko.musiccabinet.domain.model.library.LastFmGroup; import com.github.hakko.musiccabinet.service.LastFmService; import com.github.hakko.musiccabinet.service.lastfm.GroupWeeklyArtistChartService;
From source file org.madsonic.controller.DLNASettingsController.java
/** * Controller for the page used to administrate the UPnP/DLNA server settings. * * @author Sindre Mehus */ public class DLNASettingsController extends ParameterizableViewController {
From source file com.carlos.projects.billing.ui.controllers.NewBudgetController.java
/**
* Controller to show the families and components to create a new budget document
*
* @author Carlos Fernandez
* @date 29-Apr-2010
*/
From source file net.sourceforge.subsonic.controller.RightController.java
/** * Controller for the right frame. * * @author Sindre Mehus */ public class RightController extends ParameterizableViewController {
From source file org.openmrs.module.vcttrac.web.controller.VCTClientDashboardFormController.java
/** * @author Yves GAKUBA */ public class VCTClientDashboardFormController extends ParameterizableViewController { private Log log = LogFactory.getLog(getClass());
From source file net.sourceforge.subsonic.controller.HelpController.java
/** * Controller for the help page. * * @author Sindre Mehus */ public class HelpController extends ParameterizableViewController {