Package com.composum.sling.nodes.servlet
Class NodeServlet.MapPutOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.NodeServlet.MapPutOperation
-
- All Implemented Interfaces:
ServletOperation
- Direct Known Subclasses:
NodeServlet.MapPostOperation
- Enclosing class:
- NodeServlet
protected class NodeServlet.MapPutOperation extends Object implements ServletOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapPutOperation()
-
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, ResourceHandle resource)protected StringgetPath(org.apache.sling.api.SlingHttpServletRequest request)protected ReadergetReader(org.apache.sling.api.SlingHttpServletRequest request)
-
-
-
Method Detail
-
doIt
public void doIt(@NotNull @NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull @NotNull org.apache.sling.api.SlingHttpServletResponse response, ResourceHandle resource) throws javax.servlet.ServletException, IOException- Specified by:
doItin interfaceServletOperation- Throws:
javax.servlet.ServletExceptionIOException
-
getPath
protected String getPath(org.apache.sling.api.SlingHttpServletRequest request)
-
getReader
protected Reader getReader(org.apache.sling.api.SlingHttpServletRequest request) throws IOException
- Throws:
IOException
-
-