List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage
From source file com.googlecode.psiprobe.controllers.DecoratorController.java
/** * * @author Vlad Ilyushchenko */ public class DecoratorController extends ParameterizableViewController {
From source file net.sourceforge.subsonic.controller.LogController.java
/** * Controller for the help page. * * @author Madevil */ public class LogController extends ParameterizableViewController {
From source file com.carlos.projects.billing.ui.controllers.ShowComponentsController.java
/**
* @author Carlos Fernandez
*
* @date 17 Jul 2009
*
* Controller to deal with the updated list of components
From source file net.sourceforge.subsonic.controller.LyricsController.java
import net.sourceforge.subsonic.service.metadata.MetaDataParserFactory; import org.apache.commons.lang.math.NumberUtils; import org.springframework.web.servlet.mvc.ParameterizableViewController; import org.springframework.web.servlet.ModelAndView;
From source file org.openmrs.module.pmtct.web.controller.PmtctFlowsheet.java
/** * @author Yves GAKUBA */ public class PmtctFlowsheet extends ParameterizableViewController { /**
From source file gov.nih.nci.cabig.caaers.web.participant.ViewParticipantController.java
public class ViewParticipantController extends ParameterizableViewController { private static Log log = LogFactory.getLog(ViewParticipantController.class); private ParticipantDao participantDao; public static final String TYPE_EDIT = "edit";
From source file psiprobe.controllers.threads.ListSunThreadsController.java
/** * The Class ListSunThreadsController. */ public class ListSunThreadsController extends ParameterizableViewController { @Override
From source file net.testdriven.psiprobe.controllers.WhoisController.java
/** * * @author Vlad Ilyushchenko */ public class WhoisController extends ParameterizableViewController {
From source file psiprobe.controllers.threads.ThreadStackController.java
/** * The Class ThreadStackController. */ public class ThreadStackController extends ParameterizableViewController { /** The stack element count. */
From source file org.openmrs.module.tracpatienttransfer.web.controller.EPFC_OverviewController.java
/**
* @author Yves GAKUBA
*
* This controller backs the /web/tracpatienttransfer/overview.jsp page.
* This controller is tied to that jsp page in the
* /metadata/moduleApplicationContext.xml file