|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestProperty | |
---|---|
org.apache.sling.jackrabbit.usermanager.impl.post | |
org.apache.sling.servlets.post.impl.helper |
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 RequestProperty | |
---|---|
protected Map<String,RequestProperty> |
AbstractAuthorizablePostServlet.collectContent(SlingHttpServletRequest request,
HtmlResponse response,
String authorizablePath)
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 RequestProperty | |
---|---|
protected void |
AbstractAuthorizablePostServlet.processDeletes(org.apache.jackrabbit.api.security.user.Authorizable resource,
Map<String,RequestProperty> reqProperties,
List<Modification> changes)
Removes all properties listed as isDelete() from
the authorizable. |
protected void |
AbstractAuthorizablePostServlet.writeContent(javax.jcr.Session session,
org.apache.jackrabbit.api.security.user.Authorizable authorizable,
Map<String,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 RequestProperty | |
---|---|
void |
SlingFileUploadHandler.setFile(javax.jcr.Node parent,
RequestProperty prop,
List<Modification> changes)
Uses the file(s) in the request parameter for creation of new nodes. |
void |
SlingPropertyValueHandler.setProperty(javax.jcr.Node parent,
RequestProperty prop)
Set property on given node, with some automatic values when user provides the field name but no value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |