修飾子と型 | メソッドと説明 |
---|---|
StringSE | ViewHandlerWrapper.calculateCharacterEncoding(FacesContext context) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.calculateCharacterEncoding(jakarta.faces.context.FacesContext) を呼び出すことです。 |
StringSE | ViewHandler.calculateCharacterEncoding(FacesContext context) このリクエストに使用される正しい文字エンコーディングを返します。 |
LocaleSE | ViewHandlerWrapper.calculateLocale(FacesContext context) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.calculateLocale(jakarta.faces.context.FacesContext) を呼び出すことです。 |
abstract LocaleSE | ViewHandler.calculateLocale(FacesContext context) 現在のクライアントに対するこのリクエストと後続のリクエストに使用する適切な Locale SE を返します。 |
StringSE | ViewHandlerWrapper.calculateRenderKitId(FacesContext context) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.calculateRenderKitId(jakarta.faces.context.FacesContext) を呼び出すことです。 |
abstract StringSE | ViewHandler.calculateRenderKitId(FacesContext context) 現在のクライアントからのこのリクエストおよび後続のリクエストに対して適切な renderKitId を返します。 |
UIComponent | ApplicationWrapper.createComponent(FacesContext context, Resource componentResource) このメソッドのデフォルトの動作は、ラップされた |
UIComponent | Application.createComponent(FacesContext context, Resource componentResource) インスタンス化とは、引数 |
UIComponent | ApplicationWrapper.createComponent(FacesContext context, StringSE componentType, StringSE rendererType) このメソッドのデフォルトの動作は、ラップされた |
UIComponent | Application.createComponent(FacesContext context, StringSE componentType, StringSE rendererType) 返されるコンポーネントの |
UIComponent | ApplicationWrapper.createComponent(ValueBinding componentBinding, FacesContext context, StringSE componentType) 使用すべきではありません。 代替案については、スーパークラスを参照してください。 |
abstract UIComponent | Application.createComponent(ValueBinding componentBinding, FacesContext context, StringSE componentType) 使用すべきではありません。 |
UIComponent | ApplicationWrapper.createComponent(ValueExpression componentExpression, FacesContext context, StringSE componentType) このメソッドのデフォルトの動作は、ラップされた |
UIComponent | Application.createComponent(ValueExpression componentExpression, FacesContext context, StringSE componentType) |
UIComponent | ApplicationWrapper.createComponent(ValueExpression componentExpression, FacesContext context, StringSE componentType, StringSE rendererType) このメソッドのデフォルトの動作は、ラップされた |
UIComponent | Application.createComponent(ValueExpression componentExpression, FacesContext context, StringSE componentType, StringSE rendererType) 返されるコンポーネントの |
UIViewRoot | ViewHandlerWrapper.createView(FacesContext context, StringSE viewId) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.createView(jakarta.faces.context.FacesContext, String) を呼び出すことです。 |
abstract UIViewRoot | ViewHandler.createView(FacesContext context, StringSE viewId) |
ViewResource | ResourceHandlerWrapper.createViewResource(FacesContext context, StringSE resourceName) このメソッドのデフォルトの動作は、ラップされた |
ViewResource | ResourceHandler.createViewResource(FacesContext context, StringSE resourceName) 引数 |
StringSE | ViewHandlerWrapper.deriveLogicalViewId(FacesContext context, StringSE requestViewId) このメソッドのデフォルトの動作は、ラップされた |
StringSE | ViewHandler.deriveLogicalViewId(FacesContext context, StringSE requestViewId) 仕様セクション 7.6.2 で定義されたアルゴリズムに従って、現在のリクエストまたは引数入力から viewId を導出して返します。 |
StringSE | ViewHandlerWrapper.deriveViewId(FacesContext context, StringSE requestViewId) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.deriveViewId(jakarta.faces.context.FacesContext, String) を呼び出すことです。 |
StringSE | ViewHandler.deriveViewId(FacesContext context, StringSE requestViewId) 仕様セクション 7.6.2 で定義されたアルゴリズムに従って、現在のリクエストまたは引数入力から viewId を導出して返します。 |
<T> T | ApplicationWrapper.evaluateExpressionGet(FacesContext context, StringSE expression, ClassSE<? extends T> expectedType) 使用すべきではありません。 代替案については、スーパークラスを参照してください。 |
<T> T | Application.evaluateExpressionGet(FacesContext context, StringSE expression, ClassSE<? extends T> expectedType) 式を評価して値を取得します。 |
URLSE | NavigationCaseWrapper.getActionURL(FacesContext context) |
URLSE | NavigationCase.getActionURL(FacesContext context) URL のパス部分に |
StringSE | ViewHandlerWrapper.getActionURL(FacesContext context, StringSE viewId) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getActionURL(jakarta.faces.context.FacesContext, String) を呼び出すことです。 |
abstract StringSE | ViewHandler.getActionURL(FacesContext context, StringSE viewId) このメソッドから返された値が |
URLSE | NavigationCaseWrapper.getBookmarkableURL(FacesContext context) |
URLSE | NavigationCase.getBookmarkableURL(FacesContext context) URL のパス部分に |
StringSE | ViewHandlerWrapper.getBookmarkableURL(FacesContext context, StringSE viewId, MapSE<StringSE, ListSE<StringSE>> parameters, boolean includeViewParams) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getBookmarkableURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean) を呼び出すことです。 |
StringSE | ViewHandler.getBookmarkableURL(FacesContext context, StringSE viewId, MapSE<StringSE, ListSE<StringSE>> parameters, boolean includeViewParams) Jakarta Server Faces レスポンスのリンクのターゲットとして使用するのに適した、viewId 引数から派生した Jakarta Server Faces アクション URL を返します。 |
protected ObjectSE | StateManagerWrapper.getComponentStateToSave(FacesContext context) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.getComponentStateToSave(jakarta.faces.context.FacesContext) を呼び出すことです。 |
protected ObjectSE | StateManager.getComponentStateToSave(FacesContext context) 使用すべきではありません。 ツリー構造とコンポーネントの状態の違いは、実装の詳細になりました。デフォルトの実装は null を返します。 |
BooleanSE | NavigationCaseWrapper.getCondition(FacesContext context) |
BooleanSE | NavigationCase.getCondition(FacesContext context) この |
NavigationCase | ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context, StringSE fromAction, StringSE outcome) |
abstract NavigationCase | ConfigurableNavigationHandler.getNavigationCase(FacesContext context, StringSE fromAction, StringSE outcome) 同じ引数で |
NavigationCase | ConfigurableNavigationHandlerWrapper.getNavigationCase(FacesContext context, StringSE fromAction, StringSE outcome, StringSE toFlowDocumentId) |
NavigationCase | ConfigurableNavigationHandler.getNavigationCase(FacesContext context, StringSE fromAction, StringSE outcome, StringSE toFlowDocumentId) 同じ引数で |
URLSE | NavigationCaseWrapper.getRedirectURL(FacesContext context) |
URLSE | NavigationCase.getRedirectURL(FacesContext context) URL のパス部分で |
StringSE | ViewHandlerWrapper.getRedirectURL(FacesContext context, StringSE viewId, MapSE<StringSE, ListSE<StringSE>> parameters, boolean includeViewParams) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getRedirectURL(jakarta.faces.context.FacesContext, String, java.util.Map, boolean) を呼び出すことです。 |
StringSE | ViewHandler.getRedirectURL(FacesContext context, StringSE viewId, MapSE<StringSE, ListSE<StringSE>> parameters, boolean includeViewParams)
|
ResourceBundleSE | ApplicationWrapper.getResourceBundle(FacesContext ctx, StringSE name) このメソッドのデフォルトの動作は、ラップされた |
ResourceBundleSE | Application.getResourceBundle(FacesContext ctx, StringSE name) 指定された名前のアプリケーション構成リソースで定義されている ResourceBundle を見つけます。 |
URLSE | NavigationCaseWrapper.getResourceURL(FacesContext context) |
URLSE | NavigationCase.getResourceURL(FacesContext context) URL のパス部分に |
StringSE | ViewHandlerWrapper.getResourceURL(FacesContext context, StringSE path) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getResourceURL(jakarta.faces.context.FacesContext, String) を呼び出すことです。 |
abstract StringSE | ViewHandler.getResourceURL(FacesContext context, StringSE path) このメソッドから返された値が、 |
StringSE | NavigationCaseWrapper.getToViewId(FacesContext context) |
StringSE | NavigationCase.getToViewId(FacesContext context) この |
protected ObjectSE | StateManagerWrapper.getTreeStructureToSave(FacesContext context) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.getTreeStructureToSave(jakarta.faces.context.FacesContext) を呼び出すことです。 |
protected ObjectSE | StateManager.getTreeStructureToSave(FacesContext context) 使用すべきではありません。 ツリー構造とコンポーネントの状態の違いは、実装の詳細になりました。デフォルトの実装は null を返します。 |
ViewDeclarationLanguage | ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context, StringSE viewId) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getViewDeclarationLanguage(jakarta.faces.context.FacesContext, java.lang.String) を呼び出すことです。 |
ViewDeclarationLanguage | ViewHandler.getViewDeclarationLanguage(FacesContext context, StringSE viewId) この |
StreamSE<StringSE> | ResourceHandlerWrapper.getViewResources(FacesContext facesContext, StringSE path, int maxDepth, ResourceVisitOption... options) このメソッドのデフォルトの動作は、ラップされた |
StreamSE<StringSE> | ResourceHandler.getViewResources(FacesContext facesContext, StringSE path, int maxDepth, ResourceVisitOption... options) 指定された初期パスをルートとするリソースツリーをたどることによって、遅延して入力された可能性がある |
StreamSE<StringSE> | ResourceHandlerWrapper.getViewResources(FacesContext facesContext, StringSE path, ResourceVisitOption... options) このメソッドのデフォルトの動作は、ラップされた |
StreamSE<StringSE> | ResourceHandler.getViewResources(FacesContext facesContext, StringSE path, ResourceVisitOption... options) 指定された初期パスをルートとするリソースツリーをたどることによって、遅延して入力された可能性がある |
StreamSE<StringSE> | ViewHandlerWrapper.getViews(FacesContext context, StringSE path, int maxDepth, ViewVisitOption... options) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getViews(FacesContext, String, int, ViewVisitOption...) を呼び出すことです。 |
StreamSE<StringSE> | ViewHandler.getViews(FacesContext facesContext, StringSE path, int maxDepth, ViewVisitOption... options) 指定された初期パスをルートとするすべてのアクティブな |
StreamSE<StringSE> | ViewHandlerWrapper.getViews(FacesContext context, StringSE path, ViewVisitOption... options) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getViews(FacesContext, String, ViewVisitOption...) を呼び出すことです。 |
StreamSE<StringSE> | ViewHandler.getViews(FacesContext facesContext, StringSE path, ViewVisitOption... options) 指定された初期パスをルートとするすべてのアクティブな |
StringSE | StateManagerWrapper.getViewState(FacesContext context) このメソッドのデフォルトの動作は、ラップされた |
StringSE | StateManager.getViewState(FacesContext context)
|
StringSE | ViewHandlerWrapper.getWebsocketURL(FacesContext context, StringSE channel) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.getWebsocketURL(FacesContext, String) を呼び出すことです。 |
abstract StringSE | ViewHandler.getWebsocketURL(FacesContext context, StringSE channel) このメソッドから返された値が、 |
void | NavigationHandlerWrapper.handleNavigation(FacesContext context, StringSE fromAction, StringSE outcome) |
abstract void | NavigationHandler.handleNavigation(FacesContext context, StringSE fromAction, StringSE outcome) 指定された FacesContext の状態情報に加えて実行されるアプリケーションのアクションによって返された結果の文字列に基づいて、ナビゲーション処理を実行します。 |
void | ConfigurableNavigationHandlerWrapper.handleNavigation(FacesContext context, StringSE fromAction, StringSE outcome) |
void | NavigationHandlerWrapper.handleNavigation(FacesContext context, StringSE fromAction, StringSE outcome, StringSE toFlowDocumentId) |
void | NavigationHandler.handleNavigation(FacesContext context, StringSE fromAction, StringSE outcome, StringSE toFlowDocumentId) 呼び出し元がこのナビゲーションによって入力されるフローの定義ドキュメント ID を提供できるようにする |
void | ResourceHandlerWrapper.handleResourceRequest(FacesContext context) このメソッドのデフォルトの動作は、ラップされた |
abstract void | ResourceHandler.handleResourceRequest(FacesContext context) このメソッドは、リソースリクエストを満たすための規約を指定します。 |
void | ViewHandlerWrapper.initView(FacesContext context) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.initView(jakarta.faces.context.FacesContext) を呼び出すことです。 |
void | ViewHandler.initView(FacesContext context) リクエスト処理ライフサイクルのビューを初期化します。 |
void | ConfigurableNavigationHandlerWrapper.inspectFlow(FacesContext context, Flow flow) |
void | ConfigurableNavigationHandler.inspectFlow(FacesContext context, Flow flow) フローシステムによって呼び出され、ナビゲーションルールについてフローをインスペクションします。 |
boolean | ResourceHandlerWrapper.isResourceRendered(FacesContext context, StringSE resourceName, StringSE libraryName) このメソッドのデフォルトの動作は、ラップされた |
boolean | ResourceHandler.isResourceRendered(FacesContext context, StringSE resourceName, StringSE libraryName) 指定されたリソースとライブラリ名で識別されるリソースがレンダリングされているかどうかを返します。 |
boolean | ResourceHandlerWrapper.isResourceRequest(FacesContext context) このメソッドのデフォルトの動作は、ラップされた |
abstract boolean | ResourceHandler.isResourceRequest(FacesContext context) 現在のリクエストがリソースリクエストである場合は、 |
boolean | StateManagerWrapper.isSavingStateInClient(FacesContext context) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.isSavingStateInClient(jakarta.faces.context.FacesContext) を呼び出すことです。 |
boolean | StateManager.isSavingStateInClient(FacesContext context) 状態がクライアントに保存されているかどうかを判断するメソッド。 |
void | ResourceHandlerWrapper.markResourceRendered(FacesContext context, StringSE resourceName, StringSE libraryName) このメソッドのデフォルトの動作は、ラップされた |
void | ResourceHandler.markResourceRendered(FacesContext context, StringSE resourceName, StringSE libraryName) 指定されたリソースとライブラリ名で識別されるリソースをレンダリング済みとしてマークします。 |
void | ApplicationWrapper.publishEvent(FacesContext context, ClassSE<? extends SystemEvent> systemEventClass, ClassSE<?> sourceBaseType, ObjectSE source) このメソッドのデフォルトの動作は、ラップされた |
void | Application.publishEvent(FacesContext context, ClassSE<? extends SystemEvent> systemEventClass, ClassSE<?> sourceBaseType, ObjectSE source) このメソッドは、 |
void | ApplicationWrapper.publishEvent(FacesContext context, ClassSE<? extends SystemEvent> systemEventClass, ObjectSE source) このメソッドのデフォルトの動作は、ラップされた |
void | Application.publishEvent(FacesContext context, ClassSE<? extends SystemEvent> systemEventClass, ObjectSE source)
|
void | ViewHandlerWrapper.renderView(FacesContext context, UIViewRoot viewToRender) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot) を呼び出すことです。 |
abstract void | ViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) 現在の FacesContext に関連付けられているレスポンスオブジェクトにレスポンスビューをレンダリングするために必要なアクションを実行します。 |
protected void | StateManagerWrapper.restoreComponentState(FacesContext context, UIViewRoot viewRoot, StringSE renderKitId) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.restoreComponentState(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot, String) を呼び出すことです。 |
protected void | StateManager.restoreComponentState(FacesContext context, UIViewRoot viewRoot, StringSE renderKitId) 使用すべきではありません。 ツリー構造とコンポーネントの状態の違いは、実装の詳細になりました。デフォルトの実装では何も行われません。 |
protected UIViewRoot | StateManagerWrapper.restoreTreeStructure(FacesContext context, StringSE viewId, StringSE renderKitId) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.restoreTreeStructure(jakarta.faces.context.FacesContext, String, String) を呼び出すことです。 |
protected UIViewRoot | StateManager.restoreTreeStructure(FacesContext context, StringSE viewId, StringSE renderKitId) 使用すべきではありません。 ツリー構造とコンポーネントの状態の違いは、実装の詳細になりました。デフォルトの実装は null を返します。 |
UIViewRoot | ViewHandlerWrapper.restoreView(FacesContext context, StringSE viewId) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.restoreView(jakarta.faces.context.FacesContext, String) を呼び出すことです。 |
abstract UIViewRoot | ViewHandler.restoreView(FacesContext context, StringSE viewId) |
UIViewRoot | StateManagerWrapper.restoreView(FacesContext context, StringSE viewId, StringSE renderKitId) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.restoreView(jakarta.faces.context.FacesContext, String, String) を呼び出すことです。 |
abstract UIViewRoot | StateManager.restoreView(FacesContext context, StringSE viewId, StringSE renderKitId) 使用すべきではありません。 |
StateManager.SerializedView | StateManagerWrapper.saveSerializedView(FacesContext context) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.saveSerializedView(jakarta.faces.context.FacesContext) を呼び出すことです。 |
StateManager.SerializedView | StateManager.saveSerializedView(FacesContext context) 使用すべきではありません。 これは StateManager.saveView(jakarta.faces.context.FacesContext) に置き換えられました。デフォルトの実装は saveView を呼び出し、戻りをインスペクションします。戻り値が Object[] の場合、結果は Object[] にキャストされ、StateManager.SerializedView のインスタンスの最初と 2 番目の要素がラップされて返されます。それ以外の場合は、null を返します |
ObjectSE | StateManagerWrapper.saveView(FacesContext context) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.saveView(jakarta.faces.context.FacesContext) を呼び出すことです。 |
ObjectSE | StateManager.saveView(FacesContext context) 使用すべきではありません。 |
boolean | ResourceWrapper.userAgentNeedsUpdate(FacesContext context) このメソッドのデフォルトの動作は、ラップされた |
abstract boolean | Resource.userAgentNeedsUpdate(FacesContext context) このリソースをリクエストするユーザーエージェントが更新を必要とする場合、 |
void | ViewHandlerWrapper.writeState(FacesContext context) このメソッドのデフォルトの動作は、ラップされた ViewHandler オブジェクトで ViewHandler.writeState(jakarta.faces.context.FacesContext) を呼び出すことです。 |
abstract void | ViewHandler.writeState(FacesContext context) 現在の状態情報をすぐに書き出す( StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object) を呼び出すか、後で状態情報をどこに書き込むかを記録する)ために、適切なアクションを実行します。 |
void | StateManagerWrapper.writeState(FacesContext context, ObjectSE state) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object) を呼び出すことです。 |
void | StateManager.writeState(FacesContext context, ObjectSE state) 実装に依存する方法で、指定された状態 Object インスタンスで表される状態を保存します。 |
void | StateManagerWrapper.writeState(FacesContext context, StateManager.SerializedView state) このメソッドのデフォルトの動作は、ラップされた StateManager オブジェクトで StateManager.writeState(jakarta.faces.context.FacesContext, jakarta.faces.application.StateManager.SerializedView) を呼び出すことです。 |
void | StateManager.writeState(FacesContext context, StateManager.SerializedView state) 使用すべきではありません。 このメソッドは StateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object) に置き換えられました。デフォルトの実装では、Object[] を 2 番目の引数として渡して、非推奨ではないメソッドのバリアントを呼び出します。配列の最初の要素は getStructure() からの戻り、2 番目は引数 state の getState() からの戻りです。 |
修飾子と型 | メソッドと説明 |
---|---|
protected FacesContext | UIComponentBase.getFacesContext() |
protected abstract FacesContext | UIComponent.getFacesContext() 現在のリクエストの FacesContext インスタンスを返す便利なメソッド。 |
修飾子と型 | メソッドと説明 |
---|---|
void | UIViewRoot.addComponentResource(FacesContext context, UIComponent componentResource) リソースインスタンスを表すと想定される引数 |
void | UIViewRoot.addComponentResource(FacesContext context, UIComponent componentResource, StringSE target) リソースインスタンスを表すと想定される引数 |
void | UIViewRoot.broadcastEvents(FacesContext context, PhaseId phaseId) キューに入れられたイベントをブロードキャストします。 |
StringSE | UniqueIdVendor.createUniqueId(FacesContext context, StringSE seed) コンポーネントの識別子を生成します。 |
StringSE | UIViewRoot.createUniqueId(FacesContext context, StringSE seed) コンポーネントの識別子を生成します。 |
StringSE | UINamingContainer.createUniqueId(FacesContext context, StringSE seed) |
StringSE | UIForm.createUniqueId(FacesContext context, StringSE seed) コンポーネントの識別子を生成します。 |
StringSE | UIData.createUniqueId(FacesContext context, StringSE seed) |
void | UIViewParameter.decode(FacesContext context) スーパークラスの動作をオーバーライドして、 |
void | UIViewAction.decode(FacesContext context) スーパークラスからの動作をオーバーライドして |
void | UIInput.decode(FacesContext context) |
void | UIComponentBase.decode(FacesContext context) |
abstract void | UIComponent.decode(FacesContext context) 指定された FacesContext に含まれるリクエストからこの UIComponent の新しい状態をデコードし、必要に応じてこの状態を保存します。 |
void | UIViewParameter.encodeAll(FacesContext context)
|
void | UIComponent.encodeAll(FacesContext context) このコンポーネントが UIComponent.isRendered() から true を返す場合は、次のアクションを実行します。 |
void | UIViewRoot.encodeBegin(FacesContext context) デフォルトの UIComponentBase.encodeBegin(jakarta.faces.context.FacesContext) 動作をオーバーライドします。 |
void | UIData.encodeBegin(FacesContext context) デフォルトの動作に加えて、現在のページをエラーで再レンダリングする必要がない限り、子入力コンポーネントの保存された行ごとの状態が破棄されることを確認してください。 |
void | UIComponentBase.encodeBegin(FacesContext context) |
abstract void | UIComponent.encodeBegin(FacesContext context) |
void | UIViewRoot.encodeChildren(FacesContext context)
|
void | UIComponentBase.encodeChildren(FacesContext context) |
abstract void | UIComponent.encodeChildren(FacesContext context) |
void | UIViewRoot.encodeEnd(FacesContext context)
|
void | UIComponentBase.encodeEnd(FacesContext context) |
abstract void | UIComponent.encodeEnd(FacesContext context) |
StringSE | UIData.getClientId(FacesContext context) -1 に設定されていない場合、 rowIndex プロパティの現在の値を含むこのコンポーネントのクライアント識別子を返します。 |
StringSE | UIComponentBase.getClientId(FacesContext context) |
abstract StringSE | UIComponent.getClientId(FacesContext context) このコンポーネントのクライアント側識別子を返し、必要に応じて生成します。 |
ListSE<UIComponent> | UIViewRoot.getComponentResources(FacesContext context) サポートされているすべてのターゲットのすべての |
ListSE<UIComponent> | UIViewRoot.getComponentResources(FacesContext context, StringSE target) 提供された |
StringSE | UIForm.getContainerClientId(FacesContext context) UIComponent.getContainerClientId(jakarta.faces.context.FacesContext) をオーバーライドして、このフォームの UIForm.isPrependId() プロパティの値に応じて、ユーザーがこのフォームを無効にして、clientId をその子孫の clientIds の前に付加できないようにします。 |
StringSE | UIComponent.getContainerClientId(FacesContext context) NamingContainer を実装するコンポーネントが、先頭への追加ロジックを個別に呼び出し可能なメソッドに分割することで、子孫の clientIds への clientId の先頭への追加を選択的に無効にできるようにします。 |
protected ObjectSE | UIViewParameter.getConvertedValue(FacesContext context, ObjectSE submittedValue) このクラスには |
protected ObjectSE | UIInput.getConvertedValue(FacesContext context, ObjectSE newSubmittedValue) 必要に応じて、送信された値を適切なデータ型の「ローカル値」に変換します。 |
static UIComponent | UIComponent.getCurrentComponent(FacesContext context) 現在処理中の |
static UIComponent | UIComponent.getCurrentCompositeComponent(FacesContext context) 複合コンポーネントである |
protected Renderer | UIComponentBase.getRenderer(FacesContext context) |
protected abstract Renderer | UIComponent.getRenderer(FacesContext context) このコンポーネントに関連付けられている Renderer インスタンスがあれば、それを返す簡易メソッド。それ以外の場合は、null を返します。 |
static char | UINamingContainer.getSeparatorChar(FacesContext context) clientId のセグメントを区切るために使用される文字を返します。 |
StringSE | UIViewParameter.getStringValue(FacesContext context) このパラメーターの値が |
StringSE | UIViewParameter.getStringValueFromModel(FacesContext context) 標準の変換手順を手動で実行して、値式から文字列値を取得します。 |
UIViewParameter | UIViewParameter.Reference.getUIViewParameter(FacesContext context) このインスタンスが参照する |
void | ContextCallback.invokeContextCallback(FacesContext context, UIComponent target) このメソッドは、 UIComponent.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback) の実装によって呼び出され、invokeOnComponent への引数として指定された clientId とともにコンポーネントに渡される必要があります。 |
boolean | UIData.invokeOnComponent(FacesContext context, StringSE clientId, ContextCallback callback) UIComponentBase.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback) の動作をオーバーライドして、コンポーネントを見つけてそのコールバックを呼び出す前に、データを適切に配置するための特別な注意を提供します。 |
boolean | UIComponentBase.invokeOnComponent(FacesContext context, StringSE clientId, ContextCallback callback) ビュー階層のこのコンポーネントから開始して、引数 clientId と等しい clientId を持つコンポーネントを検索し、見つかった場合は、引数 callback で ContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) メソッドを呼び出し、現在の FacesContext と見つかったコンポーネントを引数として渡します。 |
boolean | UIComponent.invokeOnComponent(FacesContext context, StringSE clientId, ContextCallback callback) ビュー階層のこのコンポーネントから開始して、引数 clientId と等しい clientId を持つコンポーネントを検索し、見つかった場合は、引数 callback で ContextCallback.invokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent) メソッドを呼び出し、現在の FacesContext と見つかったコンポーネントを引数として渡します。 |
static boolean | UIViewAction.isProcessingBroadcast(FacesContext context) 現在のリクエスト処理ライフサイクルが |
void | UIComponent.popComponentFromEL(FacesContext context)
|
void | UIViewRoot.processApplication(FacesContext context) リクエスト処理ライフサイクルのアプリケーションの呼び出しフェーズでキューに入れられたイベントをブロードキャストし、このフェーズのイベント処理によって renderResponse() または responseComplete() が呼び出された場合は、後のフェーズのイベントをすべてクリアします。 |
void | UIViewRoot.processDecodes(FacesContext context) |
void | UIInput.processDecodes(FacesContext context) スーパークラスによって提供されるものに加えて、特殊なデコード動作。 |
void | UIForm.processDecodes(FacesContext context) UIComponent.processDecodes(jakarta.faces.context.FacesContext) をオーバーライドして、フォームがその子より先にデコードされるようにします。 |
void | UIData.processDecodes(FacesContext context) デフォルトの UIComponentBase.processDecodes(jakarta.faces.context.FacesContext) 処理をオーバーライドして、以下のステップを実行します。 |
void | UIComponentBase.processDecodes(FacesContext context) |
abstract void | UIComponent.processDecodes(FacesContext context) 次のように、このコンポーネントのすべてのファセット、このコンポーネントのすべての子、このコンポーネント自体に対して、リクエスト処理ライフサイクルのリクエスト値の適用フェーズで必要なコンポーネントツリー処理を実行します。 |
void | UIViewRoot.processRestoreState(FacesContext context, ObjectSE state) デフォルトの実装は |
void | UIComponentBase.processRestoreState(FacesContext context, ObjectSE state) |
abstract void | UIComponent.processRestoreState(FacesContext context, ObjectSE state) 次のように、このコンポーネントのすべてのファセット、このコンポーネントのすべての子、このコンポーネント自体に対して、リクエスト処理ライフサイクルのビューの復元フェーズで必要なコンポーネントツリー処理を実行します。 |
ObjectSE | UIComponentBase.processSaveState(FacesContext context) |
abstract ObjectSE | UIComponent.processSaveState(FacesContext context) 次のように、このコンポーネントのすべてのファセット、このコンポーネントのすべての子、このコンポーネント自体に対して、リクエスト処理ライフサイクルのレンダリングレスポンスフェーズの状態保存部分で必要なコンポーネントツリー処理を実行します。 |
void | UIViewRoot.processUpdates(FacesContext context) |
void | UIInput.processUpdates(FacesContext context) |
void | UIForm.processUpdates(FacesContext context) UIComponent.processUpdates(jakarta.faces.context.FacesContext) をオーバーライドして、この UIForm インスタンスの子が UIForm.isSubmitted() が true を返す場合にのみ処理されるようにします。 |
void | UIData.processUpdates(FacesContext context) デフォルトの UIComponentBase.processUpdates(jakarta.faces.context.FacesContext) 処理をオーバーライドして、以下のステップを実行します。 |
void | UIComponentBase.processUpdates(FacesContext context) |
abstract void | UIComponent.processUpdates(FacesContext context) 次のように、このコンポーネントのすべてのファセット、このコンポーネントのすべての子、このコンポーネント自体に対して、リクエスト処理ライフサイクルのモデル値の更新フェーズで必要なコンポーネントツリー処理を実行します。 |
void | UIViewRoot.processValidators(FacesContext context) |
void | UIViewParameter.processValidators(FacesContext context) スーパークラスの動作を特殊化して、 |
void | UISelectOne.processValidators(FacesContext context)
|
void | UIInput.processValidators(FacesContext context) immediate プロパティが(デフォルトで)false の場合 UIComponentBase から継承された標準 processValidators 動作に加えて、validate() を呼び出します。後でコンポーネントが無効になった場合は、renderResponse() を呼び出します。 |
void | UIForm.processValidators(FacesContext context)
|
void | UIData.processValidators(FacesContext context) デフォルトの |
void | UIComponentBase.processValidators(FacesContext context) |
abstract void | UIComponent.processValidators(FacesContext context) 次のように、このコンポーネントのすべてのファセット、このコンポーネントのすべての子、このコンポーネント自体に対して、リクエスト処理ライフサイクルのプロセス検証フェーズで必要なコンポーネントツリー処理を実行します。 |
void | UIComponent.pushComponentToEL(FacesContext context, UIComponent component) キー |
void | UIViewRoot.removeComponentResource(FacesContext context, UIComponent componentResource) このビューのリソースとして、リソースインスタンスを表すと想定されている引数 |
void | UIViewRoot.removeComponentResource(FacesContext context, UIComponent componentResource, StringSE target) このビューのリソースとして、リソースインスタンスを表すと想定されている引数 |
void | UIViewRoot.resetValues(FacesContext context, CollectionSE<StringSE> clientIds) clientIds にアクセスし、コンポーネントが |
static ObjectSE | UIComponentBase.restoreAttachedState(FacesContext context, ObjectSE stateObj) このメソッドは、 UIComponentBase.saveAttachedState(jakarta.faces.context.FacesContext, java.lang.Object) を使用して保存したオブジェクトを復元する必要がある UIComponent サブクラスによって呼び出されます。 |
void | UIViewRoot.restoreState(FacesContext context, ObjectSE state) |
void | UIOutput.restoreState(FacesContext context, ObjectSE state) |
void | UIInput.restoreState(FacesContext context, ObjectSE state) |
void | UIData.restoreState(FacesContext context, ObjectSE state) |
void | UIComponentBase.restoreState(FacesContext context, ObjectSE state) |
void | StateHolder.restoreState(FacesContext context, ObjectSE state) state オブジェクトのエントリから状態を復元するために必要な処理を実行します。 |
void | UIComponent.restoreTransientState(FacesContext context, ObjectSE state) 一時的な状態の概念をサポートする必要があるコンポーネントの場合、このメソッドは、 |
void | TransientStateHolder.restoreTransientState(FacesContext context, ObjectSE state) 状態として渡されたオブジェクトを使用して、「一時的な状態」を復元します。 |
void | UIViewRoot.restoreViewScopeState(FacesContext context, ObjectSE state) ViewScope 状態を復元します。 |
static ObjectSE | UIComponentBase.saveAttachedState(FacesContext context, ObjectSE attachedObject) このメソッドは、1 つまたは複数のアタッチされたオブジェクトを保存する |
ObjectSE | UIViewRoot.saveState(FacesContext context) |
ObjectSE | UIOutput.saveState(FacesContext context) |
ObjectSE | UIInput.saveState(FacesContext context) |
ObjectSE | UIData.saveState(FacesContext context) |
ObjectSE | UIComponentBase.saveState(FacesContext context) |
ObjectSE | StateHolder.saveState(FacesContext context) インスタンスの状態を Serializable オブジェクトとして取得します。 |
ObjectSE | UIComponent.saveTransientState(FacesContext context) 一時的な状態の概念をサポートする必要があるコンポーネントの場合、このメソッドは、本質的に一時的であることがわかっているすべての状態を保存します。 |
ObjectSE | TransientStateHolder.saveTransientState(FacesContext context) 関連する「一時的な状態」を含むオブジェクトを返します。 |
void | UIViewParameter.updateModel(FacesContext context) スーパークラス |
void | UIInput.updateModel(FacesContext context) 次のアルゴリズムを実行して、必要に応じて、この UIInput に関連付けられているモデルデータを更新します。 |
void | UIInput.validate(FacesContext context) 次のアルゴリズムを実行して、この UIInput のローカル値を検証します。 |
protected void | UISelectOne.validateValue(FacesContext context, ObjectSE value) UIInput から継承された標準的な検証動作に加えて、任意の指定された値が利用可能なオプションの 1 に等しいことを確認してください。 |
protected void | UISelectMany.validateValue(FacesContext context, ObjectSE value) UIInput から継承された標準的な検証動作に加えて、任意の指定された値は、利用可能なオプションの 1 に等しいことを確認してください。 |
protected void | UIInput.validateValue(FacesContext context, ObjectSE newValue) 以下のアルゴリズムに従って「有効な」プロパティを設定します。 |
コンストラクターと説明 |
---|
Reference(FacesContext context, UIViewParameter param, int indexInParent, StringSE viewIdAtTimeOfConstruction)
|
修飾子と型 | メソッドと説明 |
---|---|
abstract FacesContext | ClientBehaviorContext.getFacesContext() 現在のリクエストの |
修飾子と型 | メソッドと説明 |
---|---|
static ClientBehaviorContext | ClientBehaviorContext.createClientBehaviorContext(FacesContext context, UIComponent component, StringSE eventName, StringSE sourceId, CollectionSE<ClientBehaviorContext.Parameter> parameters) ClientBehaviorContext インスタンスを作成します。 |
void | ClientBehaviorBase.decode(FacesContext context, UIComponent component) |
void | ClientBehavior.decode(FacesContext context, UIComponent component) 指定された |
protected ClientBehaviorRenderer | ClientBehaviorBase.getRenderer(FacesContext context) この |
void | BehaviorBase.restoreState(FacesContext context, ObjectSE state) |
void | AjaxBehavior.restoreState(FacesContext context, ObjectSE state) |
ObjectSE | BehaviorBase.saveState(FacesContext context) |
ObjectSE | AjaxBehavior.saveState(FacesContext context) |
修飾子と型 | メソッドと説明 |
---|---|
ObjectSE | HtmlInputFile.saveState(FacesContext context) |
修飾子と型 | メソッドと説明 |
---|---|
abstract FacesContext | SearchExpressionContext.getFacesContext() 現在のリクエストの FacesContext を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
FacesContext | VisitContextWrapper.getFacesContext() |
abstract FacesContext | VisitContext.getFacesContext() 現在のリクエストの FacesContext を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
static VisitContext | VisitContext.createVisitContext(FacesContext context) UIComponent.visitTree() で使用する VisitContext インスタンスを作成します。 |
static VisitContext | VisitContext.createVisitContext(FacesContext context, CollectionSE<StringSE> ids, SetSE<VisitHint> hints) UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback) で使用するために、指定された ID とヒントで初期化された VisitContext インスタンスを返します。 |
abstract VisitContext | VisitContextFactory.getVisitContext(FacesContext context, CollectionSE<StringSE> ids, SetSE<VisitHint> hints) 新しい |
修飾子と型 | クラスと説明 |
---|---|
class | FacesContextWrapper |
修飾子と型 | メソッドと説明 |
---|---|
static FacesContext | FacesContext.getCurrentInstance() 現在のスレッドによって処理されているリクエストの |
abstract FacesContext | FacesContextFactory.getFacesContext(ObjectSE context, ObjectSE request, ObjectSE response, Lifecycle lifecycle) この Web アプリケーション用に、指定された Lifecycle インスタンスを使用して、指定されたリクエストおよびレスポンスオブジェクトの処理用に初期化された FacesContext インスタンスを作成し(必要な場合)返します。 |
FacesContext | FacesContextWrapper.getWrapped() |
修飾子と型 | メソッドと説明 |
---|---|
void | FlashWrapper.doPostPhaseActions(FacesContext ctx) このメソッドのデフォルトの動作は、ラップされた |
abstract void | Flash.doPostPhaseActions(FacesContext ctx) すべてのライフサイクルフェーズの実行後に呼び出されるこのメソッドにより、実装は、ライフサイクルを処理するリクエストに適用される Flash スコープ契約を提供するために必要なアクションを実行できます。 |
void | FlashWrapper.doPrePhaseActions(FacesContext ctx) このメソッドのデフォルトの動作は、ラップされた |
abstract void | Flash.doPrePhaseActions(FacesContext ctx) すべてのライフサイクルフェーズの実行前に呼び出されるこのメソッドにより、実装は、ライフサイクルを処理するリクエストに適用される Flash スコープ契約を提供するために必要なアクションを実行できます。 |
abstract PartialViewContext | PartialViewContextFactory.getPartialViewContext(FacesContext context) |
protected static void | FacesContext.setCurrentInstance(FacesContext context) 現在のスレッドによって処理されているリクエストの FacesContext インスタンスを設定します。 |
コンストラクターと説明 |
---|
FacesContextWrapper(FacesContext wrapped) この Faces コンテキストが装飾されている場合、装飾を行う実装は、ラップされている実装をこのコンストラクターにプッシュする必要があります。 |
修飾子と型 | メソッドと説明 |
---|---|
ObjectSE | ShortConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | NumberConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | LongConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | IntegerConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | FloatConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | EnumConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) value 引数を、コンストラクターで提供されるクラスの列挙型定数の 1 つに変換します。 |
ObjectSE | DoubleConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | DateTimeConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
T | Converter.getAsObject(FacesContext context, UIComponent component, StringSE value) リクエスト処理のライフサイクルのプロセス検証フェーズ中に格納されているに適したモデルデータオブジェクトに、指定さ UIComponent に関連付けられている指定された文字列値を変換します。 |
ObjectSE | CharacterConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | ByteConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | BooleanConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | BigIntegerConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
ObjectSE | BigDecimalConverter.getAsObject(FacesContext context, UIComponent component, StringSE value) |
StringSE | ShortConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | NumberConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | LongConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | IntegerConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | FloatConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | EnumConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value)
|
StringSE | DoubleConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | DateTimeConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | CharacterConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | ByteConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | BooleanConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | BigIntegerConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | BigDecimalConverter.getAsString(FacesContext context, UIComponent component, ObjectSE value) |
StringSE | Converter.getAsString(FacesContext context, UIComponent component, T value) 指定された UIComponent に関連付けられている指定されたモデルオブジェクトの値を、リクエスト処理ライフサイクルのレスポンスのレンダリングフェーズ中に生成されるレスポンスに含めるのに適した文字列に変換します。 |
void | NumberConverter.restoreState(FacesContext context, ObjectSE state) |
void | EnumConverter.restoreState(FacesContext facesContext, ObjectSE object) |
void | DateTimeConverter.restoreState(FacesContext context, ObjectSE state) |
ObjectSE | NumberConverter.saveState(FacesContext context) |
ObjectSE | EnumConverter.saveState(FacesContext facesContext) |
ObjectSE | DateTimeConverter.saveState(FacesContext context) |
修飾子と型 | メソッドと説明 |
---|---|
abstract ClassSE | ValueBinding.getType(FacesContext context) 使用すべきではありません。 指定された FacesContext を基準にして、この ValueBinding によって表されるプロパティの型を返します。 |
abstract ClassSE | MethodBinding.getType(FacesContext context) 使用すべきではありません。 このメソッドバインディング式で識別されるメソッドからの戻り値の型を表す Java クラスを返します。 |
abstract ObjectSE | ValueBinding.getValue(FacesContext context) 使用すべきではありません。 指定された FacesContext を基準にして、この ValueBinding によって表されるプロパティの値を返します。 |
abstract ObjectSE | MethodBinding.invoke(FacesContext context, ObjectSE[] params) 使用すべきではありません。 このメソッドバインディング式で識別されるメソッドの呼び出しから返された戻り値(ある場合)を返し、指定された FacesContext に関連する指定されたパラメーターを渡します。 |
abstract boolean | ValueBinding.isReadOnly(FacesContext context) 使用すべきではありません。 指定されたプロパティの指定されたプロパティが不変であることがわかっている場合、 true を返します。それ以外の場合は、false を返します。 |
abstract ObjectSE | VariableResolver.resolveVariable(FacesContext context, StringSE name) 使用すべきではありません。 指定された変数名を解決し、対応するオブジェクトがあればそれを返します。それ以外の場合は、 null を返します。 |
abstract void | ValueBinding.setValue(FacesContext context, ObjectSE value) 使用すべきではありません。 指定された FacesContext を基準にして、この ValueBinding によって表されるプロパティの値を設定します。 |
修飾子と型 | メソッドと説明 |
---|---|
FacesContext | ExceptionQueuedEventContext.getContext() このリクエストの |
FacesContext | SystemEvent.getFacesContext() Faces コンテキストを取得します。 |
FacesContext | PhaseEvent.getFacesContext() 処理中のリクエストの FacesContext を返します。 |
FacesContext | FacesEvent.getFacesContext() Faces コンテキストを取得します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | MethodExpressionValueChangeListener.restoreState(FacesContext context, ObjectSE state) コンストラクターに記述されている両方の |
void | MethodExpressionActionListener.restoreState(FacesContext context, ObjectSE state) コンストラクターに記述されている両方の |
ObjectSE | MethodExpressionValueChangeListener.saveState(FacesContext context) コンストラクターで記述されている両方の |
ObjectSE | MethodExpressionActionListener.saveState(FacesContext context) コンストラクターで記述されている両方の |
コンストラクターと説明 |
---|
ActionEvent(FacesContext facesContext, UIComponent component) Faces コンテキスト、指定されたソースコンポーネント、アクションコマンドから新しいイベントオブジェクトを構築します。 |
AjaxBehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior) Faces コンテキスト、指定されたソースコンポーネント、Ajax 動作から新しいイベントオブジェクトを構築します。 |
BehaviorEvent(FacesContext facesContext, UIComponent component, Behavior behavior) Faces コンテキスト、指定されたソースコンポーネントおよび動作から新しいイベントオブジェクトを構築します。 |
ComponentSystemEvent(FacesContext facesContext, UIComponent component) 引数 |
ExceptionQueuedEvent(FacesContext facesContext, ExceptionQueuedEventContext eventContext) 引数 |
ExceptionQueuedEventContext(FacesContext context, ThrowableSE thrown) 引数 |
ExceptionQueuedEventContext(FacesContext context, ThrowableSE thrown, UIComponent component) 引数 |
ExceptionQueuedEventContext(FacesContext context, ThrowableSE thrown, UIComponent component, PhaseId phaseId) ライフサイクルフェーズ |
FacesEvent(FacesContext facesContext, UIComponent component) Faces コンテキストと指定されたソースコンポーネントから新しいイベントオブジェクトを構築します。 |
PhaseEvent(FacesContext context, PhaseId phaseId, Lifecycle lifecycle) 指定されたパラメーターから新しいイベントオブジェクトを構築します。 |
PostAddToViewEvent(FacesContext facesContext, UIComponent component) 引数 |
PostConstructApplicationEvent(FacesContext facesContext, Application application) このアプリケーションの新しい |
PostConstructCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext) このイベントのインスタンスは、引数 |
PostConstructViewMapEvent(FacesContext facesContext, UIViewRoot root) 引数 |
PostKeepFlashValueEvent(FacesContext facesContext, StringSE key) 引数 |
PostPutFlashValueEvent(FacesContext facesContext, StringSE key) 引数 |
PostRenderViewEvent(FacesContext facesContext, UIViewRoot root) 引数 |
PostRestoreStateEvent(FacesContext facesContext, UIComponent component) 引数 |
PostValidateEvent(FacesContext facesContext, UIComponent component) コンストラクター |
PreClearFlashEvent(FacesContext facesContext, MapSE<StringSE, ObjectSE> source) 引数 |
PreDestroyApplicationEvent(FacesContext facesContext, Application application) このアプリケーションの新しい |
PreDestroyCustomScopeEvent(FacesContext facesContext, ScopeContext scopeContext) このイベントのインスタンスは、引数 |
PreDestroyViewMapEvent(FacesContext facesContext, UIViewRoot root) 引数 |
PreRemoveFlashValueEvent(FacesContext facesContext, StringSE key) 引数 |
PreRemoveFromViewEvent(FacesContext facesContext, UIComponent component) 引数 |
PreRenderComponentEvent(FacesContext facesContext, UIComponent component) 引数 |
PreRenderViewEvent(FacesContext facesContext, UIViewRoot root) 引数 |
PreValidateEvent(FacesContext facesContext, UIComponent component) コンストラクター |
SystemEvent(FacesContext facesContext, ObjectSE source) 引数 |
ValueChangeEvent(FacesContext facesContext, UIComponent component, ObjectSE oldValue, ObjectSE newValue) Faces コンテキスト、指定されたソースコンポーネント、古い値と新しい値から新しいイベントオブジェクトを構築します。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract void | FlowHandler.addFlow(FacesContext context, Flow toAdd) 現在のアプリケーションで認識されている |
abstract void | FlowHandler.clientWindowTransition(FacesContext context) コンポーネントファミリ |
FlowHandler | FlowHandlerFactoryWrapper.createFlowHandler(FacesContext context) |
abstract FlowHandler | FlowHandlerFactory.createFlowHandler(FacesContext context)
|
abstract StringSE | FlowCallNode.getCalledFlowDocumentId(FacesContext context) |
abstract StringSE | FlowCallNode.getCalledFlowId(FacesContext context) |
abstract BooleanSE | SwitchCase.getCondition(FacesContext context) この場合は |
abstract Flow | FlowHandler.getCurrentFlow(FacesContext context) 引数 |
abstract StringSE | SwitchNode.getDefaultOutcome(FacesContext context) このスイッチでデフォルトの結果を返します。 |
abstract Flow | FlowHandler.getFlow(FacesContext context, StringSE definingDocumentId, StringSE id) 引数 |
abstract StringSE | ReturnNode.getFromOutcome(FacesContext context) 制御がこの戻りノードに渡されるときに使用される |
abstract StringSE | FlowHandler.getLastDisplayedViewId(FacesContext context)
|
abstract boolean | FlowHandler.isActive(FacesContext context, StringSE definingDocument, StringSE id) 引数 |
abstract void | FlowHandler.popReturnMode(FacesContext context) リターンノードを処理するときに、ナビゲーションの正しい処理を有効にします。 |
abstract void | FlowHandler.pushReturnMode(FacesContext context) リターンノードを処理するときに、ナビゲーションの正しい処理を有効にします。 |
abstract void | FlowHandler.transition(FacesContext context, Flow sourceFlow, Flow targetFlow, FlowCallNode outboundCallNode, StringSE toViewId) 現在のユーザーの |
修飾子と型 | メソッドと説明 |
---|---|
void | LifecycleWrapper.attachWindow(FacesContext context) |
void | Lifecycle.attachWindow(FacesContext context) ライフサイクル全体でこの実行の |
void | ClientWindowWrapper.decode(FacesContext context) |
abstract void | ClientWindow.decode(FacesContext context) 実装は、受信リクエストを調べ、 |
void | ClientWindowWrapper.disableClientWindowRenderMode(FacesContext context) |
void | ClientWindow.disableClientWindowRenderMode(FacesContext context) 生成された URL での ClientWindow の追加の使用ごとの無効化を許可するコンポーネントは、これらの URL をレンダリングする前に、まずこのメソッドを呼び出す必要があります。 |
void | ClientWindowWrapper.enableClientWindowRenderMode(FacesContext context) |
void | ClientWindow.enableClientWindowRenderMode(FacesContext context) 生成された URL での ClientWindow の追加の使用ごとの無効化を許可するコンポーネントは、それらの URL をレンダリングした後、最初にこのメソッドを呼び出す必要があります。 |
void | LifecycleWrapper.execute(FacesContext context) |
abstract void | Lifecycle.execute(FacesContext context) リクエスト処理ライフサイクルのすべてのフェーズを、Jakarta Server Faces Specification に従って、Render Response フェーズまで(指定された順序で)実行します。 |
abstract ClientWindow | ClientWindowFactory.getClientWindow(FacesContext context) 実装は、このリクエストの |
MapSE<StringSE, StringSE> | ClientWindowWrapper.getQueryURLParameters(FacesContext context) |
abstract MapSE<StringSE, StringSE> | ClientWindow.getQueryURLParameters(FacesContext context) このメソッドは、クライアントウィンドウ関連のパラメーターを URL に挿入する必要があるランタイムによって URL が生成されるたびに呼び出されます。 |
boolean | ClientWindowWrapper.isClientWindowRenderModeEnabled(FacesContext context) |
boolean | ClientWindow.isClientWindowRenderModeEnabled(FacesContext context) 生成された URL に ClientWindow を追加するメソッドは、このメソッドを呼び出して、許可されているかどうかを確認する必要があります。 |
void | LifecycleWrapper.render(FacesContext context) |
abstract void | Lifecycle.render(FacesContext context) 現在のリクエストに関連付けられている FacesContext インスタンスで responseComplete() メソッドが呼び出されていない限り、リクエスト処理ライフサイクルのレスポンスのレンダリングフェーズを実行します。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | RendererWrapper.convertClientId(FacesContext context, StringSE clientId) |
StringSE | Renderer.convertClientId(FacesContext context, StringSE clientId) コンポーネントが生成したクライアント ID を、クライアントへの送信に適した形式に変換します。 |
void | RendererWrapper.decode(FacesContext context, UIComponent component) |
void | Renderer.decode(FacesContext context, UIComponent component) |
void | ClientBehaviorRenderer.decode(FacesContext context, UIComponent component, ClientBehavior behavior) 指定された |
void | RendererWrapper.encodeBegin(FacesContext context, UIComponent component) |
void | Renderer.encodeBegin(FacesContext context, UIComponent component) 最初に指定された UIComponent を、作成中のレスポンスに関連付けられた出力ストリームまたはライターにレンダリングします。 |
void | RendererWrapper.encodeChildren(FacesContext context, UIComponent component) |
void | Renderer.encodeChildren(FacesContext context, UIComponent component) encodeBegin() で説明されている規則に従って、この UIComponent の子コンポーネントをレンダリングして、レンダリングする適切な値を取得します。 |
void | RendererWrapper.encodeEnd(FacesContext context, UIComponent component) |
void | Renderer.encodeEnd(FacesContext context, UIComponent component) encodeBegin() で説明されている規則に従って、指定された UIComponent の現在の状態の終了をレンダリングして、レンダリングする適切な値を取得します。 |
ObjectSE | ResponseStateManager.getComponentStateToRestore(FacesContext context) 使用すべきではありません。 このメソッドは ResponseStateManager.getState(jakarta.faces.context.FacesContext, java.lang.String) に置き換えられました。デフォルトの実装は null を返します。 |
ObjectSE | RendererWrapper.getConvertedValue(FacesContext context, UIComponent component, ObjectSE submittedValue) |
ObjectSE | Renderer.getConvertedValue(FacesContext context, UIComponent component, ObjectSE submittedValue) 以前に格納された状態情報を、このコンポーネントに必要な型のオブジェクトに変換しようとします(オプションで、このコンポーネントに登録されている Converter がある場合は、それを使用します)。 |
StringSE | ResponseStateManager.getCryptographicallyStrongTokenFromSession(FacesContext context) 準拠する実装は、このアプリケーションのビューを保護するために使用するために、暗号的に強力なトークンを返す必要があります。 |
abstract RenderKit | RenderKitFactory.getRenderKit(FacesContext context, StringSE renderKitId) |
ObjectSE | ResponseStateManager.getState(FacesContext context, StringSE viewId) 実装は、現在のリクエストをインスペクションし、ツリー構造と ResponseStateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object) の前の呼び出しに渡されたコンポーネントの状態を表すオブジェクトを返す必要があります。 |
ObjectSE | ResponseStateManager.getTreeStructureToRestore(FacesContext context, StringSE viewId) 使用すべきではありません。 このメソッドは ResponseStateManager.getState(jakarta.faces.context.FacesContext, java.lang.String) に置き換えられました。デフォルトの実装は null を返します。 |
StringSE | ResponseStateManager.getViewState(FacesContext context, ObjectSE state) この ResponseStateManager でサポートされているレンダリングテクノロジに関連するマークアップなしで、指定された状態を String として返します。 |
boolean | ResponseStateManager.isPostback(FacesContext context) 現在のリクエストがポストバックの場合は true を返します。 |
boolean | ResponseStateManager.isStateless(FacesContext context, StringSE viewId)
|
void | ResponseStateManager.writeState(FacesContext context, ObjectSE state) |
void | ResponseStateManager.writeState(FacesContext context, StateManager.SerializedView state) 使用すべきではありません。 このメソッドは ResponseStateManager.writeState(jakarta.faces.context.FacesContext,java.lang.Object) に置き換えられました。デフォルトの実装では、2 つの要素を持つ Object 配列が作成されます。最初の要素は StateManager.SerializedView.getStructure() の呼び出しからの戻りで、2 番目の要素は StateManager.SerializedView.getState() からの戻りです。次に、この Object 配列を ResponseStateManager.writeState(jakarta.faces.context.FacesContext, java.lang.Object) に渡します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | RegexValidator.restoreState(FacesContext context, ObjectSE state) |
void | MethodExpressionValidator.restoreState(FacesContext context, ObjectSE state) |
void | LongRangeValidator.restoreState(FacesContext context, ObjectSE state) |
void | LengthValidator.restoreState(FacesContext context, ObjectSE state) |
void | DoubleRangeValidator.restoreState(FacesContext context, ObjectSE state) |
void | BeanValidator.restoreState(FacesContext context, ObjectSE state) |
ObjectSE | RegexValidator.saveState(FacesContext context) |
ObjectSE | MethodExpressionValidator.saveState(FacesContext context) |
ObjectSE | LongRangeValidator.saveState(FacesContext context) |
ObjectSE | LengthValidator.saveState(FacesContext context) |
ObjectSE | DoubleRangeValidator.saveState(FacesContext context) |
ObjectSE | BeanValidator.saveState(FacesContext context) |
void | RequiredValidator.validate(FacesContext context, UIComponent component, ObjectSE value) 変換されたオブジェクト値が null でないことを確認します。 |
void | RegexValidator.validate(FacesContext context, UIComponent component, ObjectSE value) 正規表現パターンに対して文字列を検証します。 |
void | MethodExpressionValidator.validate(FacesContext context, UIComponent component, ObjectSE value) |
void | LongRangeValidator.validate(FacesContext context, UIComponent component, ObjectSE value) |
void | LengthValidator.validate(FacesContext context, UIComponent component, ObjectSE value) |
void | DoubleRangeValidator.validate(FacesContext context, UIComponent component, ObjectSE value) |
void | BeanValidator.validate(FacesContext context, UIComponent component, ObjectSE value) Bean 検証制約に従って値が有効であることを確認します。 |
void | Validator.validate(FacesContext context, UIComponent component, T value) |
修飾子と型 | メソッドと説明 |
---|---|
void | AttachedObjectHandler.applyAttachedObject(FacesContext context, UIComponent parent) 引数 |
void | ViewDeclarationLanguageWrapper.buildView(FacesContext context, UIViewRoot root) |
abstract void | ViewDeclarationLanguage.buildView(FacesContext context, UIViewRoot root) 子供たちと一緒に移入する、 |
ListSE<StringSE> | ViewDeclarationLanguageWrapper.calculateResourceLibraryContracts(FacesContext context, StringSE viewId) |
ListSE<StringSE> | ViewDeclarationLanguage.calculateResourceLibraryContracts(FacesContext context, StringSE viewId) 引数 |
UIComponent | ViewDeclarationLanguageWrapper.createComponent(FacesContext context, StringSE taglibURI, StringSE tagName, MapSE<StringSE, ObjectSE> attributes) |
UIComponent | ViewDeclarationLanguage.createComponent(FacesContext context, StringSE taglibURI, StringSE tagName, MapSE<StringSE, ObjectSE> attributes)
|
abstract UIViewRoot | ViewMetadata.createMetadataView(FacesContext context) ビューパラメーターメタデータのみを含む新しい |
UIViewRoot | ViewDeclarationLanguageWrapper.createView(FacesContext context, StringSE viewId) |
abstract UIViewRoot | ViewDeclarationLanguage.createView(FacesContext context, StringSE viewId) 引数 |
BeanInfoSE | ViewDeclarationLanguageWrapper.getComponentMetadata(FacesContext context, Resource componentResource) |
abstract BeanInfoSE | ViewDeclarationLanguage.getComponentMetadata(FacesContext context, Resource componentResource) 引数 |
Resource | ViewDeclarationLanguageWrapper.getScriptComponentResource(FacesContext context, Resource componentResource) |
abstract Resource | ViewDeclarationLanguage.getScriptComponentResource(FacesContext context, Resource componentResource) 引数 |
StateManagementStrategy | ViewDeclarationLanguageWrapper.getStateManagementStrategy(FacesContext context, StringSE viewId) |
abstract StateManagementStrategy | ViewDeclarationLanguage.getStateManagementStrategy(FacesContext context, StringSE viewId) 状態の保存と復元の実装を制御する必要のある実装では、 |
ViewMetadata | ViewDeclarationLanguageWrapper.getViewMetadata(FacesContext context, StringSE viewId) |
abstract ViewMetadata | ViewDeclarationLanguage.getViewMetadata(FacesContext context, StringSE viewId) 引数 |
StreamSE<StringSE> | ViewDeclarationLanguageWrapper.getViews(FacesContext context, StringSE path, int maxDepth, ViewVisitOption... options) |
StreamSE<StringSE> | ViewDeclarationLanguage.getViews(FacesContext facesContext, StringSE path, int maxDepth, ViewVisitOption... options) 指定された初期パスをルートとするビューツリーをウォークすることにより、レイジーに配置された |
StreamSE<StringSE> | ViewDeclarationLanguageWrapper.getViews(FacesContext context, StringSE path, ViewVisitOption... options) |
StreamSE<StringSE> | ViewDeclarationLanguage.getViews(FacesContext facesContext, StringSE path, ViewVisitOption... options) 指定された初期パスをルートとするビューツリーをウォークすることにより、レイジーに配置された |
void | ViewDeclarationLanguageWrapper.renderView(FacesContext context, UIViewRoot view) |
abstract void | ViewDeclarationLanguage.renderView(FacesContext context, UIViewRoot view) 引数 |
UIViewRoot | ViewDeclarationLanguageWrapper.restoreView(FacesContext context, StringSE viewId) |
abstract UIViewRoot | ViewDeclarationLanguage.restoreView(FacesContext context, StringSE viewId) 以前に作成したビューから |
abstract UIViewRoot | StateManagementStrategy.restoreView(FacesContext context, StringSE viewId, StringSE renderKitId) リクエストの情報を使用してビューの状態を復元します。 |
void | ViewDeclarationLanguageWrapper.retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, ListSE<AttachedObjectHandler> handlers) |
void | ViewDeclarationLanguage.retargetAttachedObjects(FacesContext context, UIComponent topLevelComponent, ListSE<AttachedObjectHandler> handlers) 引数 |
void | ViewDeclarationLanguageWrapper.retargetMethodExpressions(FacesContext context, UIComponent topLevelComponent) |
void | ViewDeclarationLanguage.retargetMethodExpressions(FacesContext context, UIComponent topLevelComponent) 引数 |
abstract ObjectSE | StateManagementStrategy.saveView(FacesContext context)
|
boolean | ViewDeclarationLanguageWrapper.viewExists(FacesContext context, StringSE viewId) |
boolean | ViewDeclarationLanguage.viewExists(FacesContext context, StringSE viewId) 指定された viewId に対応する物理リソースが存在するかどうかをテストします。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract FacesContext | FaceletContext.getFacesContext() この「リクエスト」にバインドされている現在の FacesContext。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract void | Facelet.apply(FacesContext facesContext, UIComponent parent) 渡された UIComponent の親は仕様書ドキュメントの Facelets の章に従って復元 / 移入されます。 |
void | FaceletsAttachedObjectHandler.applyAttachedObject(FacesContext ctx, UIComponent parent) このクラスの具象サブクラスのタグで表される添付オブジェクトを引数 |
修飾子と型 | メソッドと説明 |
---|---|
protected abstract FacesContext | UIComponentTagBase.getFacesContext() 現在のリクエストの FacesContext インスタンスを返します。 |
protected FacesContext | UIComponentClassicTagBase.getFacesContext() |
修飾子と型 | メソッドと説明 |
---|---|
protected UIComponent | UIComponentTag.createComponent(FacesContext context, StringSE newId) 使用すべきではありません。 Faces 1.1 EL API を使用して createComponent を実装します。 |
protected UIComponent | UIComponentELTag.createComponent(FacesContext context, StringSE newId) getComponentType() を呼び出して返される型の新しい子コンポーネントを作成して返します。 |
protected abstract UIComponent | UIComponentClassicTagBase.createComponent(FacesContext context, StringSE newId) getComponentType() を呼び出して返される型の新しい子コンポーネントを作成して返します。 |
protected UIComponent | UIComponentClassicTagBase.findComponent(FacesContext context) このタグハンドラーインスタンスに対応する UIComponent をコンポーネントツリーから見つけて返します。 |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.