@Controller @RequestMapping(value="/backdoor") public class BackdoorController extends Object
Constructor and Description |
---|
BackdoorController() |
Modifier and Type | Method and Description |
---|---|
String |
backdoor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model uiModel) |
ConfigParamService |
getConfigParamService() |
GroupDao |
getGroupDao() |
String |
removeBackdoor(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model uiModel) |
void |
setConfigParamService(ConfigParamService configParamService) |
void |
setGroupDao(GroupDao groupDao) |
String |
submit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model uiModel,
Backdoor backdoor,
org.springframework.validation.BindingResult result) |
public BackdoorController()
@RequestMapping(method=GET) public String backdoor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model uiModel)
@RequestMapping(value="remove", method=GET) public String removeBackdoor(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model uiModel)
@RequestMapping(method=POST) public String submit(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.Model uiModel, @ModelAttribute(value="backdoor") Backdoor backdoor, org.springframework.validation.BindingResult result)
public GroupDao getGroupDao()
public void setGroupDao(GroupDao groupDao)
public ConfigParamService getConfigParamService()
public void setConfigParamService(ConfigParamService configParamService)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.