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.bpmscript.web.TemplateController.java

/**
 * A Template controller. Allows Spring templates to drive Sitemesh.
 * 
 * @author jmccrindle
 */
public class TemplateController extends ParameterizableViewController {

From source file org.openmrs.module.ezvacimmunization.web.controller.SchedulePatientImmunizationRecommController.java

public class SchedulePatientImmunizationRecommController extends ParameterizableViewController {

    /** Logger for this class and subclasses */
    protected final Log log = LogFactory.getLog(getClass());
    protected ImmunizationServiceImpl imm = new ImmunizationServiceImpl();

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

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

    private Log log = LogFactory.getLog(VCTPreRegistrationCheckupController.class);

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

import net.sourceforge.subsonic.service.SettingsService;
import net.sourceforge.subsonic.util.StringUtil;

import org.apache.commons.logging.Log;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.ParameterizableViewController;

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

/**
 * Controller for showing a user's starred items.
 *
 * @author Sindre Mehus
 */
public class StarredController extends ParameterizableViewController {

From source file org.openmrs.module.pmtct.web.controller.PmtctInfantStatController.java

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

    private static Log log = LogFactory.getLog(PmtctInfantStatController.class);

From source file org.openmrs.module.logmanager.web.controller.LoggerListController.java

/**
 * Controller for logger list page
 */
public class LoggerListController extends ParameterizableViewController {

    protected static final Log log = LogFactory.getLog(LoggerListController.class);

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

/**
 * Controller for the page used to administrate the set of shared media.
 *
 * @author Sindre Mehus
 */
public class ShareSettingsController extends ParameterizableViewController {

From source file org.openmrs.module.pmtct.web.controller.PatientInCPNController.java

/**
 *
 */
@SuppressWarnings("deprecation")
public class PatientInCPNController extends ParameterizableViewController {

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

public class EditTagsController extends ParameterizableViewController {

    private MetaDataParserFactory metaDataParserFactory;
    private MediaFileService mediaFileService;

    protected ModelAndView handleRequestInternal(HttpServletRequest request, HttpServletResponse response)