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