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 NodesConfiguration
PackagesServlet. 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 NodesConfiguration
UserManagerServlet. nodesConfig
-
Uses of NodesConfiguration in com.composum.sling.nodes
Classes in com.composum.sling.nodes that implement NodesConfiguration Modifier and Type Class Description class
NodesConfigImpl
The 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 NodesConfiguration
BrowserServlet. 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 NodesConfiguration
CodeEditorServlet. 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 NodesConfiguration
SourceModel. config
protected NodesConfiguration
ComponentsServlet. nodesConfig
protected NodesConfiguration
NodeServlet. nodesConfig
protected NodesConfiguration
SceneServlet. nodesConfig
protected NodesConfiguration
SourceServlet. nodesConfig
protected NodesConfiguration
SourceUpdateServlet. nodesConfig
Constructors 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)
-