org.hippoecm.hst.core.linking
Interface ResourceLocationResolver

All Superinterfaces:
LocationResolver
All Known Implementing Classes:
HippoResourceLocationResolver

public interface ResourceLocationResolver
extends LocationResolver


Method Summary
 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, setLocationMapTree
 

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.


Copyright © 2008-2012 Hippo. All Rights Reserved.