Class ViewStateManagerFactory
- java.lang.Object
 - 
- org.apache.sling.discovery.commons.providers.base.ViewStateManagerFactory
 
 
- 
public class ViewStateManagerFactory extends java.lang.ObjectUsed to create an implementation classes of type ViewStateManager (with the idea to be able to leave the implementation classes as package-protected) 
- 
- 
Constructor Summary
Constructors Constructor Description ViewStateManagerFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ViewStateManagernewViewStateManager(java.util.concurrent.locks.Lock lock, ClusterSyncService consistencyService) 
 - 
 
- 
- 
Method Detail
- 
newViewStateManager
public static ViewStateManager newViewStateManager(java.util.concurrent.locks.Lock lock, ClusterSyncService consistencyService)
 
 - 
 
 -