public interface FaceletHandler これは、FaceletsVDL のマークアップ要素のルートクラスです。Facelets は XHTML、XHTML は XML であり、XML の抽象化のルートユニットは要素です。FaceletHandler インスタンスは、実行時の XML 要素を表します。より具体的な動作の契約を具体化するために、2 つの直接的な実装が存在します。
CompositeFaceletHandlerFaceletHandler のコンテナー TagHandlerFaceletHandler の基本クラス。| 修飾子と型 | メソッドと説明 |
|---|---|
void | apply(FaceletContext ctx, UIComponent parent)特定の UIComponent で変更を処理する |
void apply(FaceletContext ctx, UIComponent parent) throws IOExceptionSE
特定の UIComponent で変更を処理する
ctx - この実行の現在の FaceletContext インスタンス parent - 操作する親 UIComponentIOExceptionSE - relativePath をロードできない場合 FaceletException - relativePath からロードされたマークアップを解析できない場合 FacesException - 子 UIComponent インスタンスを作成できない場合 ELException - relativePath からロードされたマークアップ内のいずれかの式が失敗した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.