Package jakarta.faces.component
Interface ContextCallback
public interface ContextCallback
See Javadoc of Faces Specification
-
Method Summary
Modifier and TypeMethodDescriptionvoid
invokeContextCallback
(FacesContext context, UIComponent target)
-
Method Details
-
invokeContextCallback
- Parameters:
context
-FacesContext
for the current requesttarget
-UIComponent
on which theUIComponent.invokeOnComponent()
will be called
-