@RestController @ConditionalOnWebApplication public class RootController extends BaseController
Response.ResourceConverter| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
CAPTCHA |
ID_URI, logger, request| 构造器和说明 |
|---|
RootController() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
pinyin(java.lang.String[] word) |
java.lang.Object |
showlog(int index) |
void |
vCode(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletResponse response) |
getDefaultPageable, getDefaultPageable, getDeviceInfo, getRealPath, getText, getTextDefaultNull, getUserAgent, linkcreated, getBaseLinkBuilder, getId, getId, getPersistentEntity, noContent, ok, ok, updatedpublic static final java.lang.String CAPTCHA
@RequestMapping(value="/util/pinyin",
method=GET)
public java.lang.Object pinyin(java.lang.String[] word)
@RequestMapping(value="/logs/{index}",
method=GET,
produces="text/plain")
public java.lang.Object showlog(@PathVariable
int index)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletException@RequestMapping(value="/util/captcha",
method=GET)
public void vCode(javax.servlet.http.HttpSession httpSession,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
java.io.IOException