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