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