Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- AbstractJakartaPostResponse - Klasse in org.apache.sling.servlets.post
-
The
AbstractPostResponseclass provides a basic implementation of thePostResponseinterface maintaining properties to be prepared for sending the response in an internal map. - AbstractJakartaPostResponse() - Konstruktor für Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- AbstractJakartaPostResponseWrapper - Klasse in org.apache.sling.servlets.post
-
Provides a simple implementation of JakartaPostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing JakartaPostResponse instance.
- AbstractJakartaPostResponseWrapper() - Konstruktor für Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- AbstractPostOperation - Klasse in org.apache.sling.servlets.post
-
Veraltet.(SLING-6722): this class mixes Sling and JCR APIs which is not optimal as nowadays we favor the Sling APIs. There's no intention to remove it however, if you're using JCR APIs anyways in your project it's fine to use it. Theres no public replacement for it as I write this.
- AbstractPostOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
AbstractPostOperationclass is a base implementation of theJakartaPostOperationservice interface providing actual implementations with useful tooling and common functionality like preparing the change logs or saving or refreshing. - AbstractPostOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.
- AbstractPostOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
- AbstractPostResponse - Klasse in org.apache.sling.servlets.post
-
Veraltet.Use
AbstractJakartaPostResponseinstead. - AbstractPostResponse() - Konstruktor für Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- AbstractPostResponseWrapper - Klasse in org.apache.sling.servlets.post
-
Veraltet.Use
AbstractJakartaPostResponseWrapperinstead. - AbstractPostResponseWrapper() - Konstruktor für Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- AbstractSlingPostOperation - Klasse in org.apache.sling.servlets.post
-
Veraltet.as of 2.0.8 (Bundle version 2.2.0) and replaced by
AbstractPostOperation. - AbstractSlingPostOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.AbstractSlingPostOperation
-
Veraltet.
- activate(ChunkCleanUpTask.Config) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask
- ALLOWED_CHARS - Statische Variable in Klasse org.apache.sling.servlets.post.impl.helper.NodeNameFilter
- ATTR_SKIP_SESSION_HANDLING - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request attribute (not parameter) indicating that a post operation should not invoke the commit method on the resource resolver upon completion.
C
- checkin(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- checkin(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- CHECKIN - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
A Node has been checked in.
- CheckinOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
CheckinOperationclass implements thecheckinoperation for the Sling default POST servlet. - CheckinOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.CheckinOperation
- CHECKOUT - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
A Node has been checked out.
- checkoutIfNecessary(Node, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.
- checkoutIfNecessary(Resource, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- checkoutIfNecessary(Resource, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- CheckoutOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
CheckoutOperationclass implements thecheckoutoperation for the Sling default POST servlet. - CheckoutOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.CheckoutOperation
- Chunk - Klasse in org.apache.sling.servlets.post.impl.helper
-
Chunkencapsulates all chunk upload attributes. - Chunk() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.Chunk
- chunk_cleanup_age() - Element in Annotationsschnittstellen org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask.Config
- CHUNK_NODE_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Constant for prefix for sling:chunk node name.
- ChunkCleanUpTask - Klasse in org.apache.sling.servlets.post.impl.helper
-
The
ChunkCleanUpTaskimplements a job run at regular intervals to find incomplete chunk uploads and remove them from the repository to prevent littering the repository with incomplete chunks. - ChunkCleanUpTask() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask
- ChunkCleanUpTask.Config - Annotationsschnittstelle in org.apache.sling.servlets.post.impl.helper
- clone() - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- collectContent(SlingJakartaHttpServletRequest, JakartaPostResponse) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
-
Collects the properties that form the content to be written back to the resource tree.
- collectContent(SlingJakartaHttpServletRequest, JakartaPostResponse) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
-
Collects the properties that form the content to be written back to the resource tree.
- ContentRange(String) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.StreamedChunk.ContentRange
- copy(Object, Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- copy(Object, Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
-
Copy the
srcitem into thedstParentnode. - COPY - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
An Item has been copied to a new location.
- CopyOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
CopyOperationclass implements thecopyoperation for the Sling default POST servlet. - CopyOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.CopyOperation
- CREATE - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
A Node has been created.
- createPostResponse(SlingHttpServletRequest) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponseCreator
-
Veraltet.
- createPostResponse(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.PostResponseWithErrorHandling
-
Veraltet.
- createPostResponse(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponseCreator
- createPostResponse(SlingJakartaHttpServletRequest) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponseCreator
D
- DateParser - Klasse in org.apache.sling.servlets.post.impl.helper
-
Takes a string representation of a time-date string and tries for parse it using different formats.
- DateParser() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.DateParser
- deepGetOrCreateResource(ResourceResolver, String, Map<String, RequestProperty>, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
-
Deep gets or creates a resource, parent-padding with default resources.
- deepGetOrCreateResource(ResourceResolver, String, Map<String, RequestProperty>, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
-
Deep gets or creates a resource, parent-padding with default resources.
- DEFAULT_CREATE_SUFFIX - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
The suffix to the resource path used to indicate to automatically generate the name of the new item to create during a content creation request (value is "/").
- DEFAULT_IGNORE - Statische Variable in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- DEFAULT_MAX_NAME_LENGTH - Statische Variable in Klasse org.apache.sling.servlets.post.impl.helper.DefaultNodeNameGenerator
- DEFAULT_NULL - Statische Variable in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- DEFAULT_VALUE_SUFFIX - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating a default value for a property (value is "@DefaultValue").
- DefaultNodeNameGenerator - Klasse in org.apache.sling.servlets.post.impl.helper
-
Generates a node name based on a set of well-known request parameters like title, description, etc.
- DefaultNodeNameGenerator() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.DefaultNodeNameGenerator
- DefaultNodeNameGenerator(String[], int) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.DefaultNodeNameGenerator
- DELETE - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
An Item has been deleted.
- deleteChunks(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.SlingFileUploadHandler
-
Delete all chunks saved within a resource.
- DeleteOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
DeleteOperationclass implements thedeleteoperation for the Sling default POST servlet. - DeleteOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.DeleteOperation
- doRun(SlingHttpServletRequest, HtmlResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.AbstractSlingPostOperation
-
Veraltet.
- doRun(SlingHttpServletRequest, PostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Actually performs the desired operation filling progress into the
changeslist and preparing and further information in theresponse. - doRun(SlingHttpServletRequest, PostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.AbstractSlingPostOperation
-
Veraltet.Implementation of the
AbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)method calling our ownAbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])meethod with a proxy for the Sling APIHtmlResponse. - doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CopyOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.MoveOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Actually performs the desired operation filling progress into the
changeslist and preparing and further information in theresponse. - doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CheckinOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CheckoutOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.DeleteOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.RestoreOperation
- doRun(SlingJakartaHttpServletRequest, JakartaPostResponse, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.StreamedUploadOperation
- doSend(HttpServletResponse) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- doSend(HttpServletResponse) - Methode in Klasse org.apache.sling.servlets.post.JakartaHtmlResponse
-
Writes the response to the given writer and replaces all ${var} patterns by the value of the respective property. if the property is not defined the pattern is not modified.
- doSend(HttpServletResponse) - Methode in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- doSend(HttpServletResponse) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- doSend(HttpServletResponse) - Methode in Klasse org.apache.sling.servlets.post.HtmlResponse
-
Veraltet.Writes the response to the given writer and replaces all ${var} patterns by the value of the respective property. if the property is not defined the pattern is not modified.
- doSend(HttpServletResponse) - Methode in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
E
- execute(List<Modification>, Resource, String, String, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CopyOperation
- execute(List<Modification>, Resource, String, String, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.MoveOperation
- externalizePath(SlingHttpServletRequest, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Returns an external form of the given path prepending the context path and appending a display extension.
- externalizePath(SlingJakartaHttpServletRequest, String) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Returns an external form of the given path prepending the context path and appending a display extension.
F
- filter(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.NodeNameFilter
- findVersionableAncestor(Node) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.
G
- generateName(SlingJakartaHttpServletRequest, String) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- generateName(SlingJakartaHttpServletRequest, String) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- getApplyToResources(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Returns an iterator on
Resourceinstances addressed in theSlingPostConstants.RP_APPLY_TOrequest parameter. - getApplyToResources(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Returns an iterator on
Resourceinstances addressed in theSlingPostConstants.RP_APPLY_TOrequest parameter. - getChunk() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getDefaultValues() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getDelegate() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaNodeNameGenerator
- getDelegate() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponseCreator
- getDelegate() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToSlingJakartaPostProcessor
- getDestination() - Methode in Klasse org.apache.sling.servlets.post.Modification
- getError() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns any recorded error or
null - getError() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getError() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns any recorded error or
null - getError() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getError() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getError() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getError() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getError() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getError() - Methode in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- getError() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns any recorded error or
null - getError() - Methode in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
- getError() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns any recorded error or
null - getHtmlResponse() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getItem(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- getItem(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- getItemPath(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Returns the path of the resource of the request as the item path.
- getLastChunk(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.SlingFileUploadHandler
-
Get the last
SlingPostConstants.NT_SLING_CHUNK_NODETYPEResource. - getLength() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.Chunk
-
Return length of the file parameter.
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the location of the modification.
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the location of the modification.
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getLocation() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns the location of the modification.
- getLocation() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns the location of the modification.
- getName() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getNode(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- getNode(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- getNodeName(SlingHttpServletRequest, String, boolean, NodeNameGenerator) - Methode in Schnittstelle org.apache.sling.servlets.post.NodeNameGenerator
-
Veraltet.Get the to-be-created node name from the request.
- getNodeName(SlingJakartaHttpServletRequest, String, boolean, JakartaNodeNameGenerator) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.DefaultNodeNameGenerator
-
Get a "nice" node name, if possible, based on given request
- getNodeName(SlingJakartaHttpServletRequest, String, boolean, JakartaNodeNameGenerator) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaNodeNameGenerator
- getNodeName(SlingJakartaHttpServletRequest, String, boolean, JakartaNodeNameGenerator) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaNodeNameGenerator
-
Get the to-be-created node name from the request.
- getOffset() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.Chunk
-
Return offset of the chunk.
- getOperationName() - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CopyOperation
- getOperationName() - Methode in Klasse org.apache.sling.servlets.post.impl.operations.MoveOperation
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the parent location of the modification. this is the externalized form of the parent node of the current path.
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the parent location of the modification. this is the externalized form of the parent node of the current path.
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getParentLocation() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getParentLocation() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns the parent location of the modification.
- getParentLocation() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns the parent location of the modification.
- getParentPath() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getPath() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the absolute path of the item upon which the request operated.
- getPath() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getPath() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the absolute path of the item upon which the request operated.
- getPath() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getPath() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getPath() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getPath() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getPath() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getPath() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getPath() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns the absolute path of the item upon which the request operated.
- getPath() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns the absolute path of the item upon which the request operated.
- getPostResponse() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getProperty(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the generic response property with the given name and type or
nullif no such property exists. - getProperty(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the generic response property with the given name and type or
nullif no such property exists. - getProperty(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getProperty(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getProperty(String) - Methode in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- getProperty(String) - Methode in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
- getProperty(String, Class<Type>) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the generic response property with the given name and type or
nullif no such property exists or the property is not of the requested type. - getProperty(String, Class<Type>) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the generic response property with the given name and type or
nullif no such property exists or the property is not of the requested type. - getProperty(String, Class<Type>) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getProperty(String, Class<Type>) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getPropertyType(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- getPropertyType(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- getReferer() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the referer previously set by
JakartaPostResponse.setReferer(String) - getReferer() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getReferer() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the referer previously set by
PostResponse.setReferer(String) - getReferer() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getReferer() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getReferer() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getReferer() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getReferer() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getReferer() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns the referer previously set by
JakartaPostResponse.setReferer(String) - getReferer() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns the referer previously set by
PostResponse.setReferer(String) - getRepositorySource() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
get the source of a copy or move operation
- getResourcePath(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Returns the path of the resource of the request as the resource path.
- getResourcePath(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- getSource() - Methode in Klasse org.apache.sling.servlets.post.Modification
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns the status code of this instance.
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns the status code of this instance.
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getStatusCode() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getStatusCode() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns the status code of this instance.
- getStatusCode() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns the status code of this instance.
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- getStatusMessage() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- getStatusMessage() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns the status message or
nullif no has been set with theJakartaPostResponse.setStatus(int, String)method. - getStatusMessage() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns the status message or
nullif no has been set with thePostResponse.setStatus(int, String)method. - getStringValues() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
Returns the assembled string array out of the provided request values and default values.
- getType() - Methode in Klasse org.apache.sling.servlets.post.Modification
- getTypeHint() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getValues() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- getValueToUse(RequestParameterMap, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.DefaultNodeNameGenerator
-
Determine the value to use for the specified parameter.
- getVersioningConfiguration(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Get the versioning configuration.
- getVersioningConfiguration(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Get the versioning configuration.
- getWrapped() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
-
Use this method to return an instance of the class being wrapped.
- getWrapped() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.Use this method to return an instance of the class being wrapped.
H
- hasItemPathPrefix(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.
- hasMultiValueTypeHint() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- hasRepositoryCopySource() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
if this is the source of a copy action
- hasRepositoryMoveSource() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
If this is a target of a move operation
- hasSession(ResourceResolver) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- hasSession(ResourceResolver) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- hasValues() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- HtmlPostResponseProxy - Klasse in org.apache.sling.servlets.post.impl.helper
-
Veraltet.
- HtmlPostResponseProxy(HtmlResponse) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- HtmlResponse - Klasse in org.apache.sling.servlets.post
-
Veraltet.Use
JakartaHtmlResponseinstead. - HtmlResponse() - Konstruktor für Klasse org.apache.sling.servlets.post.HtmlResponse
-
Veraltet.
- HtmlResponseProxy - Klasse in org.apache.sling.servlets.post.impl.helper
-
Veraltet.
- HtmlResponseProxy(PostResponse) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
I
- ImportOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
ImportOperationclass implements theSlingPostConstants.OPERATION_IMPORTimport operation for the Sling default POST servlet. - ImportOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- INSTANCE - Statische Variable in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isAncestorOrSameNode(Node, Node) - Statische Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
-
determines if the 2 nodes are in ancestor relationship or identical
- isAutoCheckin() - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- isAutoCheckout() - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- isCheckinOnNewVersionableNode() - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- isChunkUpload() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
it this is a chunk upload?
- isCompleted() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.Chunk
-
Return true if request contains last chunk as a result upload should be finished.
- isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Returns
trueif this was a create request. - isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Returns
trueif this was a create request. - isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- isCreateRequest() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- isCreateRequest() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Returns
trueif this was a create request. - isCreateRequest() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Returns
trueif this was a create request. - isDelete() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
Determine the deletion status of this item
- isDeleteChunkRequest(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.DeleteOperation
-
Return true if request is to delete chunks.
- isFileNodeType(ResourceResolver, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isFileNodeType(ResourceResolver, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isFileUpload() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- isNewNode(Object) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isNewNode(Object) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isNode(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isNode(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isNodeType(Resource, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isNodeType(Resource, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isPatch() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
determines if this property is handled as multi-value property
- isPropertyMandatory(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isPropertyMandatory(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isPropertyMultiple(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isPropertyMultiple(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isPropertyProtectedOrNewAutoCreated(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isPropertyProtectedOrNewAutoCreated(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- isRequestStreamed(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.StreamedUploadOperation
-
Check the request and return true if there is a parts iterator attribute present.
- isSafeReferer() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
determines if the referer has a proper referer including protocol
- isSafeReferer() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.determines if the referer has a proper referer including protocol
- isSendError(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.PostResponseWithErrorHandling
-
Veraltet.
- isSessionSaveRequired(Session, SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Check whether commit to the resource resolver should be called.
- isSkipCheckin(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Check if checkin should be skipped
- isSkipCheckin(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Check if checkin should be skipped
- isSkipCheckin(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CheckinOperation
-
Checkin operation always checks in.
- isSkipCheckin(SlingJakartaHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.CheckoutOperation
-
Checkout operation is always skipping checkin.
- isSkipSessionHandling(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Check whether changes should be written back
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- isSuccessful() - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- isSuccessful() - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
- isSuccessful() - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.
- isVersionable(Node) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.
- isVersionable(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- isVersionable(Resource) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- ITEM_PREFIX_ABSOLUTE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Prefix for properties addressing repository items with an absolute path (value is "/").
- ITEM_PREFIX_RELATIVE_CURRENT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Prefix for properties addressing repository items with a path relative to the current request item (value is "./").
- ITEM_PREFIX_RELATIVE_PARENT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Prefix for properties addressing repository items with a path relative to the parent of the request item (value is "../").
J
- JakartaHtmlResponse - Klasse in org.apache.sling.servlets.post
-
The
HtmlResponseis 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. - JakartaHtmlResponse() - Konstruktor für Klasse org.apache.sling.servlets.post.JakartaHtmlResponse
- JakartaJSONResponse - Klasse in org.apache.sling.servlets.post
-
The
JSONResponseis anAbstractJakartaPostResponsepreparing the response in JSON. - JakartaJSONResponse() - Konstruktor für Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- JakartaJSONResponse.JSONResponseException - Ausnahmeklasse in org.apache.sling.servlets.post
- JakartaNodeNameGenerator - Schnittstelle in org.apache.sling.servlets.post
-
Service interface which allows for custom node name generation for * resources.
- JakartaPostOperation - Schnittstelle in org.apache.sling.servlets.post
-
The
JakartaPostOperationinterface defines the service API to be implemented by service providers extending the Sling POST servlet. - JakartaPostResponse - Schnittstelle in org.apache.sling.servlets.post
-
The
PostResponseinterface defines the API of a response container which can (and should) be used byJakartaPostOperationservices to prepare responses to be sent back to the client. - JakartaPostResponseCreator - Schnittstelle in org.apache.sling.servlets.post
-
Service interface which allows for alternate implementations of the JakartaPostResponse interface to be created as needed.
- JakartaToJavaxPostOperation - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JakartaToJavaxPostOperation(JakartaPostOperation) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostOperation
- JakartaToJavaxPostProcessor - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JakartaToJavaxPostProcessor(SlingJakartaPostProcessor) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostProcessor
- JakartaToJavaxPostResponse - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JakartaToJavaxPostResponse(JakartaPostResponse) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- JavaxToJakartaNodeNameGenerator - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JavaxToJakartaNodeNameGenerator(NodeNameGenerator) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaNodeNameGenerator
- JavaxToJakartaPostOperation - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JavaxToJakartaPostOperation(PostOperation) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostOperation
- JavaxToJakartaPostResponse - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JavaxToJakartaPostResponse(PostResponse) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- JavaxToJakartaPostResponseCreator - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JavaxToJakartaPostResponseCreator(PostResponseCreator) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponseCreator
- JavaxToSlingJakartaPostProcessor - Klasse in org.apache.sling.servlets.post.impl.wrapper
- JavaxToSlingJakartaPostProcessor(SlingPostProcessor) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToSlingJakartaPostProcessor
- jcrEnabled() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- jcrSupport - Variable in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
The JCR support provides additional functionality if the resources are backed by JCR.
- JCRSupport - Klasse in org.apache.sling.servlets.post.impl.helper
- JCRSupport() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- JCRSupportImpl - Klasse in org.apache.sling.servlets.post.impl.helper
- JCRSupportImpl() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- JSONResponse - Klasse in org.apache.sling.servlets.post
-
Veraltet.Use
JakartaJSONResponseinstead. - JSONResponse() - Konstruktor für Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
- JSONResponse.JSONResponseException - Ausnahmeklasse in org.apache.sling.servlets.post
-
Veraltet.
- JSONResponseException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.JakartaJSONResponse.JSONResponseException
- JSONResponseException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.JSONResponse.JSONResponseException
-
Veraltet.
- JSONResponseException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.JakartaJSONResponse.JSONResponseException
- JSONResponseException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.JSONResponse.JSONResponseException
-
Veraltet.
L
- length - Variable in Klasse org.apache.sling.servlets.post.impl.helper.StreamedChunk.ContentRange
- log - Variable in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.default log
- log - Variable in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Default logger
M
- Modifiable() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.SlingPropertyValueHandler.Modifiable
- Modification - Klasse in org.apache.sling.servlets.post
- Modification(ModificationType, String, String) - Konstruktor für Klasse org.apache.sling.servlets.post.Modification
- ModificationType - Enum-Klasse in org.apache.sling.servlets.post
- MODIFY - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
Content has been created or updated.
- ModifyOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
ModifyOperationclass implements the default operation called by the Sling default POST servlet if no operation is requested by the client. - ModifyOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- move(Object, Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- move(Object, Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- MOVE - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
An Item has been moved to a new location.
- MoveOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
MoveOperationclass implements themoveoperation for the Sling default POST servlet. - MoveOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.MoveOperation
N
- nextCounter() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.DefaultNodeNameGenerator
- node - Variable in Klasse org.apache.sling.servlets.post.impl.helper.SlingPropertyValueHandler.Modifiable
- NodeNameFilter - Klasse in org.apache.sling.servlets.post.impl.helper
-
Filter a String so that it can be used as a NodeName.
- NodeNameFilter() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.NodeNameFilter
- NodeNameGenerator - Schnittstelle in org.apache.sling.servlets.post
-
Veraltet.Use
JakartaNodeNameGeneratorinstead. - NopOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
NopOperationclass implements no operation at all. - NopOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.NopOperation
- NOPSTATUS_VALUE_DEFAULT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
The default response status sent back by a
SlingPostConstants.OPERATION_NOPif theSlingPostConstants.RP_NOP_STATUSparameter is not provided or the parameter value cannot be converted into a valid response status code (value is 200). - NT_FILE - Statische Variable in Klasse org.apache.sling.servlets.post.impl.operations.StreamedUploadOperation
- NT_SLING_CHUNK_MIXIN - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Constant for the sling:chunks mixin.
- NT_SLING_CHUNK_NODETYPE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Constant for the sling:chunk node type.
- NT_SLING_CHUNK_OFFSET - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Constant for the sling:offset property.
- NT_SLING_CHUNKS_LENGTH - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Constant for the sling:length property.
- NT_SLING_FILE_LENGTH - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Constant for the sling:fileLength property.
O
- offset - Variable in Klasse org.apache.sling.servlets.post.impl.helper.StreamedChunk.ContentRange
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.HtmlResponse
-
Veraltet.Records a generic change of the given
type. - onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.JakartaHtmlResponse
-
Records a generic change of the given
type. - onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- onChange(String, String...) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Records a generic change of the given
typewith arguments. - onChange(String, String...) - Methode in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
- onChange(String, String...) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Records a generic change of the given
typewith arguments. - onChange(ModificationType, String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
- onChange(ModificationType, String, String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
- onCheckin(String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
- onCheckout(String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Records a 'copied' change.
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Records a 'copied' change.
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- onCopied(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- onCopied(String, String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Records a 'copied' change.
- onCopied(String, String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
-
Records a 'copied' change.
- onCopied(String, String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Records a 'copied' change.
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Records a 'created' change
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Records a 'created' change
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- onCreated(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- onCreated(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Records a 'created' change
- onCreated(String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
-
Records a 'created' change
- onCreated(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Records a 'created' change
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Records a 'deleted' change
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Records a 'deleted' change
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- onDeleted(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- onDeleted(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Records a 'deleted' change
- onDeleted(String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
-
Records a 'deleted' change
- onDeleted(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Records a 'deleted' change
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Records a 'modified' change
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Records a 'modified' change
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- onModified(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- onModified(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Records a 'modified' change
- onModified(String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
-
Records a 'modified' change
- onModified(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Records a 'modified' change
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Records a 'moved' change.
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Records a 'moved' change.
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- onMoved(String, String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- onMoved(String, String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Records a 'moved' change.
- onMoved(String, String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
-
Records a 'moved' change.
- onMoved(String, String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Records a 'moved' change.
- onOrder(String, String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
-
Records a 'order' change.
- onRestore(String, String) - Statische Methode in Klasse org.apache.sling.servlets.post.Modification
- OPERATION_CHECKIN - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined checkin operation (value is "checkin").
- OPERATION_CHECKOUT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined checkout operation (value is "checkout").
- OPERATION_COPY - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined copy operation (value is "copy").
- OPERATION_DELETE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined delete operation (value is "delete").
- OPERATION_IMPORT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined import operation (value is "import").
- OPERATION_MODIFY - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined modify operation (value is "modify").
- OPERATION_MOVE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined move operation (value is "move")
- OPERATION_NOP - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined null operation (value is "nop").
- OPERATION_RESTORE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the predefined restore operation (value is "restore").
- ORDER - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
A child Node has been reordered.
- ORDER_AFTER - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Possible value of the
SlingPostConstants.RP_ORDERparameter indicating that the node by moved immediately after the sibling whose name is contained in theSlingPostConstants.RP_ORDERparameter (value is "after "). - ORDER_BEFORE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Possible value of the
SlingPostConstants.RP_ORDERparameter indicating that the node by moved immediately before the sibling whose name is contained in theSlingPostConstants.RP_ORDERparameter (value is "before "). - ORDER_FIRST - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Possible value of the
SlingPostConstants.RP_ORDERparameter indicating that the node by moved to the first position amongst its siblings (value is "first"). - ORDER_LAST - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Possible value of the
SlingPostConstants.RP_ORDERparameter indicating that the node by moved to the last position amongst its siblings (value is "last"). - orderNode(SlingHttpServletRequest, Item, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Orders the given node according to the specified command.
- orderResource(SlingJakartaHttpServletRequest, Resource, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Orders the given resource according to the specified command.
- org.apache.sling.servlets.post - Package org.apache.sling.servlets.post
- org.apache.sling.servlets.post.exceptions - Package org.apache.sling.servlets.post.exceptions
- org.apache.sling.servlets.post.impl.helper - Package org.apache.sling.servlets.post.impl.helper
- org.apache.sling.servlets.post.impl.operations - Package org.apache.sling.servlets.post.impl.operations
- org.apache.sling.servlets.post.impl.wrapper - Package org.apache.sling.servlets.post.impl.wrapper
P
- parse(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.DateParser
-
Parses the given source string and returns the respective calendar instance.
- parse(String[]) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.DateParser
-
Parses the given source strings and returns the respective calendar instances.
- parse(Session, String[], boolean) - Statische Methode in Klasse org.apache.sling.servlets.post.impl.helper.ReferenceParser
-
Parses the given source strings and returns the respective reference value instances.
- parse(Session, String, boolean) - Statische Methode in Klasse org.apache.sling.servlets.post.impl.helper.ReferenceParser
-
Parses the given source string and returns the correct Value object.
- PATCH_ADD - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Indicates a value to be added to the named multi-value property if the property is being #
patched. - PATCH_REMOVE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Indicates a value to be removed from the named multi-value property if the property is being #
patched. - PN_ERROR - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the error property set by
AbstractJakartaPostResponse.setError(Throwable) - PN_ERROR - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the error property set by
AbstractPostResponse.setError(Throwable) - PN_IS_CREATED - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the create status property set by
AbstractJakartaPostResponse.setCreateRequest(boolean) - PN_IS_CREATED - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the create status property set by
AbstractPostResponse.setCreateRequest(boolean) - PN_LOCATION - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the location property set by
AbstractJakartaPostResponse.setLocation(String) - PN_LOCATION - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the location property set by
AbstractPostResponse.setLocation(String) - PN_PARENT_LOCATION - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the parent location property set by
AbstractJakartaPostResponse.setParentLocation(String) - PN_PARENT_LOCATION - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the parent location property set by
AbstractPostResponse.setParentLocation(String) - PN_PATH - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the path property set by
AbstractJakartaPostResponse.setPath(String) - PN_PATH - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the path property set by
AbstractPostResponse.setPath(String) - PN_REFERER - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the referer property set by
AbstractJakartaPostResponse.setReferer(String) - PN_REFERER - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the referer property set by
AbstractPostResponse.setReferer(String) - PN_STATUS_CODE - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the status code property set by
AbstractJakartaPostResponse.setStatus(int, String) - PN_STATUS_CODE - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the status code property set by
AbstractPostResponse.setStatus(int, String) - PN_STATUS_MESSAGE - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the status message property set by
AbstractJakartaPostResponse.setStatus(int, String) - PN_STATUS_MESSAGE - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the status message property set by
AbstractPostResponse.setStatus(int, String) - PN_TITLE - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Name of the title property set by
AbstractJakartaPostResponse.setTitle(String) - PN_TITLE - Statische Variable in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Name of the title property set by
AbstractPostResponse.setTitle(String) - PostOperation - Schnittstelle in org.apache.sling.servlets.post
-
Veraltet.Use
JakartaPostOperationinstead. - PostResponse - Schnittstelle in org.apache.sling.servlets.post
-
Veraltet.Use
JakartaPostResponseinstead - PostResponseCreator - Schnittstelle in org.apache.sling.servlets.post
-
Veraltet.Use
JakartaPostResponseCreatorinstead. - PostResponseWithErrorHandling - Klasse in org.apache.sling.servlets.post
-
Veraltet.
- PostResponseWithErrorHandling() - Konstruktor für Klasse org.apache.sling.servlets.post.PostResponseWithErrorHandling
-
Veraltet.
- PreconditionViolatedPersistenceException - Ausnahmeklasse in org.apache.sling.servlets.post.exceptions
-
Indicates that the input does not meet necessary precondition.
- PreconditionViolatedPersistenceException(String) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.exceptions.PreconditionViolatedPersistenceException
- PreconditionViolatedPersistenceException(String, Exception) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.exceptions.PreconditionViolatedPersistenceException
- PreconditionViolatedPersistenceException(String, Throwable, String, String) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.exceptions.PreconditionViolatedPersistenceException
- process(SlingHttpServletRequest, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostProcessor
- process(SlingHttpServletRequest, List<Modification>) - Methode in Schnittstelle org.apache.sling.servlets.post.SlingPostProcessor
-
Veraltet.Process the current request.
- process(SlingJakartaHttpServletRequest, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToSlingJakartaPostProcessor
- process(SlingJakartaHttpServletRequest, List<Modification>) - Methode in Schnittstelle org.apache.sling.servlets.post.SlingJakartaPostProcessor
-
Process the current request.
- processCreate(ResourceResolver, Map<String, RequestProperty>, JakartaPostResponse, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
-
Create resource(s) according to current request
- processCreate(ResourceResolver, Map<String, RequestProperty>, JakartaPostResponse, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
-
Create resource(s) according to current request
- PROP_OPERATION_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.JakartaPostOperation
-
The name of the service registration property indicating the name(s) of the operation provided by the operation implementation.
- PROP_OPERATION_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.PostOperation
-
Veraltet.The name of the service registration property indicating the name(s) of the operation provided by the operation implementation.
- PROP_OPERATION_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostOperation
-
Veraltet.The name of the service registration property indicating the name(s) of the operation provided by the operation implementation (value is "sling.post.operation").
- providesValue() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
Checks if this property provides any values. this is the case if one of the values is not empty or if the default handling is not 'ignore'
R
- range - Variable in Klasse org.apache.sling.servlets.post.impl.helper.StreamedChunk.ContentRange
- read() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.ResourceIteratorInputStream
- ReferenceParser - Klasse in org.apache.sling.servlets.post.impl.helper
-
Takes a string representation of a node (either a path or a uuid) and tries to parse it.
- ReferenceParser() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.ReferenceParser
- register(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.DateParser
-
Registers a format string to the list of internally checked ones.
- removeAndValidateWorkspace(String, Session) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Remove the workspace name, if any, from the start of the path and validate that the session's workspace name matches the path workspace name.
- REPLACEMENT_CHAR - Statische Variable in Klasse org.apache.sling.servlets.post.impl.helper.NodeNameFilter
- RequestProperty - Klasse in org.apache.sling.servlets.post.impl.helper
-
Encapsulates all infos from the respective request parameters that are needed to create the repository property
- RequestProperty(String) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- requireItemPathPrefix(SlingHttpServletRequest) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Returns true if any of the request parameters starts with
./. - resolvePath(String, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Resolves the given path with respect to the current root path.
- resource - Variable in Klasse org.apache.sling.servlets.post.impl.helper.SlingPropertyValueHandler.Modifiable
- ResourceIteratorInputStream - Klasse in org.apache.sling.servlets.post.impl.helper
-
An input stream that reads from a list of resources that can be adapted into input streams.
- ResourceIteratorInputStream(Iterator<Resource>) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.ResourceIteratorInputStream
- RESPONSE_CONTENT_TYPE - Statische Variable in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- RESPONSE_CONTENT_TYPE - Statische Variable in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
- RESTORE - Enum-Konstante in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
A Node has been restored to a given version.
- RestoreOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
The
RestoreOperationclass implements therestoreoperation for the Sling default POST servlet. - RestoreOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.RestoreOperation
- RP_APPLY_TO - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter used to indicate the resource to apply the operation to (value is ":applyTo").
- RP_APPLY_TO_CHUNKS - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating request operation is applicable to chunks.
- RP_AUTO_CHECKOUT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating whether versionable nodes should be checked in during an
SlingPostConstants.OPERATION_IMPORToperation. - RP_CHECKIN - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating whether versionable nodes should be checked in during an
SlingPostConstants.OPERATION_IMPORToperation. - RP_CONTENT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter containing the content to be imported by the 'import' operation.
- RP_CONTENT_FILE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter containing the file to be imported by the 'import' operation.
- RP_CONTENT_TYPE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter containing the content type of the content to be imported by the 'import' operation.
- RP_DEST - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter used to indicate the destination for the copy and move operations (value is ":dest").
- RP_DISPLAY_EXTENSION - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request parameter: if provided, added at the end of the computed (or supplied) redirect URL
- RP_NODE_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request paramter specifying a node name for a newly created node (value is ":name").
- RP_NODE_NAME_HINT - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request paramter specifying a node name hint for a newly created node (value is ":nameHint").
- RP_NOP_STATUS - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request parameter to indicate the actual response status to send back as a result of calling the #OPERATION_NOP (value is ":nopstatus").
- RP_OPERATION - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
The name of the parameter containing the operation to execute (value is ":operation").
- RP_ORDER - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request parameter indicating the order of newly created nodes in creation, copy and move operation requests (value is ":order").
- RP_PREFIX - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Prefix for parameter names which control this POST (RP_ stands for "request param") (value is ":").
- RP_REDIRECT_TO - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request parameter: redirect to the specified URL after POST
- RP_REMOVE_EXISTING - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating whether the nodes existing outside the versioning graph should be removed.
- RP_REPLACE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating whether the destination for a copy or move operation is to be replaced if existing (value is ":replace").
- RP_REPLACE_PROPERTIES - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating whether the destination for a property change during an import operation is to be replaced if existing.
- RP_SEND_ERROR - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request parameter: defines if to enable the error handling also for POST request.
- RP_STATUS - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Optional request parameter: define how the response is sent back to the client.
- RP_VERSION - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating the name or the label of the resource version.
- run() - Methode in Klasse org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask
-
Executes the job.
- run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[]) - Methode in Klasse org.apache.sling.servlets.post.AbstractSlingPostOperation
-
Veraltet.Implementation of the
SlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])API method calling thePostOperation.run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[])with a proxy around the Sling APIHtmlResponseprovided. - run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[]) - Methode in Schnittstelle org.apache.sling.servlets.post.SlingPostOperation
-
Veraltet.Executes the operation provided by this service implementation.
- run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[]) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostOperation
-
Veraltet.Prepares and finalizes the actual operation.
- run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[]) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostOperation
- run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[]) - Methode in Schnittstelle org.apache.sling.servlets.post.PostOperation
-
Veraltet.Executes the operation provided by this service implementation.
- run(SlingJakartaHttpServletRequest, JakartaPostResponse, SlingJakartaPostProcessor[]) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.AbstractPostOperation
-
Prepares and finalizes the actual operation.
- run(SlingJakartaHttpServletRequest, JakartaPostResponse, SlingJakartaPostProcessor[]) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.NopOperation
- run(SlingJakartaHttpServletRequest, JakartaPostResponse, SlingJakartaPostProcessor[]) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostOperation
- run(SlingJakartaHttpServletRequest, JakartaPostResponse, SlingJakartaPostProcessor[]) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostOperation
-
Executes the operation provided by this service implementation.
S
- scheduler_concurrent() - Element in Annotationsschnittstellen org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask.Config
- scheduler_expression() - Element in Annotationsschnittstellen org.apache.sling.servlets.post.impl.helper.ChunkCleanUpTask.Config
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Writes the response to the given writer and replaces all ${var} patterns by the value of the respective property. if the property is not defined the pattern is not modified.
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- send(HttpServletResponse, boolean) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Writes the response back over the provided HTTP channel.
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Writes the response to the given writer and replaces all ${var} patterns by the value of the respective property. if the property is not defined the pattern is not modified.
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- send(HttpServletResponse, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- send(HttpServletResponse, boolean) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Writes the response back over the provided HTTP channel.
- SERVICE_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.JakartaPostOperation
-
The name of the Sling POST operation service.
- SERVICE_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.PostOperation
-
Veraltet.The name of the Sling POST operation service.
- SERVICE_NAME - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostOperation
-
Veraltet.The name of the Sling POST operation service.
- setAutoCheckin(boolean) - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- setAutoCheckout(boolean) - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- setCheckinOnNewVersionableNode(boolean) - Methode in Klasse org.apache.sling.servlets.post.VersioningConfiguration
- setChunk(Chunk) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- setCompleted(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.Chunk
-
Set complete flag
- setContentImporter(Object) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Sets whether the request was a create request or not.
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Sets whether the request was a create request or not.
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setCreateRequest(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setCreateRequest(boolean) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets whether the request was a create request or not.
- setCreateRequest(boolean) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets whether the request was a create request or not.
- setDateParser(DateParser) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- setDefaultNodeNameGenerator(JakartaNodeNameGenerator) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- setDefaultNodeNameGenerator(JakartaNodeNameGenerator) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- setDefaultValues(RequestParameter[]) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- setDelete(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
Specifies whether this property should be deleted before any new content is to be set according to the values stored.
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
- setError(Throwable) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the recorded error causing the operation to fail.
- setError(Throwable) - Methode in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.
- setError(Throwable) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the recorded error causing the operation to fail.
- setExtraNodeNameGenerators(JakartaNodeNameGenerator[]) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- setExtraNodeNameGenerators(JakartaNodeNameGenerator[]) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- setFile(Resource, RequestProperty, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.SlingFileUploadHandler
-
Uses the file(s) in the request parameter for creation of new nodes.
- setIgnoreBlanks(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- setIgnoredParameterNamePattern(Pattern) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- setIgnoredParameterNamePattern(Pattern) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- setLength(long) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.Chunk
-
Set length of file parameter.
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setLocation(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the location of this modification.
- setLocation(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the location of this modification.
- setOffsetValue(long) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.Chunk
-
Set offset value.
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setParentLocation(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setParentLocation(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the parent location of the modification.
- setParentLocation(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the parent location of the modification.
- setPatch(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Sets the absolute path of the item upon which the request operated.
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Sets the absolute path of the item upon which the request operated.
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setPath(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setPath(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the absolute path of the item upon which the request operated.
- setPath(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the absolute path of the item upon which the request operated.
- setPrimaryNodeType(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- setPrimaryNodeType(Object, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- setProperty(String, Object) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Sets a generic response property with the given
- setProperty(String, Object) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Sets a generic response property with the given
- setProperty(String, Object) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setProperty(String, Object) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setProperty(String, Object) - Methode in Klasse org.apache.sling.servlets.post.JakartaJSONResponse
-
This method accepts values that correspond to json primitives or otherwise assumes that the toString() of the value can be parsed as json.
- setProperty(String, Object) - Methode in Klasse org.apache.sling.servlets.post.JSONResponse
-
Veraltet.This method accepts values that correspond to json primitives or otherwise assumes that the toString() of the value can be parsed as json.
- setProperty(Resource, RequestProperty) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.SlingPropertyValueHandler
-
Set property on given node, with some automatic values when user provides the field name but no value.
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Sets the referer property
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Sets the referer property
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setReferer(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setReferer(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the referer property
- setReferer(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the referer property
- setRepositorySource(String, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
-
Sets the path of the repository item from which the content for this property is to be copied or moved.
- setServletContext(ServletContext) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.SlingFileUploadHandler
- setServletContext(ServletContext) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- setServletContext(ServletContext) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.StreamedUploadOperation
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
sets the response status code properties
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.sets the response status code properties
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setStatus(int, String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setStatus(int, String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the response status code properties
- setStatus(int, String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the response status code properties
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponse
-
Sets the title of the response message
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponse
-
Veraltet.Sets the title of the response message
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.AbstractPostResponseWrapper
-
Veraltet.
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlPostResponseProxy
-
Veraltet.
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.HtmlResponseProxy
-
Veraltet.
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JakartaToJavaxPostResponse
- setTitle(String) - Methode in Klasse org.apache.sling.servlets.post.impl.wrapper.JavaxToJakartaPostResponse
- setTitle(String) - Methode in Schnittstelle org.apache.sling.servlets.post.JakartaPostResponse
-
Sets the title of the response message
- setTitle(String) - Methode in Schnittstelle org.apache.sling.servlets.post.PostResponse
-
Veraltet.Sets the title of the response message
- setTypedProperty(Object, String, String[], int, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
- setTypedProperty(Object, String, String[], int, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- setTypeHintValue(String) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- setUseDefaultWhenMissing(boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- setValues(RequestParameter[]) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.RequestProperty
- SlingFileUploadHandler - Klasse in org.apache.sling.servlets.post.impl.helper
-
Handles file uploads.
- SlingFileUploadHandler() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.SlingFileUploadHandler
- SlingJakartaPostProcessor - Schnittstelle in org.apache.sling.servlets.post
-
The
SlingJakartaPostProcessorinterface defines a service API to be implemented by service providers extending the Sling default POST servlet. - SlingPostConstants - Schnittstelle in org.apache.sling.servlets.post
-
The
SlingPostConstantsinterface provides constants for well known parameters of the core SlingPostServlet. - SlingPostOperation - Schnittstelle in org.apache.sling.servlets.post
-
Veraltet.as of 2.0.8 (Bundle version 2.2.0) and replaced by
PostOperation. - SlingPostProcessor - Schnittstelle in org.apache.sling.servlets.post
-
Veraltet.Use
SlingJakartaPostProcessorinstead. - SlingPropertyValueHandler - Klasse in org.apache.sling.servlets.post.impl.helper
-
Sets a property on the given resource, in some cases with a specific type and value.
- SlingPropertyValueHandler(DateParser, JCRSupport, List<Modification>) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.SlingPropertyValueHandler
-
Constructs a property value handler
- SlingPropertyValueHandler.Modifiable - Klasse in org.apache.sling.servlets.post.impl.helper
- STAR_CREATE_SUFFIX - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
An alternative suffix to the resource path used to indicate to automatically generate the name of the new item to create during a content creation request (value is "/*").
- STATUS_VALUE_BROWSER - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
The supported value for the
SlingPostConstants.RP_STATUSrequest parameter requesting to not report success or failure of request processing using standard HTTP status codes but instead alwas set the status to 200/OK and only report the real success or failure status in the XHTML response. - STATUS_VALUE_STANDARD - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
The supported value for the
SlingPostConstants.RP_STATUSrequest parameter requesting to report success or failure of request processing using standard HTTP status codes. - store(Resource, List<Modification>) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.StreamedChunk
-
Store the chunk in a file resource under a jcr:content sub node.
- storeAsReference(Object, String, String[], int, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupportImpl
- storeAsReference(Resource, Object, String, String[], int, boolean) - Methode in Klasse org.apache.sling.servlets.post.impl.helper.JCRSupport
-
Stores property value(s) as reference(s).
- StreamedChunk - Klasse in org.apache.sling.servlets.post.impl.helper
-
Supports streamed uploads including where the stream is made up of partial body parts.
- StreamedChunk(Part, Map<String, List<String>>, ServletContext) - Konstruktor für Klasse org.apache.sling.servlets.post.impl.helper.StreamedChunk
-
Construct a chunk from the part and form fields.
- StreamedChunk.ContentRange - Klasse in org.apache.sling.servlets.post.impl.helper
-
Parses Content-Range headers according to spec https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html section 14.16 Content-Range = "Content-Range" ":" content-range-spec content-range-spec = byte-content-range-spec byte-content-range-spec = bytes-unit SP byte-range-resp-spec "/" ( instance-length | "*" ) byte-range-resp-spec = (first-byte-pos "-" last-byte-pos) | "*" instance-length = 1*DIGIT eg bytes 0-1233/1234 bytes 500-1233/1234 bytes 500-1233/* According to https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.12 "bytes" is the only valid range unit.
- StreamedUploadOperation - Klasse in org.apache.sling.servlets.post.impl.operations
-
Performs a streamed modification of the content.
- StreamedUploadOperation() - Konstruktor für Klasse org.apache.sling.servlets.post.impl.operations.StreamedUploadOperation
- SUFFIX_COMPLETED - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating request contains last chunk and as a result upload should be finished.
- SUFFIX_COPY_FROM - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating that the named item is to be set from an item whose absolute or relative path is given in the parameter's value (value is "@CopyFrom").
- SUFFIX_DELETE - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating that the named property is to be removed before applying any new content (value is "@Delete").
- SUFFIX_IGNORE_BLANKS - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating that blank value or values for this property will be ignored.
- SUFFIX_LENGTH - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating length of complete file.
- SUFFIX_MOVE_FROM - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating that the named item is to be set from an item whose absolute or relative path is given in the parameter's value (value is "@MoveFrom").
- SUFFIX_OFFSET - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Name of the request parameter indicating offset of the chunk in request.
- SUFFIX_PATCH - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating that a multi-value property is to be handled as an ordered set and the sent values start with either "+" or "-" to indicate wether a value should be added to or removed from the set.
- SUFFIX_USE_DEFAULT_WHEN_MISSING - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating that the default value should be used when the property is not defined.
T
- TemporaryPersistenceException - Ausnahmeklasse in org.apache.sling.servlets.post.exceptions
-
This exceptions indicates errors, which might be temporary and for which a retry with the same parameters could work.
- TemporaryPersistenceException(String, Exception) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.exceptions.TemporaryPersistenceException
- TemporaryPersistenceException(String, Throwable, String, String) - Konstruktor für Ausnahmeklasse org.apache.sling.servlets.post.exceptions.TemporaryPersistenceException
- toString() - Methode in Klasse org.apache.sling.servlets.post.Modification
- TYPE_HINT_SUFFIX - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
Suffix indicating a type hint for the property (value is "@TypeHint").
U
- unsetContentImporter(Object) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- updateMixins(ResourceResolver, String, Map<String, RequestProperty>, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- updateMixins(ResourceResolver, String, Map<String, RequestProperty>, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
- updateNodeType(ResourceResolver, String, Map<String, RequestProperty>, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ImportOperation
- updateNodeType(ResourceResolver, String, Map<String, RequestProperty>, List<Modification>, VersioningConfiguration) - Methode in Klasse org.apache.sling.servlets.post.impl.operations.ModifyOperation
V
- VALUE_FROM_SUFFIX - Statische Variable in Schnittstelle org.apache.sling.servlets.post.SlingPostConstants
-
SLING-130, suffix that maps form field names to different JCR property names
- valueMap - Variable in Klasse org.apache.sling.servlets.post.impl.helper.SlingPropertyValueHandler.Modifiable
- valueOf(String) - Statische Methode in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enum-Klasse org.apache.sling.servlets.post.ModificationType
-
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
- VersioningConfiguration - Klasse in org.apache.sling.servlets.post
-
Data structure to hold the various options associated with how versionable nodes are handled in the post servlet.
- VersioningConfiguration() - Konstruktor für Klasse org.apache.sling.servlets.post.VersioningConfiguration
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form