Uses of Class
com.composum.sling.nodes.servlet.NodeServlet.Disposition
-
Packages that use NodeServlet.Disposition Package Description com.composum.sling.nodes.servlet -
-
Uses of NodeServlet.Disposition in com.composum.sling.nodes.servlet
Methods in com.composum.sling.nodes.servlet that return NodeServlet.Disposition Modifier and Type Method Description static NodeServlet.Disposition
NodeServlet.Disposition. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeServlet.Disposition[]
NodeServlet.Disposition. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-