Uses of Interface
org.hippoecm.hst.core.ResourceVisitor
-
Packages that use ResourceVisitor Package Description org.hippoecm.hst.core The org.hippoecm.hst.core package defines the API for the HST Core -
-
Uses of ResourceVisitor in org.hippoecm.hst.core
Methods in org.hippoecm.hst.core with parameters of type ResourceVisitor Modifier and Type Method Description Object
ResourceLifecycleManagement. visitResources(ResourceVisitor visitor)
Traverses all the resource, calling the visitor's visit method at each one.
-