Uses of Interface
org.apache.sling.api.SlingHttpServletRequest
Packages that use SlingHttpServletRequest
Package
Description
SPI for applications hooking into the configuration infrastructure for parameterizing and customizing.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
-
Uses of SlingHttpServletRequest in org.apache.sling.api.request
Methods in org.apache.sling.api.request with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionstatic booleanRequestUtil.handleIfModifiedSince(@NotNull SlingHttpServletRequest req, @NotNull javax.servlet.http.HttpServletResponse resp) Checks if the request contains a if-last-modified-since header and if the the request's underlying resource has a jcr:lastModified property. if the properties were modified before the header a 304 is sent otherwise the response last modified header is set. -
Uses of SlingHttpServletRequest in org.apache.sling.api.request.builder
Methods in org.apache.sling.api.request.builder that return SlingHttpServletRequestModifier and TypeMethodDescription@NotNull SlingHttpServletRequestSlingHttpServletRequestBuilder.build()Builds the request.Methods in org.apache.sling.api.request.builder with parameters of type SlingHttpServletRequestModifier and TypeMethodDescription@NotNull SlingHttpServletRequestBuilderSlingHttpServletRequestBuilder.useRequestDispatcherFrom(@NotNull SlingHttpServletRequest request) Uses the request dispatcher from the provided request. -
Uses of SlingHttpServletRequest in org.apache.sling.api.scripting
Methods in org.apache.sling.api.scripting that return SlingHttpServletRequestModifier and TypeMethodDescription@Nullable SlingHttpServletRequestSlingBindings.getRequest()@NotNull SlingHttpServletRequestSlingScriptHelper.getRequest()Returns theSlingHttpServletRequestrepresenting the input of the request.Methods in org.apache.sling.api.scripting with parameters of type SlingHttpServletRequest -
Uses of SlingHttpServletRequest in org.apache.sling.api.servlets
Methods in org.apache.sling.api.servlets with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionbooleanOptingServlet.accepts(@NotNull SlingHttpServletRequest request) Examines the request, and returntrueif this servlet is willing to handle the request.protected voidSlingAllMethodsServlet.doDelete(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Called by theSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP DELETE request.protected voidSlingSafeMethodsServlet.doGeneric(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Called by theSlingSafeMethodsServlet.service(SlingHttpServletRequest, SlingHttpServletResponse)method to handle a request for an HTTP method, which is not known and handled by this class or its extension.protected voidSlingSafeMethodsServlet.doGet(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Called by theSlingSafeMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP GET request.protected voidSlingSafeMethodsServlet.doHead(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Handles the HEAD method.protected voidSlingSafeMethodsServlet.doOptions(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Handles the OPTIONS method by setting the HTTPAllowheader on the response depending on the methods declared in this class.protected voidSlingAllMethodsServlet.doPost(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Called by theSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP POST request.protected voidSlingAllMethodsServlet.doPut(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Called by theSlingAllMethodsServlet.mayService(SlingHttpServletRequest, SlingHttpServletResponse)method to handle an HTTP PUT request.protected voidSlingSafeMethodsServlet.doTrace(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Handles the TRACE method by just returning the list of all header values in the response body.voidErrorHandler.handleError(int status, String message, SlingHttpServletRequest request, SlingHttpServletResponse response) Called to render a response for a HTTP status code.voidErrorHandler.handleError(Throwable throwable, SlingHttpServletRequest request, SlingHttpServletResponse response) Called to render a response for an uncaughtThrowable.protected voidSlingSafeMethodsServlet.handleMethodNotImplemented(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Helper method which causes an appropriate HTTP response to be sent for an unhandled HTTP request method.protected booleanSlingAllMethodsServlet.mayService(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Tries to handle the request by calling a Java method implemented for the respective HTTP request method.protected booleanSlingSafeMethodsServlet.mayService(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Tries to handle the request by calling a Java method implemented for the respective HTTP request method.@Nullable javax.servlet.ServletServletResolver.resolveServlet(@NotNull SlingHttpServletRequest request) Resolves ajavax.servlet.Servletwhoseservicemethod may be used to handle the givenrequest.protected voidSlingSafeMethodsServlet.service(@NotNull SlingHttpServletRequest request, @NotNull SlingHttpServletResponse response) Called by theSlingSafeMethodsServlet.service(ServletRequest, ServletResponse)method to handle the HTTP request. -
Uses of SlingHttpServletRequest in org.apache.sling.api.uri
Methods in org.apache.sling.api.uri with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionstatic @NotNull SlingUriBuilderSlingUriBuilder.createFrom(@NotNull SlingHttpServletRequest request) Creates a builder from a request. -
Uses of SlingHttpServletRequest in org.apache.sling.api.wrappers
Classes in org.apache.sling.api.wrappers that implement SlingHttpServletRequestModifier and TypeClassDescriptionclassTheSlingHttpServletRequestWrapperclass is a default wrapper class around aSlingHttpServletRequestwhich may be extended to amend the functionality of the original request object.Methods in org.apache.sling.api.wrappers that return SlingHttpServletRequestModifier and TypeMethodDescriptionSlingHttpServletRequestWrapper.getSlingRequest()Return the originalSlingHttpServletRequestobject wrapped by this.Constructors in org.apache.sling.api.wrappers with parameters of type SlingHttpServletRequestModifierConstructorDescriptionSlingHttpServletRequestWrapper(SlingHttpServletRequest wrappedRequest) Create a wrapper for the supplied wrappedRequest -
Uses of SlingHttpServletRequest in org.apache.sling.caconfig.impl.def
Methods in org.apache.sling.caconfig.impl.def with parameters of type SlingHttpServletRequestModifier and TypeMethodDescription@Nullable ResourceDefaultConfigurationInjectResourceDetectionStrategy.detectResource(@NotNull SlingHttpServletRequest request) -
Uses of SlingHttpServletRequest in org.apache.sling.caconfig.spi
Methods in org.apache.sling.caconfig.spi with parameters of type SlingHttpServletRequestModifier and TypeMethodDescription@Nullable ResourceConfigurationInjectResourceDetectionStrategy.detectResource(@NotNull SlingHttpServletRequest request) Detects the resource that is associated with the given request. -
Uses of SlingHttpServletRequest in org.apache.sling.engine.impl.adapter
Classes in org.apache.sling.engine.impl.adapter that implement SlingHttpServletRequestModifier and TypeClassDescriptionclassTheSlingServletRequestAdapterclass is aComponentRequestWrapperwhich does not delegate to a wrappedComponentRequestbut to a wrappedHttpServletRequest.Methods in org.apache.sling.engine.impl.adapter that return SlingHttpServletRequestConstructors in org.apache.sling.engine.impl.adapter with parameters of type SlingHttpServletRequestModifierConstructorDescriptionSlingServletRequestAdapter(SlingHttpServletRequest delegatee, javax.servlet.http.HttpServletRequest request) -
Uses of SlingHttpServletRequest in org.apache.sling.engine.impl.debug
Methods in org.apache.sling.engine.impl.debug with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionstatic voidRequestInfoProviderImpl.recordRequest(SlingHttpServletRequest r) -
Uses of SlingHttpServletRequest in org.apache.sling.engine.impl.filter
Methods in org.apache.sling.engine.impl.filter with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected abstract voidAbstractSlingFilterChain.render(SlingHttpServletRequest request, SlingHttpServletResponse response) protected voidErrorFilterChain.render(SlingHttpServletRequest request, SlingHttpServletResponse response) protected voidRequestSlingFilterChain.render(SlingHttpServletRequest request, SlingHttpServletResponse response) protected voidSlingComponentFilterChain.render(SlingHttpServletRequest request, SlingHttpServletResponse response) -
Uses of SlingHttpServletRequest in org.apache.sling.engine.impl.request
Methods in org.apache.sling.engine.impl.request that return SlingHttpServletRequestModifier and TypeMethodDescriptionRequestData.getSlingRequest()static SlingHttpServletRequestRequestData.toSlingHttpServletRequest(javax.servlet.ServletRequest request) static SlingHttpServletRequestRequestData.unwrap(javax.servlet.ServletRequest request) Unwraps the ServletRequest to a SlingHttpServletRequest.Methods in org.apache.sling.engine.impl.request with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionstatic RequestDataRequestData.getRequestData(SlingHttpServletRequest request) static voidRequestData.service(SlingHttpServletRequest request, SlingHttpServletResponse response) Helper method to call the servlet for the current content data.static org.apache.sling.engine.impl.SlingHttpServletRequestImplRequestData.unwrap(SlingHttpServletRequest request) Unwraps the SlingHttpServletRequest to a SlingHttpServletRequestImpl -
Uses of SlingHttpServletRequest in org.apache.sling.i18n
Methods in org.apache.sling.i18n with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionDefaultLocaleResolver.resolveLocale(SlingHttpServletRequest request) Return the Locales provided by theServletRequest.getLocales()method collected in aList.LocaleResolver.resolveLocale(SlingHttpServletRequest request) Deprecated.Return a non-nullbut possiby empty list ofLocaleinstances to consider for localization of the current request. -
Uses of SlingHttpServletRequest in org.apache.sling.jackrabbit.usermanager.impl.post
Methods in org.apache.sling.jackrabbit.usermanager.impl.post with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected AbstractPostResponseAbstractPostServlet.createHtmlResponse(SlingHttpServletRequest req) Deprecated.protected voidAbstractPostServlet.doPost(SlingHttpServletRequest request, SlingHttpServletResponse httpResponse) protected final StringAbstractPostServlet.externalizePath(SlingHttpServletRequest request, String path) Returns an external form of the given path prepending the context path and appending a display extension.protected StringAbstractPostServlet.getItemPath(SlingHttpServletRequest request) Returns the path of the resource of the request as the item path.protected voidAbstractPostServlet.handleOperation(SlingHttpServletRequest request, AbstractPostResponse response, List<Modification> changes) Deprecated.protected abstract voidAbstractPostServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected voidChangeUserPasswordServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidCreateGroupServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidCreateUserServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidDeleteAuthorizableServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidUpdateGroupServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidUpdateUserServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected booleanAbstractPostServlet.isSetStatus(SlingHttpServletRequest request) -
Uses of SlingHttpServletRequest in org.apache.sling.jcr.jackrabbit.accessmanager.post
Methods in org.apache.sling.jcr.jackrabbit.accessmanager.post with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected AbstractPostResponseAbstractAccessPostServlet.createHtmlResponse(SlingHttpServletRequest req) Deprecated.useAbstractAccessPostServlet.createPostResponse(SlingHttpServletRequest)insteadprotected voidAbstractAccessGetServlet.doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) protected voidAbstractAccessPostServlet.doPost(SlingHttpServletRequest request, SlingHttpServletResponse httpResponse) protected StringAbstractAccessPostServlet.externalizePath(SlingHttpServletRequest request, String path) Returns an external form of the given path prepending the context path and appending a display extension.protected @Nullable StringAbstractAccessGetServlet.getItemPath(SlingHttpServletRequest request) Return the path where the action should be appliedprotected StringAbstractAccessPostServlet.getItemPath(SlingHttpServletRequest request) Returns the path of the resource of the request as the item path.protected @Nullable StringGetPrincipalAceServlet.getItemPath(SlingHttpServletRequest request) ModifyAceServlet.getMatchedRequestParameterNames(@NotNull SlingHttpServletRequest request, @NotNull Pattern pattern) Helper to return a filtered list of parameter names that match the patternprotected voidAbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request, AbstractPostResponse response, List<Modification> changes) Deprecated.protected abstract voidAbstractAccessPostServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Extending Servlet should implement this operation to do the workprotected voidDeleteAcesServlet.handleOperation(SlingHttpServletRequest request, PostResponse htmlResponse, List<Modification> changes) protected voidModifyAceServlet.handleOperation(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected booleanAbstractAccessPostServlet.isSetStatus(SlingHttpServletRequest request) protected Set<LocalRestriction>ModifyAceServlet.postedRestrictionsForPrivilege(@NotNull SlingHttpServletRequest request, @NotNull Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap, @NotNull javax.jcr.security.Privilege forPrivilege, @NotNull org.apache.sling.jcr.jackrabbit.accessmanager.post.ModifyAceServlet.PrivilegeValues forAllowOrDeny, @NotNull Set<LocalRestriction> generalRestrictions) Populate the restrictions that that were posted and applicable to the requested privilegeprotected voidModifyAceServlet.processPostedPrivilegeAndRestrictionParams(@NotNull javax.jcr.security.AccessControlManager acm, @NotNull SlingHttpServletRequest request, @NotNull Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap, @NotNull Map<javax.jcr.security.Privilege, LocalPrivilege> privilegeToLocalPrivilegesMap, @NotNull Map<javax.jcr.security.Privilege, Integer> privilegeLongestDepthMap) Merge into the privilegeToLocalPrivilegesMap the changes requested in privilege and restriction request parameters.protected voidModifyAceServlet.processPostedPrivilegeDeleteParams(@NotNull javax.jcr.security.AccessControlManager acm, @NotNull SlingHttpServletRequest request, @NotNull Map<javax.jcr.security.Privilege, LocalPrivilege> privilegeToLocalPrivilegesMap) Merge into the privilegeToLocalPrivilegesMap the changes requested in privilege delete request parameters.protected voidModifyAceServlet.processPostedRestrictionDeleteParams(@NotNull javax.jcr.security.AccessControlManager acm, @NotNull SlingHttpServletRequest request, @NotNull Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap, @NotNull Map<javax.jcr.security.Privilege, LocalPrivilege> privilegeToLocalPrivilegesMap) Merge into the privilegeToLocalPrivilegesMap the changes requested in restriction delete request parameters.protected LocalRestrictionModifyAceServlet.toLocalRestriction(@NotNull SlingHttpServletRequest request, @NotNull Map<String, org.apache.jackrabbit.oak.spi.security.authorization.restriction.RestrictionDefinition> srMap, @NotNull String restrictionName, @NotNull String paramName) Construct a LocalRestriction using data a request parameter -
Uses of SlingHttpServletRequest in org.apache.sling.models.factory
Methods in org.apache.sling.models.factory with parameters of type SlingHttpServletRequestModifier and TypeMethodDescription<T> TModelFactory.createModelFromWrappedRequest(@NotNull SlingHttpServletRequest request, @NotNull Resource resource, @NotNull Class<T> targetClass) Create a wrapped request object with the specified resource and instantiates the given Sling Model class from that wrapped request.<T> TModelFactory.exportModelForRequest(@NotNull SlingHttpServletRequest request, @NotNull String exporterName, @NotNull Class<T> targetClass, @NotNull Map<String, String> options) Export the model object registered to the request's resource's type using the defined target class using the named exporter.@NotNull ObjectModelFactory.getModelFromRequest(@NotNull SlingHttpServletRequest request) Obtain an adapted model class based on the resource type of the request's resource.<T> TModelFactory.getModelFromWrappedRequest(@NotNull SlingHttpServletRequest request, @NotNull Resource resource, @NotNull Class<T> targetClass) Create a wrapped request object with the specified resource and (try to) adapt the request object into the specified class.booleanModelFactory.isModelAvailableForRequest(@NotNull SlingHttpServletRequest request) Determine is a model class is available for the request's resource's resource type. -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.core
Methods in org.apache.sling.scripting.core that return SlingHttpServletRequestConstructors in org.apache.sling.scripting.core with parameters of type SlingHttpServletRequestModifierConstructorDescriptionScriptHelper(org.osgi.framework.BundleContext ctx, SlingScript script, SlingHttpServletRequest request, SlingHttpServletResponse response) -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.core.impl.bundled
Methods in org.apache.sling.scripting.core.impl.bundled with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionorg.apache.sling.scripting.core.impl.bundled.ScriptContextProvider.ExecutableContextScriptContextProvider.prepareScriptContext(SlingHttpServletRequest request, SlingHttpServletResponse response, org.apache.sling.scripting.core.impl.bundled.ExecutableUnit executable) -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.core.impl.helper
Classes in org.apache.sling.scripting.core.impl.helper that implement SlingHttpServletRequestConstructors in org.apache.sling.scripting.core.impl.helper with parameters of type SlingHttpServletRequest -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.jsp.util
Methods in org.apache.sling.scripting.jsp.util that return SlingHttpServletRequestModifier and TypeMethodDescriptionstatic SlingHttpServletRequestTagUtil.getRequest(javax.servlet.jsp.PageContext pageContext) -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.sightly.engine
Methods in org.apache.sling.scripting.sightly.engine with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionstatic ResourceResourceResolution.getResourceForRequest(ResourceResolver resolver, SlingHttpServletRequest request) Resolves the resource accessed by arequest. -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.sightly.impl.engine.extension
Methods in org.apache.sling.scripting.sightly.impl.engine.extension with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionExtensionUtils.setRequestAttributes(SlingHttpServletRequest request, Map<String, Object> newRequestAttributes) Helper method for setting specific attributes in aSlingHttpServletRequestscope -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.sightly.impl.utils
Methods in org.apache.sling.scripting.sightly.impl.utils that return SlingHttpServletRequestModifier and TypeMethodDescriptionstatic SlingHttpServletRequestBindingsUtils.getRequest(Bindings bindings) Retrieves theSlingHttpServletRequestfrom aBindingsmap. -
Uses of SlingHttpServletRequest in org.apache.sling.scripting.thymeleaf.internal.processor
Methods in org.apache.sling.scripting.thymeleaf.internal.processor with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected StringSlingIncludeAttributeTagProcessor.dispatch(Resource resource, String path, SlingHttpServletRequest slingHttpServletRequest, SlingHttpServletResponse slingHttpServletResponse, RequestDispatcherOptions requestDispatcherOptions) -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.get.impl.helpers
Methods in org.apache.sling.servlets.get.impl.helpers with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected intJsonRenderer.getMaxRecursionLevel(SlingHttpServletRequest req) Get recursion level from selectors. as per SLING-167: the last selector, if present, gives the recursion level.protected booleanJsonRenderer.hasSelector(SlingHttpServletRequest req, String selectorToCheck) Checks if the provided request contains a certain selector.protected booleanJsonRenderer.isTidy(SlingHttpServletRequest req) True if our request wants the "tidy" pretty-printed formatvoidHtmlRenderer.render(SlingHttpServletRequest req, SlingHttpServletResponse resp) voidJsonRenderer.render(SlingHttpServletRequest req, SlingHttpServletResponse resp) voidPlainTextRenderer.render(SlingHttpServletRequest req, SlingHttpServletResponse resp) voidRenderer.render(SlingHttpServletRequest req, SlingHttpServletResponse resp) voidStreamRenderer.render(SlingHttpServletRequest request, SlingHttpServletResponse response) voidXMLRenderer.render(SlingHttpServletRequest req, SlingHttpServletResponse resp) -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.post
Methods in org.apache.sling.servlets.post with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionPostResponseCreator.createPostResponse(SlingHttpServletRequest req) PostResponseWithErrorHandling.createPostResponse(SlingHttpServletRequest request) Deprecated.protected abstract voidAbstractPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected abstract voidAbstractSlingPostOperation.doRun(SlingHttpServletRequest request, HtmlResponse response, List<Modification> changes) Deprecated.protected voidAbstractSlingPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Deprecated.Implementation of theAbstractPostOperation.doRun(SlingHttpServletRequest, PostResponse, List)method calling our ownAbstractSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])meethod with a proxy for the Sling APIHtmlResponse.protected final StringAbstractPostOperation.externalizePath(SlingHttpServletRequest request, String path) Deprecated.Returns an external form of the given path prepending the context path and appending a display extension.AbstractPostOperation.getApplyToResources(SlingHttpServletRequest request) Deprecated.Returns an iterator onResourceinstances addressed in theSlingPostConstants.RP_APPLY_TOrequest parameter.protected StringAbstractPostOperation.getItemPath(SlingHttpServletRequest request) Deprecated.Returns the path of the resource of the request as the item path.NodeNameGenerator.getNodeName(SlingHttpServletRequest request, String parentPath, boolean requirePrefix, NodeNameGenerator defaultNodeNameGenerator) Get the to-be-created node name from the request.protected VersioningConfigurationAbstractPostOperation.getVersioningConfiguration(SlingHttpServletRequest request) Deprecated.Get the versioning configuration.protected booleanPostResponseWithErrorHandling.isSendError(SlingHttpServletRequest request) Deprecated.protected booleanAbstractPostOperation.isSessionSaveRequired(javax.jcr.Session session, SlingHttpServletRequest request) Deprecated.Check whether commit to the resource resolver should be called.protected booleanAbstractPostOperation.isSkipCheckin(SlingHttpServletRequest request) Deprecated.Check if checkin should be skippedprotected booleanAbstractPostOperation.isSkipSessionHandling(SlingHttpServletRequest request) Deprecated.Check whether changes should be written backprotected voidAbstractPostOperation.orderNode(SlingHttpServletRequest request, javax.jcr.Item item, List<Modification> changes) Deprecated.Orders the given node according to the specified command.voidSlingPostProcessor.process(SlingHttpServletRequest request, List<Modification> changes) Process the current request.protected final booleanAbstractPostOperation.requireItemPathPrefix(SlingHttpServletRequest request) Deprecated.Returns true if any of the request parameters starts with./.voidAbstractPostOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Deprecated.Prepares and finalizes the actual operation.voidAbstractSlingPostOperation.run(SlingHttpServletRequest request, HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Implementation of theSlingPostOperation.run(SlingHttpServletRequest, HtmlResponse, SlingPostProcessor[])API method calling thePostOperation.run(SlingHttpServletRequest, PostResponse, SlingPostProcessor[])with a proxy around the Sling APIHtmlResponseprovided.voidPostOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Executes the operation provided by this service implementation.voidSlingPostOperation.run(SlingHttpServletRequest request, HtmlResponse response, SlingPostProcessor[] processors) Deprecated.Executes the operation provided by this service implementation. -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.post.impl.helper
Methods in org.apache.sling.servlets.post.impl.helper with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionDefaultNodeNameGenerator.getNodeName(SlingHttpServletRequest request, String basePath, boolean requirePrefix, NodeNameGenerator defaultNodeNameGenerator) Get a "nice" node name, if possible, based on given request -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.post.impl.operations
Methods in org.apache.sling.servlets.post.impl.operations with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected abstract voidAbstractPostOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) Actually performs the desired operation filling progress into thechangeslist and preparing and further information in theresponse.protected voidCheckinOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidCheckoutOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidDeleteOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidImportOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidModifyOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidRestoreOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected voidStreamedUploadOperation.doRun(SlingHttpServletRequest request, PostResponse response, List<Modification> changes) protected final StringAbstractPostOperation.externalizePath(SlingHttpServletRequest request, String path) Returns an external form of the given path prepending the context path and appending a display extension.AbstractPostOperation.getApplyToResources(SlingHttpServletRequest request) Returns an iterator onResourceinstances addressed in theSlingPostConstants.RP_APPLY_TOrequest parameter.protected StringAbstractPostOperation.getResourcePath(SlingHttpServletRequest request) Returns the path of the resource of the request as the resource path.protected StringModifyOperation.getResourcePath(SlingHttpServletRequest request) protected VersioningConfigurationAbstractPostOperation.getVersioningConfiguration(SlingHttpServletRequest request) Get the versioning configuration.protected booleanDeleteOperation.isDeleteChunkRequest(SlingHttpServletRequest request) Return true if request is to delete chunks.booleanStreamedUploadOperation.isRequestStreamed(SlingHttpServletRequest request) Check the request and return true if there is a parts iterator attribute present.protected booleanAbstractPostOperation.isSkipCheckin(SlingHttpServletRequest request) Check if checkin should be skippedprotected booleanCheckinOperation.isSkipCheckin(SlingHttpServletRequest request) Checkin operation always checks in.protected booleanCheckoutOperation.isSkipCheckin(SlingHttpServletRequest request) Checkout operation is always skipping checkin.protected voidAbstractPostOperation.orderResource(SlingHttpServletRequest request, Resource resource, List<Modification> changes) Orders the given resource according to the specified command.voidAbstractPostOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) Prepares and finalizes the actual operation.voidNopOperation.run(SlingHttpServletRequest request, PostResponse response, SlingPostProcessor[] processors) -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.resolver.internal.bundle
Classes in org.apache.sling.servlets.resolver.internal.bundle that implement SlingHttpServletRequestConstructors in org.apache.sling.servlets.resolver.internal.bundle with parameters of type SlingHttpServletRequestModifierConstructorDescriptionRequestWrapper(SlingHttpServletRequest wrappedRequest, Set<ResourceType> wiredResourceTypes) -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.resolver.internal.defaults
Methods in org.apache.sling.servlets.resolver.internal.defaults with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionprotected voidDefaultServlet.doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) -
Uses of SlingHttpServletRequest in org.apache.sling.servlets.resolver.internal.helper
Methods in org.apache.sling.servlets.resolver.internal.helper with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionstatic ResourceCollectorResourceCollector.create(SlingHttpServletRequest request, String[] executionPaths, String[] defaultExtensions, boolean UseResourceCaching) Creates aResourceCollectorfor the givenrequest. -
Uses of SlingHttpServletRequest in org.apache.sling.validation.impl.postprocessor
Methods in org.apache.sling.validation.impl.postprocessor with parameters of type SlingHttpServletRequestModifier and TypeMethodDescriptionvoidValidationPostProcessor.process(SlingHttpServletRequest request, List<Modification> changes)
AbstractPostServlet.createPostResponse(SlingHttpServletRequest)instead.