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 JCRSupportJCRSupport. INSTANCEConstructors 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 JCRSupportAbstractPostOperation. jcrSupportThe JCR support provides additional functionality if the resources are backed by JCR.
-