@Controller @RequestMapping(value="/computerlabs") public class ComputerLabsController extends Object implements org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
ComputerLabsController() |
Modifier and Type | Method and Description |
---|---|
String |
getAngularTemplates(String key,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel) |
org.springframework.context.ApplicationContext |
getApplicationContext() |
Properties |
getComputerLabProperties() |
ComputerLabsService |
getComputerLabService() |
String |
getJavaScript(org.springframework.ui.Model uiModel) |
Properties |
getKmeProperties() |
String |
getList(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request,
String groupId) |
String |
getViewSeatDetails(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request,
String labUid) |
String |
retrieveAndSaveSpreadsheetDataAsXML(org.springframework.ui.Model uiModel,
javax.servlet.http.HttpServletRequest request) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setComputerLabProperties(Properties computerLabProperties) |
void |
setComputerLabService(ComputerLabsService computerLabService) |
void |
setKmeProperties(Properties kmeProperties) |
String |
viewCampus(javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel) |
public ComputerLabsController()
@RequestMapping(method=GET) public String viewCampus(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
@RequestMapping(value="/list") public String getList(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request, @RequestParam(required=false) String groupId)
@RequestMapping(value="/feeds") public String retrieveAndSaveSpreadsheetDataAsXML(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/details") public String getViewSeatDetails(org.springframework.ui.Model uiModel, javax.servlet.http.HttpServletRequest request, @RequestParam(required=true) String labUid)
@RequestMapping(value="/templates/{key}") public String getAngularTemplates(@PathVariable(value="key") String key, javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model uiModel)
@RequestMapping(value="/js/computerlabs.js") public String getJavaScript(org.springframework.ui.Model uiModel)
public ComputerLabsService getComputerLabService()
public void setComputerLabService(ComputerLabsService computerLabService)
computerLabService
- the computerLabService to setpublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- the applicationContext to setpublic Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
public Properties getComputerLabProperties()
public void setComputerLabProperties(Properties computerLabProperties)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.