Uses of Class
com.composum.sling.nodes.scene.Scene
-
Packages that use Scene Package Description com.composum.sling.nodes.servlet -
-
Uses of Scene in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet with parameters of type Scene Modifier and Type Method Description protected void
SceneServlet.SceneOperation. answer(@NotNull com.composum.sling.core.servlet.Status status, @NotNull Scene scene, @NotNull String toolId)
protected void
SceneServlet.PrepareSceneOperation. applyScene(@NotNull com.composum.sling.core.servlet.Status status, @NotNull com.composum.sling.core.BeanContext context, @NotNull Scene scene, @NotNull String toolId)
protected void
SceneServlet.RemoveSceneOperation. applyScene(@NotNull com.composum.sling.core.servlet.Status status, @NotNull com.composum.sling.core.BeanContext context, @NotNull Scene scene, @NotNull String toolId)
protected void
SceneServlet.SceneDataOperation. applyScene(@NotNull com.composum.sling.core.servlet.Status status, @NotNull com.composum.sling.core.BeanContext context, @NotNull Scene scene, @NotNull String toolId)
protected abstract void
SceneServlet.SceneOperation. applyScene(@NotNull com.composum.sling.core.servlet.Status status, @NotNull com.composum.sling.core.BeanContext context, @NotNull Scene scene, @NotNull String toolId)
-