Package org.apache.myfaces.context.flash
Interface ReleasableFlash
- 
- All Known Implementing Classes:
- FlashImpl
 
 public interface ReleasableFlashImplement this interface, so ClientWindowFlashTokenLRUMap can remove the resources associated with the client window / flash scope token, when an entry is discarded by the LRU algorithm.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearFlashMap(FacesContext facesContext, String clientWindowId, String token)
 
- 
- 
- 
Method Detail- 
clearFlashMapvoid clearFlashMap(FacesContext facesContext, String clientWindowId, String token) 
 
- 
 
-