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.CleanupSettingsController.java

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

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

/**
 * Controller for the artist page.
 */
public class ArtistDetailsController extends ParameterizableViewController {

    private ArtistInfoService artistInfoService;

From source file org.openmrs.module.vcttrac.web.controller.VCTStatisticsController.java

/**
 * mapped to /module/@MODULE_ID@/vctStatisticsForm.jsp
 */
public class VCTStatisticsController extends ParameterizableViewController {

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

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

import org.springframework.web.servlet.support.RequestContextUtils;

import com.github.hakko.musiccabinet.domain.model.aggr.LibraryStatistics;
import com.github.hakko.musiccabinet.domain.model.music.Artist;
import com.github.hakko.musiccabinet.service.LibraryBrowserService;
import com.github.hakko.musiccabinet.service.LibraryUpdateService;

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

/**
 * Controller for the main page.
 *
 * @author Sindre Mehus
 */
public class MainController extends ParameterizableViewController {

From source file org.openmrs.module.vcttrac.web.controller.VCTClientViewController.java

/**
 * @author Yves GAKUBA
 */
public class VCTClientViewController extends ParameterizableViewController {

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

From source file edu.duke.cabig.c3pr.web.DashboardController.java

/**
 * User: ion Date: Jun 11, 2008 Time: 1:56:21 PM
 */

public class DashboardController extends ParameterizableViewController {

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

/**
 * Controller for the artist page.
 */
public class ArtistController extends ParameterizableViewController {

    private SecurityService securityService;

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

import org.springframework.web.servlet.view.RedirectView;

import com.github.hakko.musiccabinet.configuration.Uri;
import com.github.hakko.musiccabinet.domain.model.aggr.ArtistRecommendation;
import com.github.hakko.musiccabinet.domain.model.library.LastFmUser;
import com.github.hakko.musiccabinet.domain.model.library.Period;

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

/**
 * Controller for the main page.
 *
 * @author Sindre Mehus
 */
public class MainController extends ParameterizableViewController {