| パッケージ | 説明 | 
|---|---|
| jakarta.faces.view.facelets | 
| 修飾子と型 | メソッドと説明 | 
|---|---|
| abstract void | TagHandlerDelegate. apply(FaceletContext ctx, UIComponent comp)
 | 
| void | FaceletHandler. apply(FaceletContext ctx, UIComponent parent)特定の UIComponent で変更を処理する | 
| void | DelegatingMetaTagHandler. apply(FaceletContext ctx, UIComponent parent) | 
| void | CompositeFaceletHandler. apply(FaceletContext ctx, UIComponent parent)呼び出しはすべての子ハンドラーに適用されます。 | 
| abstract void | Metadata. applyMetadata(FaceletContext ctx, ObjectSE instance)この特定の VDL 要素属性に対して、Jakarta Server Faces 仕様で規定されているアクションを実行します。 | 
| void | DelegatingMetaTagHandler. applyNextHandler(FaceletContext ctx, UIComponent c) このインスタンスの  | 
| UIComponent | ComponentHandler. createComponent(FaceletContext ctx) このタグハンドラーに対応する  | 
| StringSE | AttributeHandler. getAttributeName(FaceletContext ctx)EL を評価した後、属性名の解決されたリテラル文字列値を返します。 | 
| abstract boolean | TagAttribute. getBoolean(FaceletContext ctx) リテラルの場合は、値を渡して  | 
| StringSE | ConverterHandler. getConverterId(FaceletContext ctx) | 
| StringSE | FacetHandler. getFacetName(FaceletContext ctx)EL を評価した後、ファセット名の解決されたリテラル文字列値を返します。 | 
| abstract int | TagAttribute. getInt(FaceletContext ctx) 文字通りの場合は  Integer.parseInt(String)SE を呼び出し、そうでない場合はgetObject(FaceletContext, Class)を呼び出します。 | 
| abstract MethodExpression | TagAttribute. getMethodExpression(FaceletContext ctx, ClassSE type, ClassSE[] paramTypes) この属性の値を式文字列として使用して、MethodExpression を作成します。 | 
| abstract ObjectSE | TagAttribute. getObject(FaceletContext ctx)Object.class をパラメーターとして getObject に委譲する  | 
| abstract ObjectSE | TagAttribute. getObject(FaceletContext ctx, ClassSE type) リテラルの場合は、ExpressionFactory を使用して文字列リテラル値を強制するだけです。それ以外の場合は、ValueExpression を作成して評価します。 | 
| StringSE | TextHandler. getText(FaceletContext ctx)EL を評価した後、含まれているテキストの解決されたリテラル文字列値を返します。 | 
| StringSE | ValidatorHandler. getValidatorId(FaceletContext ctx) 作成され、親  EditableValueHolderに追加されるバリデーターの ID を取得します。 | 
| abstract StringSE | TagAttribute. getValue(FaceletContext ctx) リテラルの場合は値を返し、そうでない場合は String.class を渡して getObject に委譲します。 | 
| abstract ValueExpression | TagAttribute. getValueExpression(FaceletContext ctx, ClassSE type) この属性のリテラル値と渡された期待される型を使用して、ValueExpression を作成します。 | 
| boolean | DelegatingMetaTagHandler. isDisabled(FaceletContext ctx) | 
| void | ComponentHandler. onComponentCreated(FaceletContext ctx, UIComponent c, UIComponent parent)このメソッドは、コンポーネントが作成された後、子が移入される前に呼び出されることが保証されています。 | 
| void | ComponentHandler. onComponentPopulated(FaceletContext ctx, UIComponent c, UIComponent parent)このメソッドは、コンポーネントに子が移入された後に呼び出されることが保証されています。 | 
| protected void | MetaTagHandler. setAttributes(FaceletContext ctx, ObjectSE instance) このメソッドを呼び出し / 拡張すると、作成された MetaRuleset の結果が、渡されたインスタンスに状態をオートワイヤーします。 | 
| void | DelegatingMetaTagHandler. setAttributes(FaceletContext ctx, ObjectSE instance) | 
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.