为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

1 回答

JspWriter getOut() 返回当前客户端响应被使用的JspWriter流(out)
HttpSession getSession() 返回当前页中的HttpSession对象(session)
Object getPage() 返回当前页的Object对象(page)
ServletRequest getRequest() 返回当前页的ServletRequest对象(request)
ServletResponse getResponse() 返回当前页的ServletResponse对象(response)
Exception getException() 返回当前页的Exception对象(exception)
ServletConfig getServletConfig() 返回当前页的ServletConfig对象(config)
ServletContext getServletContext() 返回当前页的ServletContext对象(application)
void setAttribute(Stringname,Objectattribute) 设置属性及属性值
void setAttribute(Stringname,Objectobj,intscope) 在指定范围内设置属性及属性值
public ObjectgetAttribute(Stringname) 取属性的值
Object getAttribute(Stringname,intscope) 在指定范围内取属性的值
public ObjectfindAttribute(Stringname) 寻找一属性,返回起属性值或NULL
void removeAttribute(Stringname) 删除某属性
void removeAttribute(Stringname,intscope) 在指定范围删除某属性
int getAttributeScope(Stringname) 返回某属性的作用范围
Enumeration getAttributeNamesInScope(intscope) 返回指定范围内可用的属性名枚举
void release() 释放pageContext所占用的资源
void forward(StringrelativeUrlPath) 使当前页面重导到另一页面
void include(StringrelativeUrlPath) 在当前位置包含另一文件

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信