Package org.hippoecm.hst.core.linking
Interface ResourceLocationResolver
-
- All Superinterfaces:
LocationResolver
public interface ResourceLocationResolver extends LocationResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ResourceContainer>
getResourceContainers()
for 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 Detail
-
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.
-
-