Interface | Description |
---|---|
NodeNameGenerator |
Service interface which allows for custom node name generation for * resources.
|
PostOperation |
The
PostOperation interface defines the service API to be
implemented by service providers extending the Sling POST servlet. |
PostResponse |
The
PostResponse interface defines the API of a response
container which can (and should) be used by PostOperation services to
prepare responses to be sent back to the client. |
PostResponseCreator |
Service interface which allows for alternate implementations of the
PostResponse interface to be created as needed.
|
SlingPostConstants |
The
SlingPostConstants interface provides constants for well
known parameters of the core SlingPostServlet. |
SlingPostOperation | Deprecated
as of 2.0.8 (Bundle version 2.2.0) and replaced by
PostOperation . |
SlingPostProcessor |
The
SlingPostProcessor interface defines a service API to be
implemented by service providers extending the Sling default POST servlet. |
Class | Description |
---|---|
AbstractPostOperation | Deprecated |
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. |
AbstractSlingPostOperation | Deprecated
as of 2.0.8 (Bundle version 2.2.0) and replaced by
AbstractPostOperation . |
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. |
JSONResponse |
The
JSONResponse is an AbstractPostResponse preparing
the response in JSON. |
Modification | |
PostResponseWithErrorHandling | Deprecated |
VersioningConfiguration |
Data structure to hold the various options associated with how versionable
nodes are handled in the post servlet.
|
Enum | Description |
---|---|
ModificationType |
Exception | Description |
---|
Copyright © 2010 - 2020 Adobe. All Rights Reserved