色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

JSP JavaBean的setProperty屬性

1.包:
復制代碼 代碼如下:
package PaintBrush;
/**
*
* @author lucifer
*/
public class PaintBrush {
private String curcolor = "red";
public String getColor(){
return curcolor;
}
public void setColor(String color){
curcolor = color;
}
}

2.JSP代碼:
復制代碼 代碼如下:
<%--
Document : TestSetPro
Created on : 2009-10-3, 15:02:50
Author : lucifer
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<jsp:useBean id="brush" class="PaintBrush.PaintBrush"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
Original Color:
<jsp:getProperty name="brush" property="color"/>
<br>
Changed Color:
<jsp:setProperty name="brush" property="color" value="blue"/>
<jsp:getProperty name="brush" property="color"/>
</body>
</html>

3.輸出:
Original Color: red
Changed Color: blue

jsp技術JSP JavaBean的setProperty屬性,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 大庆市| 镇平县| 和政县| 青川县| 连南| 高邮市| 江安县| 凤山市| 会昌县| 翼城县| 上饶县| 苍南县| 绥芬河市| 灵宝市| 南汇区| 临城县| 丰宁| 苗栗县| 普兰店市| 淮南市| 濮阳市| 巴楚县| 仙游县| 玛纳斯县| 西畴县| 陕西省| 福安市| 孟津县| 云梦县| 呼图壁县| 海门市| 南康市| 常州市| 白山市| 日土县| 错那县| 北碚区| 莲花县| 会理县| 鹰潭市| 娄底市|