Package org.hippoecm.hst.core.linking
Interface ResourceLocationResolver
- All Superinterfaces:
LocationResolver
-
Method Summary
Modifier and TypeMethodDescriptionfor example known containers of resources are nodetypes 'hippogallery:exampleAssetSet' and 'hippogallery:exampleImageSet'Methods inherited from interface org.hippoecm.hst.core.linking.LocationResolver
getNodeType, resolve
-
Method Details
-
getResourceContainers
List<ResourceContainer> getResourceContainers()for example known containers of resources are nodetypes 'hippogallery:exampleAssetSet' and 'hippogallery:exampleImageSet'- Returns:
- the list of configured containers of this resource.
-