Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java EE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
话题被移动
该话题已被移动 - wishmaster , 2003-01-21 08:21
如果您尚不清楚该话题被移动的原因,请参考论坛规则以及本版公告或者联系本版版主。
作者 JSP语法讲解
luckyboy





发贴: 13
积分: 0
于 2003-01-04 15:16 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
摘自:http://www.csdn.net/develop/article/16/16308.shtm

(一)指令讲解



Page指令

<%@ page

[language=”java”]

[import=”package.class,……”]

[contentType=”text/html”;charset=”GB3212”]

[session=”True|false”]

[buffer=”none|8kb|sizekb”]

[autoFlush=”True|false”]

[isThreadSafe=”True|false”]

[info=”text”]

[errorPage=relativeURL]

[isErrorPage=”True|false”]

[extends=”package.class”]

%>





include 指令

<@ include file=”fileName”>包含一个静态文件





Include动作指令

(1)<jsp:include page=”fileNamePath” flush=”True”>



(2)<jsp:include page=”fileNamePath” flush=”True”>

<jsp:param name=”paramName” value=”paramValue”>

</jsp:include>





forward动作指令

(1)<jsp:forward page=”path”>



(2) <jsp:forward page=”path”>

<jsp:param name=”paramName” value=”paramValue”>

</jsp:forward>





useBean指令

<jsp:useBean id=”name” scope=”page|request|session|application” class=”package.className” />





getProperty指令

<jsp:getProperty name=”beanName” property=”propertyName”/>



setProperty指令

<jsp:setProperty name=”beanName” prop_expr />

prop_expr有以下几种可能的情形:

property=”*” | property=”propertyName” |

property=”propertyName” param=”parameterName” |

property=”propertyName” value=”propertyValue”





(二)内建对象讲解



JSP的内建对象有以下几种:request、response、out、Session、pageContext、application、config、 page



request对象的主要方法:

1、 getParameter(String name)

2、 getParameterNames()

3、 getParameterValues(String name)



out对象的主要方法:

1、 out.print(String name)



Session对象的主要方法:

1、 getAttribute(String name)

2、 getAttributeNames()

3、 getCreationTime()

4、 getId()

5、 GetLastAccessedTime()

6、 GetMaxInactiveInterval()

7、 RemoveAttribute(String name)

8、 SetAttribute(String name , java.lang.Object value)



application对象的主要方法:

1、 getAttribute(String name)

2、 getAttributeNames()

3、 getInitParameter(String name)

4、 getServletInfo()

5、 setAttribute(String name , Object object)




Eclipse使用技巧

话题树型展开
人气 标题 作者 字数 发贴时间
4441 JSP语法讲解 luckyboy 2127 2003-01-04 15:16
3527 Re:JSP语法讲解 mabinde 4 2003-01-14 20:50

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923