Uses of Class
org.apache.sling.servlets.post.impl.helper.RequestProperty
Packages that use RequestProperty
-
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 TypeMethodDescriptionvoid
SlingFileUploadHandler.setFile
(org.apache.sling.api.resource.Resource parent, RequestProperty prop, List<Modification> changes) Uses the file(s) in the request parameter for creation of new nodes.void
SlingPropertyValueHandler.setProperty
(org.apache.sling.api.resource.Resource parent, RequestProperty prop) Set property on given node, with some automatic values when user provides the field name but no value.