Package com.composum.sling.nodes.servlet
Class NodeServlet.MapPostOperation
- java.lang.Object
-
- com.composum.sling.nodes.servlet.NodeServlet.MapPutOperation
-
- com.composum.sling.nodes.servlet.NodeServlet.MapPostOperation
-
- All Implemented Interfaces:
ServletOperation
- Enclosing class:
- NodeServlet
protected class NodeServlet.MapPostOperation extends NodeServlet.MapPutOperation
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MapPostOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getPath(org.apache.sling.api.SlingHttpServletRequest request)
protected Reader
getReader(org.apache.sling.api.SlingHttpServletRequest request)
-
Methods inherited from class com.composum.sling.nodes.servlet.NodeServlet.MapPutOperation
doIt
-
-
-
-
Method Detail
-
getPath
protected String getPath(org.apache.sling.api.SlingHttpServletRequest request)
- Overrides:
getPath
in classNodeServlet.MapPutOperation
-
getReader
protected Reader getReader(org.apache.sling.api.SlingHttpServletRequest request) throws IOException
- Overrides:
getReader
in classNodeServlet.MapPutOperation
- Throws:
IOException
-
-