Package jakarta.faces.component.search
-
Interface Summary Interface Description UntargetableComponent Components implementing this interface are ignored by the algorithm - especially in the implementation of@child(n)
,@next
and@previous
. -
Class Summary Class Description SearchExpressionContext A context object that is used to hold state relating to resolve a search expression.SearchExpressionContextFactory Provide for separation of interface and implementation for theSearchExpressionContext
contract.SearchExpressionHandler The SearchExpressionHandler is responsible for resolving search expression(s)SearchExpressionHandlerWrapper Provides a simple implementation ofSearchExpressionHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingSearchExpressionHandler
instance.SearchKeywordContext SearchKeywordContext provides context information that may be useful toSearchKeywordResolver.resolve(jakarta.faces.component.search.SearchKeywordContext, jakarta.faces.component.UIComponent, java.lang.String)
implementations.SearchKeywordResolver A SearchKeywordResolver is responsible for resolving a single keyword. -
Enum Summary Enum Description SearchExpressionHint An enum that specifies hints that impact the behavior of a component tree search. -
Exception Summary Exception Description ComponentNotFoundException TypedFacesException
for theSearchExpressionHandler
, if a component can't be resolved.