Package com.composum.sling.nodes.servlet
Class ComponentsServlet.CreateOverlayOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.ComponentsServlet.CreateOverlayOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- ComponentsServlet
protected class ComponentsServlet.CreateOverlayOperation extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCreateOverlayOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoIt(@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- Specified by:
doItin interfaceServletOperation- Throws:
IOException
-
-