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