Uses of Class
com.composum.sling.nodes.servlet.ComponentsServlet.Operation
-
Packages that use ComponentsServlet.Operation Package Description com.composum.sling.nodes.servlet -
-
Uses of ComponentsServlet.Operation in com.composum.sling.nodes.servlet
Fields in com.composum.sling.nodes.servlet with type parameters of type ComponentsServlet.Operation Modifier and Type Field Description protected com.composum.sling.core.servlet.ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation>
ComponentsServlet. operations
Methods in com.composum.sling.nodes.servlet that return ComponentsServlet.Operation Modifier and Type Method Description static ComponentsServlet.Operation
ComponentsServlet.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentsServlet.Operation[]
ComponentsServlet.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 ComponentsServlet.Operation Modifier and Type Method Description protected @NotNull com.composum.sling.core.servlet.ServletOperationSet<ComponentsServlet.Extension,ComponentsServlet.Operation>
ComponentsServlet. getOperations()
-