List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file com.carlos.projects.billing.ui.controllers.DocumentController.java
/**
* Controller to show the document with all the components belonging to it
*
* @author Carlos Fernandez
* @date 04-Apr-2012
*/
From source file org.madsonic.controller.apiSettingsController.java
/** * Controller for the page used to administrate the UPnP/DLNA server settings. * * @author Sindre Mehus */ public class apiSettingsController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.ChangeCoverArtController.java
import net.sourceforge.subsonic.service.MediaFileService; /** * Controller for changing cover art. * * @author Sindre Mehus
From source file org.openmrs.module.vcttrac.web.controller.VCTTracnetIndicatorsController.java
/** * */ public class VCTTracnetIndicatorsController extends ParameterizableViewController { private Log log = LogFactory.getLog(VCTTracnetIndicatorsController.class);
From source file net.sourceforge.subsonic.controller.PodcastChannelController.java
/** * Controller for the "Podcast channel" page. * * @author Sindre Mehus */ public class PodcastChannelController extends ParameterizableViewController {
From source file org.openmrs.module.vcttrac.web.controller.VCTCounselingFormController.java
/** * @author Yves GAKUBA */ public class VCTCounselingFormController extends ParameterizableViewController { private Log log = LogFactory.getLog(getClass());
From source file psiprobe.controllers.WhoisController.java
/** * The Class WhoisController. * * @author Vlad Ilyushchenko */ public class WhoisController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.arrowChatController.java
/** * Controller for the chat frame. * * @author Sindre Mehus */ public class arrowChatController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.ChatController.java
/** * Controller for the chat frame. * * @author Sindre Mehus */ public class ChatController extends ParameterizableViewController {
From source file org.madsonic.controller.DBController.java
/** * Controller for the DB admin page. * * @author Sindre Mehus */ public class DBController extends ParameterizableViewController {