List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file org.openmrs.module.vcttrac.web.controller.VCTClientListingController.java
/** * */ public class VCTClientListingController extends ParameterizableViewController { private Log log = LogFactory.getLog(this.getClass());
From source file net.sourceforge.subsonic.controller.ExternalPlayerController.java
import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map;
From source file net.sourceforge.subsonic.controller.RandomPlayQueueController.java
private List<ReloadFrame> reloadFrames; private SearchService searchService; protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response) throws Exception {
From source file net.sourceforge.subsonic.controller.VideoConversionSettingsController.java
/** * Controller for the page used to administrate the video conversions. * * @author Sindre Mehus */ public class VideoConversionSettingsController extends ParameterizableViewController {
From source file org.madsonic.controller.HelpController.java
/** * Controller for the help page. * * @author Sindre Mehus */ public class HelpController extends ParameterizableViewController {
From source file org.madsonic.controller.ExternalPlayerController.java
/** * Controller for the page used to play shared music (Twitter, Facebook etc). * * @author Sindre Mehus */ public class ExternalPlayerController extends ParameterizableViewController {
From source file edu.duke.cabig.c3pr.web.ViewInboxController.java
/** * User: Vinay G Date: Jun 11, 2008 Time: 1:56:21 PM */ public class ViewInboxController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.ShareSettingsController.java
public class ShareSettingsController extends ParameterizableViewController { private ShareService shareService; private SecurityService securityService; private MediaFileService mediaFileService;
From source file org.madsonic.controller.EditTagsController.java
/** * Controller for the page used to edit MP3 tags. * * @author Sindre Mehus */ public class EditTagsController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.SpotifyKeyUploadController.java
/** * Controller which receives uploaded avatar images. * * @author Sindre Mehus */ public class SpotifyKeyUploadController extends ParameterizableViewController {