Class ViewScopeProvider

  • Direct Known Subclasses:
    CDIViewScopeProviderImpl

    public abstract class ViewScopeProvider
    extends Object
    TODO: (Optional) provide something to cleanup the session when a view is discarded.
    Author:
    Leonardo Uribe
    • Constructor Detail

      • ViewScopeProvider

        public ViewScopeProvider()
    • Method Detail

      • onSessionDestroyed

        public abstract void onSessionDestroyed()
      • generateViewScopeId

        public abstract String generateViewScopeId​(FacesContext facesContext)
      • destroyViewScopeMap

        public abstract void destroyViewScopeMap​(FacesContext facesContext,
                                                 String viewScopeId)