EL's Implicit Object

 

Implicit Object

Description

pageContext

The PageContext object.

pageScope

A Map of all the objects that have page scope.

requestScope

A Map of all the objects that have request scope.

sessionScope

A Map of all the objects that have session scope.

applicationScope

A Map of all the objects that have application scope.

param

A Map of all the form parameters that were passed to your JSP page (for example, the HTML <input name="myName" type="text"/> is passed to your JSP page as a form parameter).

paramValues

HTML allows for multiple values for a single form parameter. This is a Map of all the parameters, just like param, but in this object the values are an array containing all of the values for a given parameter in the event that there's more than one.

header

A Map of all the request headers.

headerValues

For the same reasons as paramValues, a headerValues object is provided.

cookie

A Map of all the cookies passed to your JSP. The value returned is a Cookie object.

initParam

A Map that maps context initialization parameter names to their parameter values.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值