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

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

Deprecated. Use HippoGalleryImageSetContainer instead

@Deprecated
public class HippoGalleryExampleImageSetContainer
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
HippoGalleryExampleImageSetContainer()
          Deprecated.  
 
Method Summary
 String getNodeType()
          Deprecated.  
 
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

HippoGalleryExampleImageSetContainer

public HippoGalleryExampleImageSetContainer()
Deprecated. 
Method Detail

getNodeType

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


Copyright © 2008-2012 Hippo. All Rights Reserved.