Uses of Class
org.apache.sling.discovery.impl.common.View

Packages that use View
org.apache.sling.discovery.impl.cluster.voting   
org.apache.sling.discovery.impl.common   
org.apache.sling.discovery.impl.common.resource   
 

Uses of View in org.apache.sling.discovery.impl.cluster.voting
 

Subclasses of View in org.apache.sling.discovery.impl.cluster.voting
 class VotingView
          DAO for an ongoing voting, providing a few helper methods
 

Uses of View in org.apache.sling.discovery.impl.common
 

Methods in org.apache.sling.discovery.impl.common that return View
static View ViewHelper.getEstablishedView(org.apache.sling.api.resource.ResourceResolver resourceResolver, Config config)
          Return the currently established cluster view - or null if there is no cluster view established at the moment.
 

Uses of View in org.apache.sling.discovery.impl.common.resource
 

Constructors in org.apache.sling.discovery.impl.common.resource with parameters of type View
EstablishedClusterView(Config config, View view, String localId)
          Construct a new established cluster view
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.