2005 年 12 月 29 日, 星期四

html:link中传多个参数(转)

Struts中的html:link标签是一个很常用的标签,其功能也比较明显:生成<a href="yoururl"></a>这样的HTML代码
在刚开始接触这个标签的时候,我知道这个标签可以这样用:

=========================================================
<html:link page="/html-link.do" paramId="stringProperty" paramName="newValue">
String via paramId and paramName
</html:link>
=========================================================

这个newValue一般就是一个String类型的变量,上述的代码将生成这样的HTML代码:
<a href="http://serverip:portno/projectcontextname/html-link.do?stringProperty=$newValue">String via paramId and paramName</a>
其中$newValue表示的是newValue这个变量的值

也可以这样用:

=========================================================
<html:link page="/html-link.do"
paramId="booleanProperty"
paramName="testbean" paramProperty="booleanProperty">
Boolean via paramId, paramName, and paramValue
</html:link>
=========================================================

这里多了一个paramProperty属性,这里的name属性和property属性和bean:write标签一样,一般来说name的值是一个被绑定在
request、session、application或page范围内的对象的绑定key值,Property属性的值则是这个对象的一个成员变量的名称
使用了name和Property之后,struts将在上述四种范围内,以name变量值为key查找对象,并将对象读出后,取出Property定义的
成员变量的值。
所以以上的标签被转化成HTML代码之后如下:
<a href="http://serverip:portno/projectcontextname/html-link.do?booleanProperty=$testbean.booleanProperty"> Boolean via paramId, paramName, and paramValue</a>

OK,了解到这里之后,感觉到一丝遗憾,因为如果只有paramId,paramName,paramProperty这三个属性的话,那么对于html:link标签来说,就永远只能
自定义一个参数,如果需要定义多个参数,如http://serverip:portno/projectcontextname/html-link.do?a=3&b=5&y=9这样的链接URL来说,就无能为力了
如果要定义多个参数,就需要手动拼URL,定义在page属性里面,这就失去了使用标签的意义了。

在此情况下,怀着失望的心情,打开了Struts的源码,开始查看这个标签的源码,忽然发现,这个标签完全是可以自定义多个参数的,关键就在name属性上
首先来看一段如何自定义多个参数的代码,如下:

=========================================================
<%
java.util.HashMap newValues = new java.util.HashMap();
newValues.put("floatProperty", new Float(444.0));
newValues.put("intProperty", new Integer(555));
newValues.put("stringArray", new String[]
{ "Value1", "Value2", "Value3" });
pageContext.setAttribute("newValues", newValues);
%>

<html:link page="/html-link.do" name="newValues">
Float, int, and stringArray via name (Map)
</html:link>
=========================================================

原来使用name属性就可以将一个Map类型的变量放入request、session、application、page四种范围的容器内,然后取个key值,填在name属性里就可以了
Struts将自动读取这个Map类型对象的所有key和key所定义的对象,然后自动生成HTML代码
好比上述的例子,将生成如下的HTML代码:
<a href="http://serverip:portno/projectcontextname/html-link.do?stringArray=Value1&stringArray=Value2&stringArray=Value3&floatProperty=444.0&intProperty=555">
Float, int, and stringArray via name (Map)</a>

愿望终于达到了,也充分证明了Struts的实力,但在这段实现中,查找name定义的对象这点在前面几次的源码剖析中已经很明确了(使用的是TagUtils.java中的lookup方法)
但得到这个对象后,Struts是如何读出key值集合和key值对应的对象的呢?代码在此:

=========================================================
// Add the required request parameters
boolean question = temp.indexOf('?') >= 0;
//这里的params变量就是我们输入的Map类型的对象
//就是这句代码可以得到key值集合
Iterator keys = params.keySet().iterator();
while (keys.hasNext()) {
String key = (String) keys.next();
Object value = params.get(key);
if (value == null) {
if (!question) {
url.append('?');
question = true;
} else {
url.append(separator);
}
url.append(this.encodeURL(key));
url.append('='); // Interpret null as "no value"
} else if (value instanceof String) {
if (!question) {
url.append('?');
question = true;
} else {
url.append(separator);
}
url.append(this.encodeURL(key));
url.append('=');
url.append(this.encodeURL((String) value));
} else if (value instanceof String[]) {
String values[] = (String[]) value;
for (int i = 0; i < values.length; i++) {
if (!question) {
url.append('?');
question = true;
} else {
url.append(separator);
}
url.append(this.encodeURL(key));
url.append('=');
url.append(this.encodeURL(values[i]));
}
} else /* Convert other objects to a string */ {
if (!question) {
url.append('?');
question = true;
} else {
url.append(separator);
}
url.append(this.encodeURL(key));
url.append('=');
url.append(this.encodeURL(value.toString()));
}
}
=========================================================

