什么是扩展以及我们如何使用它?
一位大学朋友正在使用 Tapestry 框架学习 Web 编程,他问我是否可以帮助他完成作业。 作业中的问题之一说:
什么是扩展,我们如何使用 是吗?
这是第一次听说。
你知道这个话题是关于什么的吗?
我有点困惑。有没有同名的 OOP 原则?
A friend from college is studing web programming using the tapestry framework, and he asked me if could i help him with his homework.
One of the questions in the homework says:
What is expansion, and how do we use
it?
Its the first time hear about it.
Do you have any idea what is that topic about?
I am kind of confused. Is there any OOP principle with that name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
根据本教程,它基本上是字符串插值。
它不是一个面向对象的术语——它是 Tapestry 的一部分。
According to this tutorial it's basically string interpolation.
It's not an OO term - it's part of Tapestry.
来自:http://tapestry.apache.org/exploring-the-project.html
From: http://tapestry.apache.org/exploring-the-project.html
在挂毯扩展或通常嵌入在模板中的属性表达式中,以便呈现内容。
示例:
其中“userId”是页面的属性。
以下是文档的链接:
http://tapestry.apache.org/component -templates.html#ComponentTemplates-Expansions
In tapestry expansions or often property expressions that are embedded in your template so in order to render the content.
An example:
Where "userId" is a property of the page.
Here is a link to the documentation:
http://tapestry.apache.org/component-templates.html#ComponentTemplates-Expansions