This commit is contained in:
Redkale
2017-05-13 15:27:34 +08:00
parent c3cc9de5b5
commit 242b13fff0
11 changed files with 27 additions and 20 deletions

View File

@@ -243,7 +243,7 @@ public class HttpRequest extends Request<HttpContext> {
}
/**
* 设置当前用户信息, 通常在HttpServlet.authenticate方法里设置currentUser <br>
* 设置当前用户信息, 通常在HttpServlet.preExecute方法里设置currentUser <br>
* 数据类型由&#64;HttpUserType指定
*
* @param <T> 泛型
@@ -257,7 +257,7 @@ public class HttpRequest extends Request<HttpContext> {
}
/**
* 获取当前用户信息, 通常在HttpServlet.authenticate方法里设置currentUser <br>
* 获取当前用户信息<br>
* 数据类型由&#64;HttpUserType指定
*
* @param <T> &#64;HttpUserType指定的用户信息类型