Uses of Interface
jakarta.faces.component.ContextCallback
Packages that use ContextCallback
Package
Description
-
Uses of ContextCallback in com.sun.faces.component.search
Methods in com.sun.faces.component.search with parameters of type ContextCallbackModifier and TypeMethodDescriptionprotected voidSearchExpressionHandlerImpl.invokeKeywordResolvers(SearchExpressionContext searchExpressionContext, UIComponent previous, String keyword, String remainingExpression, ContextCallback callback) voidSearchExpressionHandlerImpl.invokeOnComponent(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback) voidSearchExpressionHandlerImpl.resolveComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) voidSearchExpressionHandlerImpl.resolveComponents(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback) -
Uses of ContextCallback in com.sun.faces.facelets.component
Methods in com.sun.faces.facelets.component with parameters of type ContextCallbackModifier and TypeMethodDescriptionbooleanUIRepeat.invokeOnComponent(FacesContext faces, String clientId, ContextCallback callback) -
Uses of ContextCallback in com.sun.faces.facelets.tag.composite
Methods in com.sun.faces.facelets.tag.composite with parameters of type ContextCallbackModifier and TypeMethodDescriptionbooleanBehaviorHolderWrapper.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) -
Uses of ContextCallback in jakarta.faces.component
Methods in jakarta.faces.component with parameters of type ContextCallbackModifier and TypeMethodDescriptionbooleanUIComponent.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) Starting at this component in the View hierarchy, search for a component with aclientIdequal to the argumentclientIdand, if found, call theinvokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)method on the argumentcallback, passing the currentFacesContextand the found component as arguments.booleanUIComponentBase.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) Starting at this component in the View hierarchy, search for a component with aclientIdequal to the argumentclientIdand, if found, call theinvokeContextCallback(jakarta.faces.context.FacesContext, jakarta.faces.component.UIComponent)method on the argumentcallback, passing the currentFacesContextand the found component as arguments.booleanUIData.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) Override behavior fromUIComponentBase.invokeOnComponent(jakarta.faces.context.FacesContext, java.lang.String, jakarta.faces.component.ContextCallback)to provide special care for positioning the data properly before finding the component and invoking the callback on it.booleanUIForm.invokeOnComponent(FacesContext context, String clientId, ContextCallback callback) -
Uses of ContextCallback in jakarta.faces.component.search
Methods in jakarta.faces.component.search that return ContextCallbackModifier and TypeMethodDescriptionSearchKeywordContext.getCallback()Returns theContextCallbackfor the current request.Methods in jakarta.faces.component.search with parameters of type ContextCallbackModifier and TypeMethodDescriptionabstract voidSearchExpressionHandler.invokeOnComponent(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback) Resolves multipleUIComponents for the given expression.voidSearchExpressionHandler.invokeOnComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) Resolves multipleUIComponents for the given expression.voidSearchExpressionHandlerWrapper.invokeOnComponent(SearchExpressionContext searchExpressionContext, UIComponent previous, String expression, ContextCallback callback) voidSearchExpressionHandlerWrapper.invokeOnComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) abstract voidSearchExpressionHandler.resolveComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) Resolves a singleUIComponents for the given expression.voidSearchExpressionHandlerWrapper.resolveComponent(SearchExpressionContext searchExpressionContext, String expression, ContextCallback callback) abstract voidSearchExpressionHandler.resolveComponents(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback) Resolves multipleUIComponents for the given expression(s).voidSearchExpressionHandlerWrapper.resolveComponents(SearchExpressionContext searchExpressionContext, String expressions, ContextCallback callback) Constructors in jakarta.faces.component.search with parameters of type ContextCallbackModifierConstructorDescriptionSearchKeywordContext(SearchExpressionContext searchExpressionContext, ContextCallback callback, String remainingExpression) Construct a new context with the given arguments.