Uses of Interface
com.composum.sling.nodes.NodesConfiguration
-
-
Uses of NodesConfiguration in com.composum.sling.core.pckgmgr
Fields in com.composum.sling.core.pckgmgr declared as NodesConfiguration Modifier and Type Field Description protected NodesConfigurationPackagesServlet. nodesConfig -
Uses of NodesConfiguration in com.composum.sling.core.usermanagement
Fields in com.composum.sling.core.usermanagement declared as NodesConfiguration Modifier and Type Field Description protected NodesConfigurationUserManagerServlet. nodesConfig -
Uses of NodesConfiguration in com.composum.sling.nodes
Classes in com.composum.sling.nodes that implement NodesConfiguration Modifier and Type Class Description classNodesConfigImplThe configuration service for all servlets in the core bundle. -
Uses of NodesConfiguration in com.composum.sling.nodes.browser
Fields in com.composum.sling.nodes.browser declared as NodesConfiguration Modifier and Type Field Description protected NodesConfigurationBrowserServlet. nodesConfig -
Uses of NodesConfiguration in com.composum.sling.nodes.components.codeeditor
Fields in com.composum.sling.nodes.components.codeeditor declared as NodesConfiguration Modifier and Type Field Description protected NodesConfigurationCodeEditorServlet. config -
Uses of NodesConfiguration in com.composum.sling.nodes.servlet
Fields in com.composum.sling.nodes.servlet declared as NodesConfiguration Modifier and Type Field Description protected NodesConfigurationSourceModel. configprotected NodesConfigurationComponentsServlet. nodesConfigprotected NodesConfigurationNodeServlet. nodesConfigprotected NodesConfigurationSceneServlet. nodesConfigprotected NodesConfigurationSourceServlet. nodesConfigprotected NodesConfigurationSourceUpdateServlet. nodesConfigConstructors in com.composum.sling.nodes.servlet with parameters of type NodesConfiguration Constructor Description SourceModel(NodesConfiguration config, BeanContext context, org.apache.sling.api.resource.Resource resource)
-