binding expression
常見例句
- Seam always exposes the current conversation ID under the #{conversation.id} value-binding expression.
Seam 總是在 #{conversation.id}值綁定表達(dá)式下公開當(dāng)前的對話。 - The view component, such as an h:dataTable, looks to the value binding expression #{courses} to provide a collection of courses.
視圖組件(如 h:dataTable)依靠 值綁定表達(dá)式 #{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}".
例如,標(biāo)題的輸入文本域被使用下面的 JSF 綁定表達(dá)式綁定到 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.
它的意思是,創(chuàng)建了一個名字,然后創(chuàng)建了對于這個名字,和子表達(dá)式的值的綁定,實際上這么做,我們是為了,要強調(diào)一個點,讓我們來說說這個點。
麻省理工公開課 - 計算機科學(xué)及編程導(dǎo)論課程節(jié)選 返回 binding expression