Package | Description |
---|---|
org.apache.sling.jcr.jackrabbit.accessmanager.post | |
org.apache.sling.servlets.post |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstractAccessPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
PostResponse ctx)
compute redirect URL (SLING-126)
|
protected void |
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
PostResponse response,
java.util.List<Modification> changes) |
protected void |
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
PostResponse htmlResponse,
java.util.List<Modification> changes) |
protected abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
PostResponse response,
java.util.List<Modification> changes)
Extending Servlet should implement this operation to do the work
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostResponse
The
AbstractPostResponse class provides a basic implementation
of the PostResponse interface maintaining properties to be
prepared for sending the response in an internal map. |
class |
AbstractPostResponseWrapper
Provides a simple implementation of PostResponse that can be subclassed by developers wishing to provide specialized behavior
to an existing PostResponse instance.
|
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. |
Modifier and Type | Method and Description |
---|---|
PostResponse |
PostResponseCreator.createPostResponse(SlingHttpServletRequest req) |
PostResponse |
PostResponseWithErrorHandling.createPostResponse(SlingHttpServletRequest request)
Deprecated.
|
abstract PostResponse |
AbstractPostResponseWrapper.getWrapped()
Use this method to return an instance of the class being wrapped.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
PostResponse response,
java.util.List<Modification> changes)
Deprecated.
Implementation of the
AbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)
method calling our own
AbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])
meethod with a proxy for the Sling API HtmlResponse . |
protected abstract void |
AbstractPostOperation.doRun(SlingHttpServletRequest request,
PostResponse response,
java.util.List<Modification> changes)
Deprecated.
Actually performs the desired operation filling progress into the
changes list and preparing and further information in the
response . |
void |
AbstractPostOperation.run(SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors)
Deprecated.
Prepares and finalizes the actual operation.
|
void |
PostOperation.run(SlingHttpServletRequest request,
PostResponse response,
SlingPostProcessor[] processors)
Executes the operation provided by this service implementation.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.