Package org.apache.myfaces.context.flash
Interface ReleasableFlash
- All Known Implementing Classes:
FlashImpl
public interface ReleasableFlash
Implement 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 Summary
Modifier and TypeMethodDescriptionvoid
clearFlashMap
(FacesContext facesContext, String clientWindowId, String token)
-
Method Details
-
clearFlashMap
-