public interface ClientIdSearchExpressionResolver
| Modifier and Type | Method and Description | 
|---|---|
| String | resolveClientIds(javax.faces.context.FacesContext context,
                javax.faces.component.UIComponent source,
                javax.faces.component.UIComponent last,
                String expression,
                Set<SearchExpressionHint> hints)Resolves one or multiple clientId's for the given expression string. | 
String resolveClientIds(javax.faces.context.FacesContext context, javax.faces.component.UIComponent source, javax.faces.component.UIComponent last, String expression, Set<SearchExpressionHint> hints)
context - The FacesContext.source - The source component. E.g. a button.last - The last resolved component in the chain.
             If it's not a nested expression, it's the same as the source component.expression - The search expression.hints - The options.null.Copyright © 2020. All rights reserved.