binding expression
常见例句
- Seam always exposes the current conversation ID under the #{conversation.id} value-binding expression.
Seam 总是在 #{conversation.id}值绑定表达式下公开当前的对话。 - The view component, such as an h:dataTable, looks to the value binding expression #{courses} to provide a collection of courses.
视图组件(如 h:dataTable)依靠 值绑定表达式 #{courses} 提供课程集合。 - For example, the input text field for the title is bound to the cd property with the following JSF binding expression: value="#{CDManagerBean.cd.title}".
例如,标题的输入文本域被使用下面的 JSF 绑定表达式绑定到 cd属性上:value="#{CDManagerBean.cd.title}"。 - x It says, take the name x and create a binding for that name to the value of the sub-expression and in fact to do this, to stress a point, let's do that.
它的意思是,创建了一个名字,然后创建了对于这个名字,和子表达式的值的绑定,实际上这么做,我们是为了,要强调一个点,让我们来说说这个点。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 binding expression