Package com.composum.sling.nodes.servlet
Class VersionServlet.GetLabels
- java.lang.Object
-
- com.composum.sling.nodes.servlet.VersionServlet.GetLabels
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- VersionServlet
public static class VersionServlet.GetLabels extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Constructor Description GetLabels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doIt(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, @Nullable ResourceHandle resource)
-
-
-
Method Detail
-
doIt
public void doIt(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, @Nullable @Nullable ResourceHandle resource) throws IOException, javax.servlet.ServletException
- Specified by:
doIt
in interfaceServletOperation
- Throws:
IOException
javax.servlet.ServletException
-
-