Uses of Class
org.apache.sling.servlets.post.impl.helper.RequestProperty
Packages that use RequestProperty
Package
Description
-
Uses of RequestProperty in org.apache.sling.jackrabbit.usermanager.impl.post
Methods in org.apache.sling.jackrabbit.usermanager.impl.post that return types with arguments of type RequestPropertyModifier 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.Method parameters in org.apache.sling.jackrabbit.usermanager.impl.post with type arguments of type RequestPropertyModifier and TypeMethodDescriptionprotected voidAbstractAuthorizablePostServlet.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 voidAbstractAuthorizablePostServlet.processDeletes(org.apache.jackrabbit.api.security.user.Authorizable authorizable, Collection<RequestProperty> reqProperties, List<Modification> changes) Removes all properties listed asisDelete()from the authorizable.protected voidAbstractAuthorizablePostServlet.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
Methods in org.apache.sling.servlets.post.impl.helper with parameters of type RequestPropertyModifier and TypeMethodDescriptionvoidSlingFileUploadHandler.setFile(Resource parent, RequestProperty prop, List<Modification> changes) Uses the file(s) in the request parameter for creation of new nodes.voidSlingPropertyValueHandler.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