首页 > 代码库 > JSP11个用于EL表达式的内置对象
JSP11个用于EL表达式的内置对象
JSP内置对象9个:request
对象 常用方法
request | getAttribute()setAttribute()getParameter()getParameterNames()getParameterVaules() |
session | getAttrubute()setAttribute()getId() |
response | -- |
Application | getAttribute()setAttribute()getMimeType()getRealPath() |
page | -- |
pageContext | getAttribute()setAttribute()findAttribute()getAttributesScope()getAttributeNamesInScope() |
out | clear() clearBuffer() flash() getBufferSize() getRamining() |
config | getInitParameter()getInitParamNames() |
exception | getMessage()getLocalizedMessage()toString() PrintStackTrack() |
,session,response,Application,page,PageContext,out,config,exception
四个数据存储对象:requestScpoe,sessionScope,ApplicationScope,cookie
用EL表达式隐含对象11个:PageContext,PageScope,Param,ParamValues,header,headerValues,initParam,requestScope,sessionScope,
ApplicationScope,cookie
JSP11个用于EL表达式的内置对象
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。