facelets
美
英 
例句
The last parameter, facelets. DEVELOPMENT, is not required, but allows you to use the error-handling facility of Facelets.
最后一個參數facelets.DEVELOPMENT不是必需的,但是它允許您使用Facelets的錯誤處理工具。
If you used Facelets only to define and use templates, you might be a bit disappointed.
如果只用Facelets定義和使用模板,那么可能會有點失敗。
Having a tag library is nice, but for it to be useful, you have to tell Facelets that it exists.
有了一個標記庫是很好,但是要讓它有用,還必須把它的存在告訴Facelets。
Facelets seems to really scratch an itch for the JSF development community.
Facelets好像確實符合JSF開發社區的需求。
The steps to install Facelets are easy to follow.
安裝Facelets的步驟很容易。
You can use a Facelets TagHandler to inject the logic to decide whether components in the body of a tag are added to the component tree.
可以使用FaceletsTagHandler注入邏輯以決定是否把標記體中的組件添加到組件樹中。
In fact, Tapestry was well ahead of its time when it first came out, and Facelets does draw on some of its ideas.
實際上,Tapestry剛出現的時候,大大領先于它的時代,而Facelets確實借鑒了它的一些想法。
In that it leaves room for some Facelets love and a field composition component to get rid of duplicate code.
類似,但它為Facelets和一個字段復合組件留出了空間,可以避免重復代碼。
Remember that the endgame of a Facelets template is to create a JSF component tree.
切記,Facelets模板的最后階段是創建JSF組件樹。
Even with some shortcomings, I strongly recommend that you download Facelets and start using it as quickly as possible.
雖然有些缺點,我還是強烈推薦您下載Facelets并盡快開始使用它。
Tags in Facelets because everything is treated as a component in a component tree.
標記,因為所有的東西都被當成組件樹中的組件。
You can use JSF components directly within the Facelets templating language without any additional development.
在Facelets模板化語言中可以直接使用JSF組件,不用任何額外的開發。
Facelets knows about the JSF component tree, and its sole purpose in life is to build that component tree.
Facelets知道JSF組件樹,它的唯一目的就是構建這個組件樹。
Another required parameter to use tag libraries with Facelets is the facelets. LIBRARIES parameter.
使用帶有Facelets的標記庫時所需要的另一個參數是facelets.LIBRARIES參數。
For Facelets templates to take effect, you need to tell JSF about the Facelets view handler.
要讓Facelets模板生效,需要把Facelets視圖處理器告訴JSF。
These elements perform that task and also effectively replace the normal Facelets entry in faces-config. xml.
這些元素執行這個任務,并有效地替換faces-config.xml中常規的Facelets條目。
This template page uses the insert and the include tags from the Facelets library, associated with the ui namespace.
該模板頁面使用了Facelets庫中的insert和include標記,與ui名稱空間相關聯。
If your JSF application is a JSF 2 (or a Facelets), place the tag library declaration in the XHTML page, as shown in Listing 2.
如果您的JSF應用程序是JSF2(或Facelets),將標記庫聲明放在XHTML頁面中,如清單2所示。
I mentioned earlier that I changed this application from one that used strictly servlets and JSPs to MyFaces and Facelets.
前面我已經說過我對該應用程序進行了改造,從嚴格使用servlet和JSP更改為使用MyFaces和Facelets。
You might also want to download the example code for this article and install Facelets (and Tomahawk) before going further.
在進一步深入學習之前,您也可能想下載本文的示例代碼,并安裝Facelets(和Tomahawk)。
For starters, I show you a pain-free way to do Internationalization using a Facelets expression language (EL) function.
首先介紹一種使用Facelets表達式語言(EL)函數進行國際化的簡便方法。
The SetValueBindingHandler just defines a variable and puts the variable in the Facelets scope so your logic tags can reuse the variable.
SetValueBindingHandler只定義了一個變量并把變量放置在Facelets作用域內,這樣您的邏輯標記就可以重用該變量。
Replacing JSP with an alternative viewing technology based on Facelets.
使用基于Facelets的視圖技術代替JSP。
Facelets solves a pet peeve of mine about internationalization: writing a lot of special code for something I may never need.
Facelets解決了國際化給我帶來的一大煩惱:編寫大量可能永遠也用不到的代碼。
See a complete listing of Facelets parameters.
請參閱Facelets參數的完整清單。
If you use a new JSF component library, you have to have a Facelets tag library file that exposes that library.
如果要使用新的JSF組件庫,必須有公開這個庫的Facelets標記庫。
Facelets is a much more comprehensive solution: a templating language that is geared toward the JSF component model.
Facelets是更加全面的解決方案:專為JSF組件模型度身定制的模板化語言。
Register the facelets-taglib descriptor file.
注冊facelets-taglib描述符文件。
In the remaining two articles in this series, I will explore Facelets, JSF 2's composite components, and built-in support for Ajax.
在本系列隨后的兩篇文章中,我將探討Facelets、JSF2的復合組件以及對Ajax的內置支持。
JSF 2. 0 simplifies page and component authoring through Facelets, Templating, and Composite Components.
JSF2.0借助Facelet、模板化和復合組件簡化了頁面和組件的編寫。
Listing 3 shows another web. xml entry needed for Facelets.
清單3顯示了Facelets需要的另一個條目。
Element that is declared before the tag element above: you ll need it later to use this tag library from another Facelets page.
元素:稍后需要通過它在其他Facelets頁面中使用這個標記庫。
Facelets obviates the need to write custom tags to use JSF components.
Facelets減少了編寫定制標記才能使用JSF的需求。
Now it's time to explore how Facelets is used and why it makes things easier in JSF application development.
現在,開始探索如何使用Facelets,以及它使JSF應用程序開發變得更容易的原因。
Facelets (or similar) support is a goal for JSF 2. 0, and the primary Facelets developer is on the JSF Expert Group.
JSF2.0的目標是獲得Facelets(或類似的)支持,最主要的Facelets開發人員都屬于JSF專家組。
Extract facelets-1. 1. 11. zip to a directory.
將facelets-1.1.11.zip解壓縮到目錄中。
To overcome this, you can use the following expression in your Facelets page to prepend the namespace to your javascript code
要克服這一點,你可以在你的Facelets頁中應用下面的表達式,來為你的javascript代碼預先設定命名空間
The steps to create and use a Facelets template are as follows
創建和使用Facelets模板的步驟如下
For debugging, you need to read the Facelets manual, turn on its JDK 1. 4-style logging, and set up its
要想調試,需要閱讀Facelets手冊,打開JDK1.4樣式的日志,根據開發情況設置它的
There are four steps to creating a tag that retrieves a value binding in Facelets
創建在Facelets中檢索值綁定的標簽包含四個步驟