@Controller public class SdocController extends Object
| 构造器和说明 |
|---|
SdocController() |
| 限定符和类型 | 方法和说明 |
|---|---|
Options |
details(javax.servlet.http.HttpServletRequest req,
Integer groupIndex,
String beanName,
int apiIndex) |
List<Documentation> |
documents(javax.servlet.http.HttpServletRequest req) |
@RequestMapping(value="/sdoc/api/documents",
method=GET,
produces="application/json")
@ResponseBody
public List<Documentation> documents(javax.servlet.http.HttpServletRequest req)
throws Exception
Exception@RequestMapping(value="/sdoc/api/detail/{groupIndex}/{beanName}/{apiIndex}",
method=GET,
produces="application/json")
@ResponseBody
public Options details(javax.servlet.http.HttpServletRequest req,
@PathVariable
Integer groupIndex,
@PathVariable
String beanName,
@PathVariable
int apiIndex)
throws Exception
ExceptionCopyright © 2017 Pivotal Software, Inc.. All rights reserved.