| abstract void | SearchExpressionHandler. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 UIComponent previous,
                 String expression,
                 ContextCallback callback) | 
 Resolves multiple  UIComponents for the given expression. | 
| void | SearchExpressionHandler. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 String expression,
                 ContextCallback callback) | 
 Resolves multiple  UIComponents for the given expression. | 
| void | SearchExpressionHandlerWrapper. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 UIComponent previous,
                 String expression,
                 ContextCallback callback) |  | 
| void | SearchExpressionHandlerWrapper. invokeOnComponent(SearchExpressionContext searchExpressionContext,
                 String expression,
                 ContextCallback callback) |  | 
| boolean | SearchKeywordResolver. isLeaf(SearchExpressionContext searchExpressionContext,
      String keyword) | 
 A leaf keyword is a keyword that does not allow to be combined with keywords or id chains to the right. | 
| boolean | SearchKeywordResolver. isPassthrough(SearchExpressionContext searchExpressionContext,
             String keyword) | 
 A passthrough keyword is a keyword, that according to the context, does not require to be resolved on the server, and
 can be passed "unresolved" to the client. | 
| abstract boolean | SearchExpressionHandler. isPassthroughExpression(SearchExpressionContext searchExpressionContext,
                       String expression) | 
 Checks if the given expression is a "passtrough expression". | 
| boolean | SearchExpressionHandlerWrapper. isPassthroughExpression(SearchExpressionContext searchExpressionContext,
                       String expression) |  | 
| abstract boolean | SearchKeywordResolver. isResolverForKeyword(SearchExpressionContext searchExpressionContext,
                    String keyword) |  | 
| abstract boolean | SearchExpressionHandler. isValidExpression(SearchExpressionContext searchExpressionContext,
                 String expression) | 
 Checks if the given expression is a valid expression. | 
| boolean | SearchExpressionHandlerWrapper. isValidExpression(SearchExpressionContext searchExpressionContext,
                 String expression) |  | 
| abstract String | SearchExpressionHandler. resolveClientId(SearchExpressionContext searchExpressionContext,
               String expression) | 
 Resolves to a single clientId or passthrough expression for the given expression. | 
| String | SearchExpressionHandlerWrapper. resolveClientId(SearchExpressionContext searchExpressionContext,
               String expression) |  | 
| abstract List<String> | SearchExpressionHandler. resolveClientIds(SearchExpressionContext searchExpressionContext,
                String expressions) | 
 Resolves to a  List with clientIds or passthrough expressions for the given expressions. | 
| List<String> | SearchExpressionHandlerWrapper. resolveClientIds(SearchExpressionContext searchExpressionContext,
                String expressions) |  | 
| abstract void | SearchExpressionHandler. resolveComponent(SearchExpressionContext searchExpressionContext,
                String expression,
                ContextCallback callback) | 
 Resolves a single  UIComponents for the given expression. | 
| void | SearchExpressionHandlerWrapper. resolveComponent(SearchExpressionContext searchExpressionContext,
                String expression,
                ContextCallback callback) |  | 
| abstract void | SearchExpressionHandler. resolveComponents(SearchExpressionContext searchExpressionContext,
                 String expressions,
                 ContextCallback callback) | 
 Resolves multiple  UIComponents for the given expression(s). | 
| void | SearchExpressionHandlerWrapper. resolveComponents(SearchExpressionContext searchExpressionContext,
                 String expressions,
                 ContextCallback callback) |  |