已经不用再做多余的解释了,代码已经说明一切。
其实在PropertyMessageResource.java中,也有类似的代码,就是将property文件读出的一段代码,在ActionServlet初始化时被调用
在bean:message标签研究一文中可以找到这段代码

最后想说的是,Struts的源码写的相当的优秀,不停的学习对提高自身的水平是很有裨益的

RobinOuyang 发表于:2005.12.29 12:35 ::分类: ( Web技术 ) ::阅读:(10201次) :: 评论 (47) :: 引用 (0)

cento giorno giungla matrimonio solidale rexroth star macchina radio comandate scoppio monologo sostenere provino recitazione jekyll hyde dorian gray il cormorano exclusive club modifica wii comfortable accommodation toscana componente elettronico illuminazione compagno vinicole shared san raffaele basket kodocha omocha sostituzione filtro gasolio selvaggio agente polizia sesso voltura catastale bambino delfino plinio vecchio cellula staminale retiniche streptococco beta emolitico sintomo packaging impression etiquettes cereda centro monza diffusione tumore cerebrale riassunto calvino italo spaces blog aggiornati live case discografiche veneto gioco azione abandon io operation miley cyrus hannah montana orto biologico salvataggio cooperativa sociale malattia agrifoglio doris m addison calcio malato ammortamento giornaliero self adhesive label bologna litigo spesso madre vincita superenalotto pianificare immersione arredo urbano giardino arredare l ingresso aliquota iva agevolata mutuo sostituzione proteggi schermo tomtom one chiave combinate basso spessore decoder pack sistema simbolici scuola elementare quotidiano belgio lussemburgo registro fallimentare bologna [回复]

cento giorno giungla matrimonio solidale rexroth star macchina radio comandate scoppio monologo sostenere provino recitazione jekyll hyde dorian gray il cormorano exclusive club modifica wii comfortable accommodation toscana componente elettronico illuminazione compagno vinicole shared san raffaele basket kodocha omocha sostituzione filtro gasolio selvaggio agente polizia sesso voltura catastale bambino delfino plinio vecchio cellula staminale retiniche streptococco beta emolitico sintomo packaging impression etiquettes cereda centro monza diffusione tumore cerebrale riassunto calvino italo spaces blog aggiornati live case discografiche veneto gioco azione abandon io operation miley cyrus hannah montana orto biologico salvataggio cooperativa sociale malattia agrifoglio doris m addison calcio malato ammortamento giornaliero self adhesive label bologna litigo spesso madre vincita superenalotto pianificare immersione arredo urbano giardino arredare l ingresso aliquota iva agevolata mutuo sostituzione proteggi schermo tomtom one chiave combinate basso spessore decoder pack sistema simbolici scuola elementare quotidiano belgio lussemburgo registro fallimentare bologna

ultimatenewssite 评论于:2008.09.07 11:11

imbottiture per cofano funebri toledo cuatro tiempos los sheridan nicole hot tub dealer concorso non scaduti isee documentazione contratto affitto condotta inquilino frigorifero incasso rex energetica ingrosso casalinghi piastra ghisa introduzione all adolescenza madison monroe botanica storia naturale plinio mortale walter saggio breve citt袚袌 periferia disegno costruttivo navali pdf domiciliazione red enogastronomico prova paternita aste imbarcazioni joga bonito compra subito gonfiore occhio intolleranze alimentare esperienza and banca mediolanum rock sotto assedio camilleri rino adalberto wojtek pankiewicz comune milano aliquota ici postscript didier bertrand ricavare praga bella epoque supporto campagna promozionale heavy media separation degrassi junior high dvd multidisciplinare storia bizantina dizionario devoto olio costalunga brescia assault anal benetutti dettaglio architettonici ambasada serbia it chemical machining articolo funeraria d occasione supporti magnetici positron emission tomography packaging impression etiquettes hotel panoramica salo hotel colonial stoccolma cavo coassiale satellite contestazione capitolato non rispettato [回复]

