public class EncounterDisplayController extends Object implements org.springframework.web.servlet.mvc.Controller
Modifier and Type | Class and Description |
---|---|
class |
EncounterDisplayController.FieldHolder
This class represents one row to display on the jsp page
|
Modifier and Type | Field and Description |
---|---|
static Integer |
DEFAULT_PAGE_NUMBER
The page that obs are put on if they are not given a page number in their associated
FormField object
|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
EncounterDisplayController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This is the method called to produce the data and objects for the jsp page
|
protected final org.apache.commons.logging.Log log
public static final Integer DEFAULT_PAGE_NUMBER
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
handleRequest
in interface org.springframework.web.servlet.mvc.Controller
Exception
Controller.handleRequest(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
Copyright © 2015 OpenMRS Inc.. All rights reserved.