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