Uses of Class
com.composum.sling.nodes.servlet.SceneServlet.Operation
-
Packages that use SceneServlet.Operation Package Description com.composum.sling.nodes.servlet -
-
Uses of SceneServlet.Operation in com.composum.sling.nodes.servlet
Fields in com.composum.sling.nodes.servlet with type parameters of type SceneServlet.Operation Modifier and Type Field Description protected com.composum.sling.core.servlet.ServletOperationSet<SceneServlet.Extension,SceneServlet.Operation>
SceneServlet. operations
Methods in com.composum.sling.nodes.servlet that return SceneServlet.Operation Modifier and Type Method Description static SceneServlet.Operation
SceneServlet.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SceneServlet.Operation[]
SceneServlet.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.composum.sling.nodes.servlet that return types with arguments of type SceneServlet.Operation Modifier and Type Method Description protected @NotNull com.composum.sling.core.servlet.ServletOperationSet<SceneServlet.Extension,SceneServlet.Operation>
SceneServlet. getOperations()
-