@Controller @RequestMapping(value="/tool") public class ToolController extends AbstractMobilityController
| Constructor and Description |
|---|
ToolController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAngularTemplates(String key,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel) |
String |
getJavaScript(org.springframework.ui.Model uiModel) |
String |
homePage(org.springframework.ui.Model uiModel) |
getKmeProperties, isAllowedAccess, setKmePropertiespublic ToolController()
@RequestMapping(value="/js/tool.js") public String getJavaScript(org.springframework.ui.Model uiModel)
@RequestMapping(value="/templates/{key}")
public String getAngularTemplates(@PathVariable(value="key")
String key,
javax.servlet.http.HttpServletRequest request,
org.springframework.ui.Model uiModel)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.