public class SearchKeywordContext extends ObjectSE
SearchKeywordContext は、SearchKeywordResolver.resolve(javax.faces.component.search.SearchKeywordContext, javax.faces.component.UIComponent, java.lang.String) の実装に役立つコンテキスト情報を提供します。
| コンストラクターと説明 |
|---|
SearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, StringSE remainingExpression)指定された引数で新しいコンテキストを構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ContextCallback | getCallback() 現在のリクエストの |
StringSE | getRemainingExpression()現在のリクエストの残りの式を返します。 |
SearchExpressionContext | getSearchExpressionContext() 現在のリクエストの |
void | invokeContextCallback(UIComponent target) このメソッドは、キーワードの解決されたコンポーネントを持つ |
boolean | isKeywordResolved()キーワードが解決されたかどうかを返します。 |
void | setKeywordResolved(boolean keywordResolved)キーワードが解決されたかどうかを設定します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic SearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, StringSE remainingExpression)
指定された引数で新しいコンテキストを構築します。
searchExpressionContext - 現在のリクエストの SearchExpressionContextcallback - ContextCallbackremainingExpression - 残りの式。public void invokeContextCallback(UIComponent target)
このメソッドは、キーワードの解決されたコンポーネントを持つ SearchKeywordResolver.resolve(javax.faces.component.search.SearchKeywordContext, javax.faces.component.UIComponent, java.lang.String) の実装によって呼び出されます。
target - 解決された UIComponent。public SearchExpressionContext getSearchExpressionContext()
現在のリクエストの SearchExpressionContext を返します。
SearchExpressionContextpublic ContextCallback getCallback()
現在のリクエストの ContextCallback を返します。
ContextCallbackpublic StringSE getRemainingExpression()
現在のリクエストの残りの式を返します。
public boolean isKeywordResolved()
キーワードが解決されたかどうかを返します。
public void setKeywordResolved(boolean keywordResolved)
キーワードが解決されたかどうかを設定します。
keywordResolved - キーワードが解決された場合。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.