Package jakarta.faces.component
Interface ContextCallback
- All Known Implementing Classes:
- ResetValuesUtils.ResetInputContextCallback
public interface ContextCallback
See Javadoc of Faces Specification
- 
Method SummaryModifier and TypeMethodDescriptionvoidinvokeContextCallback(FacesContext context, UIComponent target) 
- 
Method Details- 
invokeContextCallback- Parameters:
- context-- FacesContextfor the current request
- target-- UIComponenton which the- UIComponent.invokeOnComponent()will be called
 
 
-