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