|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlResponse | |
---|---|
org.apache.sling.jcr.jackrabbit.accessmanager.post | |
org.apache.sling.servlets.post |
Uses of HtmlResponse in org.apache.sling.jcr.jackrabbit.accessmanager.post |
---|
Methods in org.apache.sling.jcr.jackrabbit.accessmanager.post that return HtmlResponse | |
---|---|
protected HtmlResponse |
AbstractAccessPostServlet.createHtmlResponse(SlingHttpServletRequest req)
Creates an instance of a HtmlResponse. |
Methods in org.apache.sling.jcr.jackrabbit.accessmanager.post with parameters of type HtmlResponse | |
---|---|
protected String |
AbstractAccessPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
HtmlResponse ctx)
compute redirect URL (SLING-126) |
protected void |
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
protected abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
Extending Servlet should implement this operation to do the work |
protected void |
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
Uses of HtmlResponse in org.apache.sling.servlets.post |
---|
Methods in org.apache.sling.servlets.post with parameters of type HtmlResponse | |
---|---|
protected abstract void |
AbstractSlingPostOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
void |
AbstractSlingPostOperation.run(SlingHttpServletRequest request,
HtmlResponse response,
SlingPostProcessor[] processors)
Prepares and finalizes the actual operation. |
void |
SlingPostOperation.run(SlingHttpServletRequest request,
HtmlResponse response,
SlingPostProcessor[] processors)
Executes the operation provided by this service implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |