org.apache.myfaces.shared.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
 void clearFlashMap(FacesContext facesContext, String clientWindowId, String token)
           
 

Method Detail

clearFlashMap

void clearFlashMap(FacesContext facesContext,
                   String clientWindowId,
                   String token)


Copyright © 2015 The Apache Software Foundation. All rights reserved.