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.openmrs.module.pmtct.web.controller.PmtctConfigurationController.java

/**
 *
 */
public class PmtctConfigurationController extends ParameterizableViewController {

    private Log log = LogFactory.getLog(this.getClass());

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

/**
 * Controller for the creating a random play queue.
 *
 * @author Sindre Mehus
 */
public class RandomPlayQueueController extends ParameterizableViewController {

From source file org.openmrs.module.ezvacimmunization.web.controller.VaccineListController.java

public class VaccineListController extends ParameterizableViewController {

    /** Logger for this class and subclasses */
    protected final Log log = LogFactory.getLog(getClass());

    @Override

From source file org.openmrs.module.logmanager.web.controller.ToolsController.java

/**
 * Controller for tools page
 */
public class ToolsController extends ParameterizableViewController {

    protected static final Log log = LogFactory.getLog(ToolsController.class);

From source file org.openmrs.module.mohappointment.web.controller.AppointmentDashboardByProviderFormController.java

import org.springframework.web.servlet.mvc.ParameterizableViewController;

/**
 * @author Yves GAKUBA
 * 
 */

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

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

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

/**
 * Controller for the page used to administrate the set of transcoding configurations.
 *
 * @author Sindre Mehus
 */
public class TranscodingSettingsController extends ParameterizableViewController {

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

/**
 * Controller for the creating the XSPF playlist, used be the Flash-based embedded player.
 *
 * @author Sindre Mehus
 */
public class XspfPlaylistController extends ParameterizableViewController {

From source file org.openmrs.module.logmanager.web.controller.AppenderListController.java

/**
 * Abstract base class for statistical query controllers
 */
public class AppenderListController extends ParameterizableViewController {

    protected static final Log log = LogFactory.getLog(AppenderListController.class);

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

/**
 * @author Madevil
 */
public class LastFMSettingsController extends ParameterizableViewController {

    private ArtistDao artistDao;