|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VisitTaskExecutor
Interface for all executor classes which are called by visit callbacks.
| Method Summary | |
|---|---|
javax.faces.component.visit.VisitResult |
execute(javax.faces.component.UIComponent component)
Execute some task on the given component. |
boolean |
shouldExecute(javax.faces.component.UIComponent component)
Should the task on the given component be executed? |
| Method Detail |
|---|
javax.faces.component.visit.VisitResult execute(javax.faces.component.UIComponent component)
component - UIComponent
boolean shouldExecute(javax.faces.component.UIComponent component)
component - UIComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||