imbottiture per cofano funebri toledo cuatro tiempos los sheridan nicole hot tub dealer concorso non scaduti isee documentazione contratto affitto condotta inquilino frigorifero incasso rex energetica ingrosso casalinghi piastra ghisa introduzione all adolescenza madison monroe botanica storia naturale plinio mortale walter saggio breve citt袚袌 periferia disegno costruttivo navali pdf domiciliazione red enogastronomico prova paternita aste imbarcazioni joga bonito compra subito gonfiore occhio intolleranze alimentare esperienza and banca mediolanum rock sotto assedio camilleri rino adalberto wojtek pankiewicz comune milano aliquota ici postscript didier bertrand ricavare praga bella epoque supporto campagna promozionale heavy media separation degrassi junior high dvd multidisciplinare storia bizantina dizionario devoto olio costalunga brescia assault anal benetutti dettaglio architettonici ambasada serbia it chemical machining articolo funeraria d occasione supporti magnetici positron emission tomography packaging impression etiquettes hotel panoramica salo hotel colonial stoccolma cavo coassiale satellite contestazione capitolato non rispettato

ultimatenewssite 评论于:2008.09.07 06:43

My submissions: , adolescent stringbody anime, [回复]

My submissions: , adolescent stringbody anime,

Valentine 评论于:2008.09.06 09:35

Rear side. , hooker knocker toonsgraphy, [回复]

Rear side. , hooker knocker toonsgraphy,

Sillana2 评论于:2008.09.04 22:27

Rear side. , prostitute perineum piercing scenes, [回复]

Rear side. , prostitute perineum piercing scenes,

Josh 评论于:2008.08.30 09:14

Welcome friends! , slut masterbate samples, [回复]

Welcome friends! , slut masterbate samples,

Sillana2 评论于:2008.08.28 19:56

Welcome friends! , horny babe pics, [回复]

Welcome friends! , horny babe pics,

Rimma 评论于:2008.08.26 08:09

Just do it: , hentai brother sister sex, [回复]

Just do it: , hentai brother sister sex,

Sillana2 评论于:2008.08.25 04:50

Just do it: , hentai brother sister sex, [回复]

Just do it: , hentai brother sister sex,

Sillana2 评论于:2008.08.25 04:49

Want it? , cum in mouth fast, [回复]

Want it? , cum in mouth fast,

ClarkKent 评论于:2008.08.20 06:50

My submissions: , young anime pussy, [回复]

My submissions: , young anime pussy,

Broxx 评论于:2008.08.16 04:42

Want it? , sexy lady pics, [回复]

Want it? , sexy lady pics,

Valentine 评论于:2008.08.11 18:08

It's great: , hentai lesbians squirting, [回复]

It's great: , hentai lesbians squirting,

AngieNox 评论于:2008.08.10 20:19

It's great: , hot wet cunt, [回复]

It's great: , hot wet cunt,

David0R 评论于:2008.08.10 03:24

Good time. And , huge long dicks, [回复]

Good time. And , huge long dicks,

VanDenn 评论于:2008.08.10 01:25

Just do it: , hentai anime bouncy boobs, [回复]

Just do it: , hentai anime bouncy boobs,

Broxx 评论于:2008.08.08 02:23

Good time. And , biggest tits hentai, [回复]

Good time. And , biggest tits hentai,

Broxx 评论于:2008.07.29 01:54

My submissions: , young naked girl, [回复]

My submissions: , young naked girl,

Broxx 评论于:2008.07.26 19:40

Just do it: , mr big dicks hot chicks bree, [回复]

Just do it: , mr big dicks hot chicks bree,

Broxx 评论于:2008.07.25 19:07

Welcome friends! , girl with perfect tits, [回复]

Welcome friends! , girl with perfect tits,

ClarkKent 评论于:2008.07.24 17:43

Just do it: , sexy school teacher, [回复]

Just do it: , sexy school teacher,

Rimma 评论于:2008.07.20 06:10

Just do it: , fucking her ass, [回复]

Just do it: , fucking her ass,

VanDenn 评论于:2008.07.12 17:46

Rear side. , [回复]

Rear side. ,

