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