Package | Description |
---|---|
org.apache.sling.jcr.jackrabbit.accessmanager.post | |
org.apache.sling.servlets.post |
Modifier and Type | Method and Description |
---|---|
protected AbstractPostResponse |
AbstractAccessPostServlet.createHtmlResponse(SlingHttpServletRequest req)
Creates an instance of a HtmlResponse.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractAccessPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
AbstractPostResponse ctx)
compute redirect URL (SLING-126)
|
protected void |
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
AbstractPostResponse response,
List<Modification> changes) |
protected void |
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
AbstractPostResponse htmlResponse,
List<Modification> changes) |
protected abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
AbstractPostResponse response,
List<Modification> changes)
Extending Servlet should implement this operation to do the work
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlResponse
The
HtmlResponse is an AbstractPostResponse preparing
the response in HTML (actually XHTML) such that it can be interpreted
as a plain response in a browser or as XML response in an Ajax request. |
class |
JSONResponse
The
JSONResponse is an AbstractPostResponse preparing
the response in JSON. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.