Package org.apache.myfaces.view.facelets
Class PartialStateManagementStrategy.RemoveComponentCallback
java.lang.Object
org.apache.myfaces.view.facelets.PartialStateManagementStrategy.RemoveComponentCallback
- All Implemented Interfaces:
- ContextCallback
- Enclosing class:
- PartialStateManagementStrategy
public static class PartialStateManagementStrategy.RemoveComponentCallback
extends Object
implements ContextCallback
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinvokeContextCallback(FacesContext context, UIComponent target) booleanvoidsetComponentFound(boolean componentFound) 
- 
Constructor Details- 
RemoveComponentCallbackpublic RemoveComponentCallback()
 
- 
- 
Method Details- 
invokeContextCallback- Specified by:
- invokeContextCallbackin interface- ContextCallback
 
- 
isComponentFoundpublic boolean isComponentFound()
- 
setComponentFoundpublic void setComponentFound(boolean componentFound) 
 
-