|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SearchExpressionResolver
Interface for resolvers, to resolve a UIComponent by a expression.
| Method Summary | |
|---|---|
javax.faces.component.UIComponent |
resolve(javax.faces.component.UIComponent source,
javax.faces.component.UIComponent last,
String expression)
Resolves a UIComponent for the last or source UIComponent and for the given
expression string. |
| Method Detail |
|---|
javax.faces.component.UIComponent resolve(javax.faces.component.UIComponent source,
javax.faces.component.UIComponent last,
String expression)
UIComponent for the last or source UIComponent and for the given
expression string.
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.
UIComponent or null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||