public class NoneExpressionResolver extends Object implements SearchExpressionResolver, ClientIdSearchExpressionResolver
SearchExpressionResolver
for the "@none" keyword.Constructor and Description |
---|
NoneExpressionResolver() |
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,
int options)
Resolves one or multiple clientId's for the given expression string.
|
javax.faces.component.UIComponent |
resolveComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent source,
javax.faces.component.UIComponent last,
String expression,
int options)
Resolves a
UIComponent for the last or source UIComponent and for the given expression string. |
public javax.faces.component.UIComponent resolveComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent source, javax.faces.component.UIComponent last, String expression, int options)
SearchExpressionResolver
UIComponent
for the last or source UIComponent
and for the given expression string.resolveComponent
in interface SearchExpressionResolver
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.options
- The options.UIComponent
or null
.public String resolveClientIds(javax.faces.context.FacesContext context, javax.faces.component.UIComponent source, javax.faces.component.UIComponent last, String expression, int options)
ClientIdSearchExpressionResolver
resolveClientIds
in interface ClientIdSearchExpressionResolver
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.options
- The options.null
.Copyright © 2019. All rights reserved.