Uses of Class
org.apache.sling.servlets.post.impl.helper.RequestProperty
-
Packages that use RequestProperty Package Description org.apache.sling.servlets.post.impl.helper -
-
Uses of RequestProperty in org.apache.sling.servlets.post.impl.helper
Methods in org.apache.sling.servlets.post.impl.helper with parameters of type RequestProperty Modifier and Type Method Description void
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.
-