public abstract class AbstractPostServlet
extends org.apache.sling.api.servlets.SlingAllMethodsServlet
Constructor and Description |
---|
AbstractPostServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
bindPostResponseCreator(org.apache.sling.servlets.post.PostResponseCreator creator,
Map<String,Object> properties)
Bind a new post response creator
|
protected org.apache.sling.servlets.post.AbstractPostResponse |
createHtmlResponse(org.apache.sling.api.SlingHttpServletRequest req)
Deprecated.
use
createPostResponse(SlingHttpServletRequest) instead. |
protected void |
doPost(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse httpResponse) |
protected String |
externalizePath(org.apache.sling.api.SlingHttpServletRequest request,
String path)
Returns an external form of the given path prepending the context path
and appending a display extension.
|
protected String |
getItemPath(org.apache.sling.api.SlingHttpServletRequest request)
Returns the path of the resource of the request as the item path.
|
protected String |
getRedirectUrl(javax.servlet.http.HttpServletRequest request,
org.apache.sling.servlets.post.AbstractPostResponse ctx)
Deprecated.
use
getRedirectUrl(HttpServletRequest, PostResponse) instead |
protected String |
getRedirectUrl(javax.servlet.http.HttpServletRequest request,
org.apache.sling.servlets.post.PostResponse ctx)
compute redirect URL (SLING-126)
|
protected void |
handleOperation(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.servlets.post.AbstractPostResponse response,
List<org.apache.sling.servlets.post.Modification> changes)
Deprecated.
|
protected abstract void |
handleOperation(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.servlets.post.PostResponse response,
List<org.apache.sling.servlets.post.Modification> changes)
Extending Servlet should implement this operation to do the work
|
protected boolean |
isSetStatus(org.apache.sling.api.SlingHttpServletRequest request) |
protected void |
unbindPostResponseCreator(org.apache.sling.servlets.post.PostResponseCreator creator,
Map<String,Object> properties)
Unbind a post response creator
|
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService
doGeneric, doGet, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
protected void doPost(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse httpResponse) throws javax.servlet.ServletException, IOException
doPost
in class org.apache.sling.api.servlets.SlingAllMethodsServlet
javax.servlet.ServletException
IOException
@Deprecated protected org.apache.sling.servlets.post.AbstractPostResponse createHtmlResponse(org.apache.sling.api.SlingHttpServletRequest req)
createPostResponse(SlingHttpServletRequest)
instead.req
- The request being servicedJSONResponse
if any of these conditions are true:
HtmlResponse
otherwise@Deprecated protected void handleOperation(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.AbstractPostResponse response, List<org.apache.sling.servlets.post.Modification> changes) throws javax.jcr.RepositoryException
handleOperation(SlingHttpServletRequest, PostResponse, List)
insteadrequest
- the sling http request to processresponse
- the responsechanges
- the changes to reportjavax.jcr.RepositoryException
- in case of exceptions during the operationprotected abstract void handleOperation(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.servlets.post.PostResponse response, List<org.apache.sling.servlets.post.Modification> changes) throws javax.jcr.RepositoryException
request
- the sling http request to processresponse
- the responsechanges
- the changes to reportjavax.jcr.RepositoryException
- in case of exceptions during the operation@Deprecated protected String getRedirectUrl(javax.servlet.http.HttpServletRequest request, org.apache.sling.servlets.post.AbstractPostResponse ctx)
getRedirectUrl(HttpServletRequest, PostResponse)
insteadrequest
- the requestctx
- the post processornull
protected String getRedirectUrl(javax.servlet.http.HttpServletRequest request, org.apache.sling.servlets.post.PostResponse ctx)
request
- the requestctx
- the post processornull
protected boolean isSetStatus(org.apache.sling.api.SlingHttpServletRequest request)
protected String getItemPath(org.apache.sling.api.SlingHttpServletRequest request)
This method may be overwritten by extension if the operation has different requirements on path processing.
request
- the current requestprotected final String externalizePath(org.apache.sling.api.SlingHttpServletRequest request, String path)
request
- the requestpath
- the path to externalizeprotected void bindPostResponseCreator(org.apache.sling.servlets.post.PostResponseCreator creator, Map<String,Object> properties)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.