@Controller @RequestMapping(value="/admin") public class AdminController extends AbstractMobilityController
| Constructor and Description | 
|---|
| AdminController() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | index(javax.servlet.http.HttpServletRequest request,
          org.springframework.ui.Model uiModel) | 
| String | layout(javax.servlet.http.HttpServletRequest request,
            org.springframework.ui.Model uiModel) | 
| String | tool(javax.servlet.http.HttpServletRequest request,
        org.springframework.ui.Model uiModel) | 
getKmeProperties, isAllowedAccess, setKmePropertiespublic AdminController()
@RequestMapping(value="index",
                method=GET)
public String index(javax.servlet.http.HttpServletRequest request,
                          org.springframework.ui.Model uiModel)
@RequestMapping(value="node",
                method=GET)
public String tool(javax.servlet.http.HttpServletRequest request,
                         org.springframework.ui.Model uiModel)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.