Uses of Class
org.apache.sling.servlets.post.impl.helper.JCRSupport
-
Packages that use JCRSupport Package Description org.apache.sling.servlets.post.impl.helper org.apache.sling.servlets.post.impl.operations -
-
Uses of JCRSupport in org.apache.sling.servlets.post.impl.helper
Fields in org.apache.sling.servlets.post.impl.helper declared as JCRSupport Modifier and Type Field Description static JCRSupport
JCRSupport. INSTANCE
Constructors in org.apache.sling.servlets.post.impl.helper with parameters of type JCRSupport Constructor Description SlingPropertyValueHandler(DateParser dateParser, JCRSupport jcrSupport, List<Modification> changes)
Constructs a property value handler -
Uses of JCRSupport in org.apache.sling.servlets.post.impl.operations
Fields in org.apache.sling.servlets.post.impl.operations declared as JCRSupport Modifier and Type Field Description protected JCRSupport
AbstractPostOperation. jcrSupport
The JCR support provides additional functionality if the resources are backed by JCR.
-