Uses of Class
com.composum.sling.nodes.scene.SceneConfigurations.Config
-
Packages that use SceneConfigurations.Config Package Description com.composum.sling.nodes.browser com.composum.sling.nodes.scene -
-
Uses of SceneConfigurations.Config in com.composum.sling.nodes.browser
Methods in com.composum.sling.nodes.browser that return types with arguments of type SceneConfigurations.Config Modifier and Type Method Description @NotNull Collection<SceneConfigurations.Config>
Browser. getAvailableScenes()
-
Uses of SceneConfigurations.Config in com.composum.sling.nodes.scene
Fields in com.composum.sling.nodes.scene declared as SceneConfigurations.Config Modifier and Type Field Description protected @NotNull SceneConfigurations.Config
Scene. sceneConfig
Methods in com.composum.sling.nodes.scene that return SceneConfigurations.Config Modifier and Type Method Description @NotNull SceneConfigurations.Config
Scene. getConfig()
@Nullable SceneConfigurations.Config
SceneConfigurations. getSceneConfig(String name)
Methods in com.composum.sling.nodes.scene that return types with arguments of type SceneConfigurations.Config Modifier and Type Method Description @NotNull Collection<SceneConfigurations.Config>
SceneConfigurations. getSceneConfigs()
Method parameters in com.composum.sling.nodes.scene with type arguments of type SceneConfigurations.Config Modifier and Type Method Description protected void
SceneConfigurations. findSceneConfigs(@NotNull TreeMap<String,SceneConfigurations.Config> pageConfigs, @NotNull org.apache.sling.api.resource.ResourceResolver resolver, @NotNull String query)
Constructors in com.composum.sling.nodes.scene with parameters of type SceneConfigurations.Config Constructor Description Scene(@NotNull BeanContext context, @NotNull SceneConfigurations.Config sceneConfig, @NotNull String contentType)
-