@Controller @RequestMapping(value="/campus") public class CampusController extends Object
| Constructor and Description |
|---|
CampusController() |
| Modifier and Type | Method and Description |
|---|---|
CampusService |
getCampusService() |
Properties |
getKmeProperties() |
String |
getList(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel,
String toolName) |
List<String> |
getToolsList() |
String |
selectCampus(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model uiModel,
String campus,
String toolName) |
void |
setCampusService(CampusService campusService) |
void |
setKmeProperties(Properties kmeProperties) |
public CampusController()
@RequestMapping(method=GET) public String getList(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel, @RequestParam(required=true) String toolName)
@RequestMapping(value="/select",
method=GET)
public String selectCampus(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model uiModel,
@RequestParam(required=true)
String campus,
@RequestParam(required=true)
String toolName)
public List<String> getToolsList()
public CampusService getCampusService()
public void setCampusService(CampusService campusService)
public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.