org.hippoecm.hst.core.linking.containers
Class HippoGalleryImageSetContainer

java.lang.Object
  extended by org.hippoecm.hst.core.linking.AbstractResourceContainer
      extended by org.hippoecm.hst.core.linking.containers.HippoGalleryImageSetContainer
All Implemented Interfaces:
ResourceContainer

public class HippoGalleryImageSetContainer
extends AbstractResourceContainer

This is rewriting links for images into a 'pretty' url according some mapped configuration. The path from resourceNode typically is something like: /content/gallery/..../handle_nodeName/document_nodeName/hippogallery:thumbnail , where handle_nodeName equals document_nodeName. If the configured mapping would be: , we create a link like this: /thumbnail/content/gallery/..../handle_nodeName. The default mapping (where value="") is like this: and the url becomes just /content/gallery/..../handle_nodeName


Constructor Summary
HippoGalleryImageSetContainer()
           
 
Method Summary
 String getNodeType()
           
 
Methods inherited from class org.hippoecm.hst.core.linking.AbstractResourceContainer
getMappings, getPrimaryItem, resolveToPathInfo, resolveToResourceNode, setMappings, setPrimaryItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HippoGalleryImageSetContainer

public HippoGalleryImageSetContainer()
Method Detail

getNodeType

public String getNodeType()
Returns:
the node type this resource container works on


Copyright © 2008-2012 Hippo. All Rights Reserved.