Class ViewStateManagerFactory
java.lang.Object
org.apache.sling.discovery.commons.providers.base.ViewStateManagerFactory
Used to create an implementation classes of type ViewStateManager
(with the idea to be able to leave the implementation classes
as package-protected)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ViewStateManager
newViewStateManager
(Lock lock, ClusterSyncService consistencyService)
-
Constructor Details
-
ViewStateManagerFactory
public ViewStateManagerFactory()
-
-
Method Details
-
newViewStateManager
public static ViewStateManager newViewStateManager(Lock lock, ClusterSyncService consistencyService)
-