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