public class BulkReplaceOperation
extends java.lang.Object
implements org.apache.sling.servlets.post.PostOperation
BulkReplaceOperation
class will update all of the properties
applicable to the supplied parameters under the resource for the operation,
replacing the find string with the replacement value.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MODE_REGEX |
static java.lang.String |
PN_FIND |
static java.lang.String |
PN_MODE |
static java.lang.String |
PN_REPLACE |
static java.lang.String |
PN_UPDATE_PROPERTIES |
Constructor and Description |
---|
BulkReplaceOperation() |
Modifier and Type | Method and Description |
---|---|
void |
run(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.servlets.post.PostResponse response,
org.apache.sling.servlets.post.SlingPostProcessor[] processors) |
public static final java.lang.String PN_UPDATE_PROPERTIES
public static final java.lang.String MODE_REGEX
public static final java.lang.String PN_FIND
public static final java.lang.String PN_REPLACE
public static final java.lang.String PN_MODE
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.