|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HtmlResponse in org.apache.sling.jackrabbit.usermanager.impl.post |
---|
Methods in org.apache.sling.jackrabbit.usermanager.impl.post that return HtmlResponse | |
---|---|
protected HtmlResponse |
AbstractAuthorizablePostServlet.createHtmlResponse(SlingHttpServletRequest req)
Creates an instance of a HtmlResponse. |
Methods in org.apache.sling.jackrabbit.usermanager.impl.post with parameters of type HtmlResponse | |
---|---|
protected Map<String,RequestProperty> |
AbstractAuthorizablePostServlet.collectContent(SlingHttpServletRequest request,
HtmlResponse response,
String authorizablePath)
Collects the properties that form the content to be written back to the repository. |
protected String |
AbstractAuthorizablePostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
HtmlResponse ctx)
compute redirect URL (SLING-126) |
protected abstract void |
AbstractAuthorizablePostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
Extending Servlet should implement this operation to do the work |
protected void |
CreateUserServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
DeleteAuthorizableServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
protected void |
ChangeUserPasswordServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
protected void |
CreateGroupServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
UpdateUserServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
protected void |
UpdateGroupServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
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 abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
Extending Servlet should implement this operation to do the work |
protected void |
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
List<Modification> changes)
|
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 |
SlingPostOperation.run(SlingHttpServletRequest request,
HtmlResponse response,
SlingPostProcessor[] processors)
Executes the operation provided by this service implementation. |
void |
AbstractSlingPostOperation.run(SlingHttpServletRequest request,
HtmlResponse response,
SlingPostProcessor[] processors)
Prepares and finalizes the actual operation. |
Uses of HtmlResponse in org.apache.sling.servlets.post.impl |
---|
Methods in org.apache.sling.servlets.post.impl with parameters of type HtmlResponse | |
---|---|
protected String |
SlingPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
HtmlResponse ctx)
compute redirect URL (SLING-126) |
Uses of HtmlResponse in org.apache.sling.servlets.post.impl.helper |
---|
Subclasses of HtmlResponse in org.apache.sling.servlets.post.impl.helper | |
---|---|
class |
JSONResponse
Represents a JSON response to be sent to the client. |
Uses of HtmlResponse in org.apache.sling.servlets.post.impl.operations |
---|
Methods in org.apache.sling.servlets.post.impl.operations with parameters of type HtmlResponse | |
---|---|
protected void |
CheckoutOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
DeleteOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
ModifyOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
CheckinOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
protected void |
ImportOperation.doRun(SlingHttpServletRequest request,
HtmlResponse response,
List<Modification> changes)
|
void |
NopOperation.run(SlingHttpServletRequest request,
HtmlResponse response,
SlingPostProcessor[] processors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |