public abstract class SuspendCallback extends Object
ComponentContextManager.partialSuspend(javax.faces.context.FacesContext, org.apache.myfaces.trinidad.context.SuspendCallback) to control how far
 into the context change stack to suspend to. This is useful for components that need to
 suspend to a certain point in the change stack, but not the entire stack.| Modifier and Type | Class and Description | 
|---|---|
| static class  | SuspendCallback.SuspendResultReturn value for the  getSuspendResult(ComponentContextChange)function to specify
 when to stop suspending the context change stack. | 
| Constructor and Description | 
|---|
| SuspendCallback() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SuspendCallback.SuspendResult | getSuspendResult(ComponentContextChange change)Determine how suspension should behave with regards to partial suspension. | 
public abstract SuspendCallback.SuspendResult getSuspendResult(ComponentContextChange change)
change - The change to consider suspendingCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.