Package org.silverpeas.core.web.session
Interface SessionCloseable
-
- All Known Implementing Classes:
AbstractAdminComponentSessionController
,AbstractCalendarWebController
,AbstractComponentSessionController
,AgendaSessionController
,ClipboardSessionController
,DirectorySessionController
,DocumentTemplateWebController
,DragAndDropWebEditorController
,FileSharingSessionController
,FormTemplateSessionController
,ImportExportSessionController
,InterestCenterSessionController
,JobDomainPeasSessionController
,JobManagerPeasSessionController
,JobSearchPeasSessionController
,JobStartPagePeasSessionController
,MainSessionController
,MyContactProfilSessionController
,MyLinksPeasWebController
,MyProfilSessionController
,PdcClassifySessionController
,PdcSearchSessionController
,PdcSessionController
,PdcSubscriptionSessionController
,PdcUtilizationSessionController
,PersonalizationSessionController
,POPUPSessionController
,ProfilSessionController
,SelectionPeasWrapperSessionController
,SILVERMAILSessionController
,SilverStatisticsPeasSessionController
,SubscriptionSessionController
,TemplateDesignerSessionController
,ThesaurusSessionController
,ToDoSessionController
,UserCalendarWebController
,UserNotificationSessionController
,VariablesSessionController
,VersioningSessionController
,WbeWebController
,WebComponentController
,WebConnectionsSessionController
,WorkflowDesignerSessionController
public interface SessionCloseable
It defines any object whose the lifecycle spans along the user session and that requires to perform a specific treatment when the session is closed. At session closing, the session management will fetch from the session all the instances that implement this interface to invoke theclose
method.- Author:
- mmoquillon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
The user session is being in close, close all resources relative to the session.
-