org.hippoecm.hst.core.linking.containers
Class HippoGalleryExampleImageSetContainer
java.lang.Object
org.hippoecm.hst.core.linking.AbstractResourceContainer
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HippoGalleryExampleImageSetContainer
public HippoGalleryExampleImageSetContainer()
- Deprecated.
getNodeType
public String getNodeType()
- Deprecated.
- Returns:
- the node type this resource container works on
Copyright © 2008-2012 Hippo. All Rights Reserved.