Class SharingServiceProvider
- java.lang.Object
-
- org.silverpeas.core.sharing.services.SharingServiceProvider
-
public class SharingServiceProvider extends Object
A factory of SharingTicketService instances. This factory wraps the concrete implementation of the SharingTicketService and the way the life-cycle of theses instances are managed.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SharingTicketService
getSharingTicketService()
Gets an instance of the file sharing service.
-
-
-
Method Detail
-
getSharingTicketService
public static SharingTicketService getSharingTicketService()
Gets an instance of the file sharing service.- Returns:
- a SharingTicketService instance.
-
-