当前位置:网站首页>JSP pagecontext对象的简介说明
JSP pagecontext对象的简介说明
2022-07-31 08:23:00 【qq_25073223】
转自:
下文笔者将讲述pagecontext对象的简介说明,如下所示:
pageContext对象的简介: pageContext对象是javax.servlet.jsp.PageContext类的实例对象 pageContext对象指整个JSP页面 pageContext对象指页面上下文 该对象主要用于访问 JSP 之间的共享数据 使用pageContext可以访问page、request、session、application范围的变量
获取pageContext实例的方法
pageContext对象: 使用JspFactory.getPageContext方法即可返回一个pageContext对象
pageContext实例的常用方法
| JspWriter getOut(); | 返回当前客户端响应被使用的JspWriter流(out) |
| HttpSession getSession(); | 返回当前页面中HttpSession对象(session) |
| Object getPage(); | 返回当前页面的Object对象(Object) |
| ServeletRequest getRequest(); | 返回当前页面的ServletRequest对象(request) |
| ServeletResponse getResponse(); | 返回当前页面的ServletResponse对象(response) |
| void setAttribute(String name,Object attribute); | 设置属性及属性值 |
| void getAttribute(String name,int scope); | 在指定范围内取属性的值 |
| int getAttributeScope(String name); | 返回某属性的作用范围 |
| void forward(String relativeUrlPath); | 使当前页面重导到另一页面 |
| void include(String relativeUrlPath); | 在当前位置包含另一文件 |
边栏推荐
猜你喜欢

Vulkan与OpenGL对比——Vulkan的全新渲染架构

云服务器部署 Web 项目

力扣 593. 有效的正方形

MySql database optimization query tool

【Unity】编辑器扩展-01-拓展Project视图

【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(下) -- 搜索历史
![mysql 数据去重的三种方式[实战]](/img/37/ad4007a32d9eb563a303756785e72f.png)
mysql 数据去重的三种方式[实战]

【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议

一、MySQL主从复制原理
Hematemesis summarizes thirteen experiences to help you create more suitable MySQL indexes
随机推荐
Install the deployment kubernetes KubeSphere management
[转载] Virtual Studio 让系统找到需要的头文件和库
【C#】说说 C# 9 新特性的实际运用
服务器上解压文件时提示“gzip: stdin: not in gzip format,tar: Child returned status 1,tar: Error is not recovera“
MySQL 操作语句大全(详细)
编译器R8问题Multidex
【云原生&微服务五】Ribbon负载均衡策略之随机ThreadLocalRandom
How to Install MySQL on Linux
【小程序项目开发-- 京东商城】uni-app之商品列表页面 (上)
2019 NeurIPS | Graph Convolutional Policy Network for Goal-Directed Molecular Graph Generation
Vue项目通过node连接MySQL数据库并实现增删改查操作
【MySQL中auto_increment有什么作用?】
First acquaintance with NK-RTU980 development board
[Mini Program Project Development--Jingdong Mall] Custom Search Component of uni-app (Middle)--Search Suggestions
射频电路学习之滤波电路
google搜索技巧——程序员推荐
【MySQL功法】第5话 · SQL单表查询
【小程序项目开发-- 京东商城】uni-app之自定义搜索组件(中)-- 搜索建议
[MySQL exercises] Chapter 5 · SQL single table query
2022杭电杯超级联赛3