SlingHttpServletRequest object providingthe request input for the operation.
@param response The HtmlResponse into which the operationsteps should be recorded.
@param processors The {@link SlingPostProcessor} services to be calledafter applying the operation. This may be null if there are none.
@throws org.apache.sling.api.resource.ResourceNotFoundException May bethrown if the operation requires an existing request resource. If this exception is thrown the Sling POST servlet sends back a 404/NOT FOUND response to the client.
@throws org.apache.sling.api.SlingException May be thrown if an erroroccurrs running the operation.
| |