Uses of Interface
org.primefaces.util.Callbacks.FailableRunnable
Packages that use Callbacks.FailableRunnable
-
Uses of Callbacks.FailableRunnable in org.primefaces.util
Methods in org.primefaces.util with parameters of type Callbacks.FailableRunnableModifier and TypeMethodDescriptionstatic <E extends Throwable>
voidComponentUtils.runWithoutFacesContextVar(javax.faces.context.FacesContext context, String var, Callbacks.FailableRunnable<E> runnable) Execute a callback in a stateless scope by temporarily removing and restoring a variable from the FacesContext attributes.