FacesContext fc = FacesContext.getCurrentInstance();
ExternalContext ec = fc.getExternalContext();
HttpServletRequest servletRequest =
(HttpServletRequest)ec.getRequest();
HttpServletResponse servletResponse = (HttpServletResponse)ec.getResponse();
取得
parameter的办法
1)
String ...
Bean:
public class User {
private String name;
public String getName() {
return name;
}
public void setName(String name) {
this.name = na ...
- 浏览: 5170 次
- 性别:

- 来自: 厦门

- 详细资料
搜索本博客
我的相册
inter
共 2 张
共 2 张
最近加入圈子
最新评论
-
dojo and ajax
很有用的函数!!
-- by cscs31 -
Dojo 与style相关的函数 ...
Lz能加上一些注解和例子就更好了:)
-- by cscs31






评论排行榜