Package jakarta.faces.component
Interface ContextCallback
- 
- All Known Implementing Classes:
- ResetValuesUtils.ResetInputContextCallback
 
 public interface ContextCallbackSee Javadoc of Faces Specification
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinvokeContextCallback(FacesContext context, UIComponent target)
 
- 
- 
- 
Method Detail- 
invokeContextCallbackvoid invokeContextCallback(FacesContext context, UIComponent target) - Parameters:
- context-- FacesContextfor the current request
- target-- UIComponenton which the- UIComponent.invokeOnComponent()will be called
 
 
- 
 
-