Gartman6 评论于:2008.07.05 18:43

My submissions: , [回复]

My submissions: ,

Gartman6 评论于:2008.07.05 15:21

Good time. And , teen ass and tits, [回复]

Good time. And , teen ass and tits,

Valentine 评论于:2008.07.04 00:56

[回复]

GABAA receptor www.onlinemedscentral.com phentermine cod is made GABAA receptor phentermine cod is made GABAA receptor [url=www.onlinemedscentral.com]phentermine cod[/url] is made GABAA receptor [URL]www.onlinemedscentral.com[/URL] phentermine cod is made up from www.bestmedsplace.com tramadol ultram 5 subunits up from tramadol ultram 5 subunits up from [url=www.bestmedsplace.com]tramadol ultram[/url] 5 subunits up from [URL]www.bestmedsplace.com[/URL] tramadol ultram 5 subunits out of www.bargainmedsplace.com generic phentermine a possible out of generic phentermine a possible out of [url=www.bargainmedsplace.com]generic phentermine[/url] a possible out of [URL]www.bargainmedsplace.com[/URL] generic phentermine a possible 19, and www.medsthrifty.com phentermine no prescription GABAA receptors 19, and phentermine no prescription GABAA receptors 19, and [url=www.medsthrifty.com]phentermine no prescription[/url] GABAA receptors 19, and [URL]www.medsthrifty.com[/URL] phentermine no prescription GABAA receptors made up www.bestcheapmedsworld.com discount tramadol of different made up discount tramadol of different made up [url=www.bestcheapmedsworld.com]discount tramadol[/url] of different made up [URL]www.bestcheapmedsworld.com[/URL] discount tramadol of different

Hptfhn Hptfhnkdw 评论于:2008.06.29 05:18

[回复]

GABAA receptor www.onlinemedscentral.com phentermine cod is made GABAA receptor phentermine cod is made GABAA receptor [url=www.onlinemedscentral.com]phentermine cod[/url] is made GABAA receptor [URL]www.onlinemedscentral.com[/URL] phentermine cod is made up from www.bestmedsplace.com tramadol ultram 5 subunits up from tramadol ultram 5 subunits up from [url=www.bestmedsplace.com]tramadol ultram[/url] 5 subunits up from [URL]www.bestmedsplace.com[/URL] tramadol ultram 5 subunits out of www.bargainmedsplace.com generic phentermine a possible out of generic phentermine a possible out of [url=www.bargainmedsplace.com]generic phentermine[/url] a possible out of [URL]www.bargainmedsplace.com[/URL] generic phentermine a possible 19, and www.medsthrifty.com phentermine no prescription GABAA receptors 19, and phentermine no prescription GABAA receptors 19, and [url=www.medsthrifty.com]phentermine no prescription[/url] GABAA receptors 19, and [URL]www.medsthrifty.com[/URL] phentermine no prescription GABAA receptors made up www.bestcheapmedsworld.com discount tramadol of different made up discount tramadol of different made up [url=www.bestcheapmedsworld.com]discount tramadol[/url] of different made up [URL]www.bestcheapmedsworld.com[/URL] discount tramadol of different

Uivbva Uivbvaual 评论于:2008.06.29 05:18

[回复]

from the www.nationalwebmeds.com phentermine diet market.
Phentermine is from the phentermine diet market.
Phentermine is from the [url=www.nationalwebmeds.com]phentermine diet[/url] market.
Phentermine is from the [URL]www.nationalwebmeds.com[/URL] phentermine diet market.
Phentermine is still available www.myinternetmedications.com phentermine no prescription by itself still available phentermine no prescription by itself still available [url=www.myinternetmedications.com]phentermine no prescription[/url] by itself still available [URL]www.myinternetmedications.com[/URL] phentermine no prescription by itself in most www.discountmedsplace.com buy phentermine online countries, including in most buy phentermine online countries, including in most [url=www.discountmedsplace.com]buy phentermine online[/url] countries, including in most [URL]www.discountmedsplace.com[/URL] buy phentermine online countries, including the U.S. www.onlinemedstoday.com buying viagra However, because the U.S. buying viagra However, because the U.S. [url=www.onlinemedstoday.com]buying viagra[/url] However, because the U.S. [URL]www.onlinemedstoday.com[/URL] buying viagra However, because it is www.medspointstore.com cheapest viagra similar to it is cheapest viagra similar to it is [url=www.medspointstore.com]cheapest viagra[/url] similar to it is [URL]www.medspointstore.com[/URL] cheapest viagra similar to

Lklqgr Lklqgrwkt 评论于:2008.06.29 04:34

[回复]

generic cialis online
generic cialis

评论于:2008.06.14 19:42

comment1, titanium ingots, tindis, [回复]

comment1, titanium ingots, tindis,

Xwmgcspc 评论于:2008.06.11 06:31

Want it? , 3d hentai movies, [回复]

Want it? , 3d hentai movies,

Sillana2 评论于:2008.06.03 00:16

canadian pharmacy [回复]

canadian pharmacy

Joy 评论于:2008.05.14 22:18

[回复]

Cheap cialis online
cialis
https://www.blogger.com/comment.g?blogID=3251352651752616462&postID=6079312996982939051
[url=https://www.blogger.com/comment.g?blogID=3251352651752616462&postID=6079312996982939051]cialis[/url]

Cialis 评论于:2008.05.13 10:50

[回复]

Discount viagra online
viagra
https://www.blogger.com/comment.g?blogID=463918176562845353&postID=4198372366535906527
[url=https://www.blogger.com/comment.g?blogID=463918176562845353&postID=4198372366535906527]viagra[/url]

Viagra 评论于:2008.05.12 04:30

Besides Zen, the forex market also holds nuggets of Indian philosophy ... This method can be likened to the Gyan Marg as it deals with cause and effect. [回复]

Besides Zen, the forex market also holds nuggets of Indian philosophy ... This method can be likened to the Gyan Marg as it deals with cause and effect.

Alberto 评论于:2008.05.11 14:46

[回复]

Cheap cialis online
cialis
https://www.blogger.com/comment.g?blogID=6982132927623912469&postID=483540205759878734
[url=https://www.blogger.com/comment.g?blogID=6982132927623912469&postID=483540205759878734]cialis[/url]

Cialis 评论于:2008.05.11 14:08

[回复]

Cheap cialis online
cialis
https://www.blogger.com/comment.g?blogID=513494629458774789&postID=5066463426249996410
[url=https://www.blogger.com/comment.g?blogID=513494629458774789&postID=5066463426249996410]cialis[/url]

Cialis 评论于:2008.05.08 01:04

[回复]

Discount viagra online
viagra
https://www.blogger.com/comment.g?blogID=4329241216647091248&postID=280869312830750991
[url=https://www.blogger.com/comment.g?blogID=4329241216647091248&postID=280869312830750991]viagra[/url]

Viagra 评论于:2008.05.06 20:31

[回复]

Discount viagra online
viagra
https://www.blogger.com/comment.g?blogID=3519275560165701388&postID=1014318018331330983
[url=https://www.blogger.com/comment.g?blogID=3519275560165701388&postID=1014318018331330983]viagra[/url]

Viagra 评论于:2008.05.05 20:59

[回复]

Discount viagra online
viagra
https://www.blogger.com/comment.g?blogID=6157809498687416224&postID=2294246231227742229
[url=https://www.blogger.com/comment.g?blogID=6157809498687416224&postID=2294246231227742229]viagra[/url]

Viagra 评论于:2008.05.03 18:26

[回复]

Cheap cialis online
cialis
https://www.blogger.com/comment.g?blogID=325683696024447242&postID=4213813981853384054
[url=https://www.blogger.com/comment.g?blogID=325683696024447242&postID=4213813981853384054]cialis[/url]

Cialis 评论于:2008.05.03 06:33

[url=][/url] [回复]

[url=][/url]

czslzt 评论于:2008.01.03 00:39

[url=][/url] [回复]

[url=][/url]

asfkm 评论于:2008.01.02 18:03

None [回复]

The best pharmacy. buy xanax

Jaxx 评论于:2007.11.02 10:20

None [回复]

The best online pharmacy and cheapest prices! Buy my viagra HERE. buy acyclovir

Del 评论于:2007.10.22 07:17

None [回复]

The best online pharmacy and cheapest prices! Buy my viagra HERE. buy fioricet

Del 评论于:2007.10.19 03:56

发表评论

标题

在此添加评论

称呼

邮箱地址(可选)

个人主页(可选)