|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlResponse | |
---|---|
org.apache.sling.jackrabbit.usermanager.post | |
org.apache.sling.jcr.jackrabbit.accessmanager.post | |
org.apache.sling.servlets.post |
Uses of HtmlResponse in org.apache.sling.jackrabbit.usermanager.post |
---|
Methods in org.apache.sling.jackrabbit.usermanager.post with parameters of type HtmlResponse | |
---|---|
protected java.util.Map<java.lang.String,org.apache.sling.jackrabbit.usermanager.post.impl.RequestProperty> |
AbstractAuthorizablePostServlet.collectContent(SlingHttpServletRequest request,
HtmlResponse response)
Collects the properties that form the content to be written back to the repository. |
protected java.lang.String |
AbstractAuthorizablePostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
HtmlResponse ctx)
compute redirect URL (SLING-126) |
protected void |
UpdateUserServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
UpdateGroupServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
DeleteAuthorizableServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
CreateUserServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse response,
java.util.List<Modification> changes)
|
protected void |
CreateGroupServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse response,
java.util.List<Modification> changes)
|
protected void |
ChangeUserPasswordServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected abstract void |
AbstractAuthorizablePostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
Extending Servlet should implement this operation to do the work |
Uses of HtmlResponse in org.apache.sling.jcr.jackrabbit.accessmanager.post |
---|
Methods in org.apache.sling.jcr.jackrabbit.accessmanager.post with parameters of type HtmlResponse | |
---|---|
protected java.lang.String |
AbstractAccessPostServlet.getRedirectUrl(javax.servlet.http.HttpServletRequest request,
HtmlResponse ctx)
compute redirect URL (SLING-126) |
protected void |
ModifyAceServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected void |
DeleteAcesServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
|
protected abstract void |
AbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request,
HtmlResponse htmlResponse,
java.util.List<Modification> changes)
Extending Servlet should implement this operation to do the work |
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,
java.util.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |