最新文章列表

JSP的pageContext对象和config对象

一 pageContext对象     二 pageContext对象常用方法     三 pageContext方法测试 代码1: <%@ page language="java" import="java.util.*,java.text.*" contentType="text/html; charset=utf- ...
cakin24 评论(0) 有783人浏览 2017-10-02 07:23

JSP中九大隐式对象的总结

在编写jsp时,不需要声明(创建)就可以直接使用的对象称为隐式对象 在jsp中,有九大隐式对象: request HttpServletRequest 请求信息 response HttpServletResponse 响应信息 PageContext PageContext 显示此页面的上下文 session HttpSession 表示会话对象 ...
DxnPratice 评论(0) 有794人浏览 2016-03-10 22:18

PageContext Reference

Using a PageContext reference to get attributes from any scope,including the page scope for attributes bound to the PageContext.The methods that work with other scopes take an int argument to indicate ...
遠大前程 评论(0) 有711人浏览 2014-04-12 13:16

Aplication Request Session Page scopes

The most of the time you'll be using one of the four implicit objects to get and set attributes corresponding to the four attribute scopes available in a jsp. Remember ,in addition to the standard serv ...
遠大前程 评论(0) 有490人浏览 2014-04-12 12:08

javax.servlet.jsp.PageContext cannot be resolved to a type

       在编写jsp时,如下代码中的pageContext会报一个错误。      <a href="${pageContext.request.contextPath }/comm/activate_user">激活用户数</a>      错误:      javax.servlet.jsp.PageContext cannot be ...
wangjie2013 评论(0) 有2028人浏览 2013-12-19 17:01

bboss mvc获取request,session,response,pageContext对象方法

本文介绍基于bboss mvc后台java程序如何获取request,session,response,pageContext对象。 1.组件及方法 组件:org.frameworkset.web.servlet.context.RequestContextHolder 基于bboss mvc的后台程序可以通过RequestContextHolder中一组静态方法获取request,respon ...
yin_bp 评论(0) 有1388人浏览 2013-07-12 13:19

JSP内置对象

以下对JSP内置对象及其方法做一概述   一、request        客户端的请求信息被封装在request对象中,通过它才能了解到客户的需求,然后做出响应。它是HttpServletRequest类的实例。 方法说明: ①、object getAttribute(String name) 返回指定属性的属性值 ②、Enumeration getAttributeNames() 返回所 ...
HUFFMANS 评论(0) 有890人浏览 2011-07-31 21:37

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics