tapestry5 布局 参数的处理

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> <meta name="keywords" content="${ks}"> <meta name="description" content="${desc}"> <title>${title}</title> </head> <body > <t:body/> </body>

例如如上一个模版页面,在使用时,希望把里边的title,keywords,description动态地更换。

在模版页面的java类里边添加类似如下代码:

@Parameter(defaultPrefix = BindingConstans.LITERAL,name = "title",requred=true)//这里我设为参数必须/ @Property(write=false)//标注不可写的属性 private String title;

 

最后在使用时:

<div t:type="模版" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd" title="这里写你的参数"> XXX </div>

 

再重新布置服务器后,已经发现可以显示出正常的标题属性了。。。。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值