public interface VisitTaskExecutor
| Modifier and Type | Method and Description |
|---|---|
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?
|
javax.faces.component.visit.VisitResult execute(javax.faces.component.UIComponent component)
component - UIComponentboolean shouldExecute(javax.faces.component.UIComponent component)
component - UIComponentCopyright © 2011-2015. All Rights Reserved.