List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file net.sourceforge.subsonic.controller.VideoPlayerController.java
import org.springframework.web.servlet.mvc.ParameterizableViewController; import com.github.hakko.musiccabinet.configuration.Uri; import com.github.hakko.musiccabinet.dao.util.URIUtil; /**
From source file net.sourceforge.subsonic.controller.MoreController.java
/** * Controller for the "more" page. * * @author Sindre Mehus */ public class MoreController extends ParameterizableViewController {
From source file org.openmrs.module.mohappointment.web.controller.SearchAppointmentFormController.java
import org.springframework.web.servlet.mvc.ParameterizableViewController; /** * @author Yves GAKUBA * * Comments
From source file net.sourceforge.subsonic.controller.PlaylistController.java
/** * Controller for the playlist page. * * @author Sindre Mehus */ public class PlaylistController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.PlaylistsController.java
/** * Controller for the playlists page. * * @author Sindre Mehus */ public class PlaylistsController extends ParameterizableViewController {
From source file org.openmrs.module.pmtct.web.controller.ExpectedMaternityPatientController.java
/** * */ public class ExpectedMaternityPatientController extends ParameterizableViewController { private Log log = LogFactory.getLog(this.getClass());
From source file org.madsonic.controller.UploadController.java
/** * Controller which receives uploaded files. * * @author Sindre Mehus */ public class UploadController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.PodcastController.java
/** * Controller for the page used to generate the Podcast XML file. * * @author Sindre Mehus */ public class PodcastController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.UploadController.java
/** * Controller which receives uploaded files. * * @author Sindre Mehus */ public class UploadController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.AlbumController.java
/** * Controller for the album page. */ public class AlbumController extends ParameterizableViewController { private SecurityService securityService;