Verwendungen von Schnittstelle
org.apache.sling.servlets.post.JakartaPostResponse
Packages, die JakartaPostResponse verwenden
Package
Beschreibung
-
Verwendungen von JakartaPostResponse in org.apache.sling.servlets.post
Klassen in org.apache.sling.servlets.post, die JakartaPostResponse implementierenModifizierer und TypKlasseBeschreibungclassTheAbstractPostResponseclass provides a basic implementation of thePostResponseinterface maintaining properties to be prepared for sending the response in an internal map.classProvides a simple implementation of JakartaPostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing JakartaPostResponse instance.classTheHtmlResponseis anAbstractPostResponsepreparing 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.classTheJSONResponseis anAbstractJakartaPostResponsepreparing the response in JSON.Methoden in org.apache.sling.servlets.post, die JakartaPostResponse zurückgebenModifizierer und TypMethodeBeschreibungJakartaPostResponseCreator.createPostResponse(org.apache.sling.api.SlingJakartaHttpServletRequest req) abstract JakartaPostResponseAbstractJakartaPostResponseWrapper.getWrapped()Use this method to return an instance of the class being wrapped.Methoden in org.apache.sling.servlets.post mit Parametern vom Typ JakartaPostResponseModifizierer und TypMethodeBeschreibungvoidJakartaPostOperation.run(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Executes the operation provided by this service implementation. -
Verwendungen von JakartaPostResponse in org.apache.sling.servlets.post.impl.operations
Methoden in org.apache.sling.servlets.post.impl.operations mit Parametern vom Typ JakartaPostResponseModifizierer und TypMethodeBeschreibungprotected abstract voidAbstractPostOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected voidCheckinOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidCheckoutOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidDeleteOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidImportOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidModifyOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidRestoreOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) protected voidStreamedUploadOperation.doRun(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, List<Modification> changes) voidAbstractPostOperation.run(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Prepares and finalizes the actual operation.voidNopOperation.run(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) -
Verwendungen von JakartaPostResponse in org.apache.sling.servlets.post.impl.wrapper
Klassen in org.apache.sling.servlets.post.impl.wrapper, die JakartaPostResponse implementierenMethoden in org.apache.sling.servlets.post.impl.wrapper, die JakartaPostResponse zurückgebenModifizierer und TypMethodeBeschreibungJavaxToJakartaPostResponseCreator.createPostResponse(org.apache.sling.api.SlingJakartaHttpServletRequest request) Methoden in org.apache.sling.servlets.post.impl.wrapper mit Parametern vom Typ JakartaPostResponseModifizierer und TypMethodeBeschreibungvoidJavaxToJakartaPostOperation.run(org.apache.sling.api.SlingJakartaHttpServletRequest request, JakartaPostResponse response, SlingJakartaPostProcessor[] processors) Konstruktoren in org.apache.sling.servlets.post.impl.wrapper mit Parametern vom Typ JakartaPostResponse