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