Example usage for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage

List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage.

Usage

From source file org.madsonic.controller.InternetRadioSettingsController.java

/**
 * Controller for the page used to administrate the set of internet radio/tv stations.
 *
 * @author Sindre Mehus
 */
public class InternetRadioSettingsController extends ParameterizableViewController {

From source file net.sourceforge.subsonic.controller.TopController.java

/**
 * Controller for the top frame.
 *
 * @author Sindre Mehus
 */
public class TopController extends ParameterizableViewController {

From source file org.openmrs.module.patientalerts.web.controller.AlertCategoryListController.java

/**
 *
 */
public class AlertCategoryListController extends ParameterizableViewController {

    /** Logger for this class and subclasses */

From source file org.openmrs.module.patientalerts.web.controller.AlertsCategoryViewController.java

/**
 *
 */
public class AlertsCategoryViewController extends ParameterizableViewController {

    /** Logger for this class and subclasses */

From source file net.sourceforge.subsonic.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 jndi.view.JndiView.java

/**
 * @author Alistair A. Israel
 */
@Controller
@RequestMapping("*")
public class JndiView extends ParameterizableViewController {

From source file net.sourceforge.subsonic.controller.SonosSettingsController.java

/**
 * Controller for the page used to administrate the Sonos music service settings.
 *
 * @author Sindre Mehus
 */
public class SonosSettingsController extends ParameterizableViewController {

From source file net.sourceforge.subsonic.controller.InternetRadioSettingsController.java

/**
 * Controller for the page used to administrate the set of internet radio/tv stations.
 *
 * @author Sindre Mehus
 */
public class InternetRadioSettingsController extends ParameterizableViewController {

From source file org.madsonic.controller.LyricsController.java

/**
 * Controller for the lyrics popup.
 *
 * @author Sindre Mehus
 */
public class LyricsController extends ParameterizableViewController {

From source file com.carlos.projects.billing.ui.controllers.LoadComponentsController.java

/**
 * Controller to load the components for a given family code
 *
 * @author Carlos Fernandez
 * @date 25 May 2010
 */