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 Constructor Description RemoveComponentCallback()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvokeContextCallback(FacesContext context, UIComponent target)booleanisComponentFound()voidsetComponentFound(boolean componentFound)
 
- 
- 
- 
Method Detail- 
invokeContextCallbackpublic void invokeContextCallback(FacesContext context, UIComponent target) - Specified by:
- invokeContextCallbackin interface- ContextCallback
 
 - 
isComponentFoundpublic boolean isComponentFound() 
 - 
setComponentFoundpublic void setComponentFound(boolean componentFound) 
 
- 
 
-