Uses of Class
org.apache.sling.servlets.post.impl.helper.RequestProperty
Package
Description
-
Uses of RequestProperty in org.apache.sling.jackrabbit.usermanager.impl.post
Modifier and TypeMethodDescriptionprotected Collection<RequestProperty>
AbstractAuthorizablePostServlet.collectContent
(Map<String, ?> properties) Deprecated.protected Map<String,
RequestProperty> AbstractAuthorizablePostServlet.collectContentMap
(Map<String, ?> properties) Collects the properties that form the content to be written back to the repository.Modifier and TypeMethodDescriptionprotected void
AbstractAuthorizablePostServlet.processCreate
(javax.jcr.Session session, org.apache.jackrabbit.api.security.user.Authorizable authorizable, Map<String, RequestProperty> reqProperties, List<Modification> changes) Create resource(s) according to current requestprotected void
AbstractAuthorizablePostServlet.processDeletes
(org.apache.jackrabbit.api.security.user.Authorizable authorizable, Collection<RequestProperty> reqProperties, List<Modification> changes) Removes all properties listed asisDelete()
from the authorizable.protected void
AbstractAuthorizablePostServlet.writeContent
(javax.jcr.Session session, org.apache.jackrabbit.api.security.user.Authorizable authorizable, Collection<RequestProperty> reqProperties, List<Modification> changes) Writes back the content -
Uses of RequestProperty in org.apache.sling.servlets.post.impl.helper
Modifier and TypeMethodDescriptionvoid
SlingFileUploadHandler.setFile
(Resource parent, RequestProperty prop, List<Modification> changes) Uses the file(s) in the request parameter for creation of new nodes.void
SlingPropertyValueHandler.setProperty
(Resource parent, RequestProperty prop) Set property on given node, with some automatic values when user provides the field name but no value.
AbstractAuthorizablePostServlet.collectContentMap(Map)
instead since 2.2.18