|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceContainer | |
---|---|
org.hippoecm.hst.core.linking | The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking |
org.hippoecm.hst.core.linking.containers | |
org.hippoecm.hst.core.linking.resolvers | |
org.hippoecm.hst.servlet.utils |
Uses of ResourceContainer in org.hippoecm.hst.core.linking |
---|
Classes in org.hippoecm.hst.core.linking that implement ResourceContainer | |
---|---|
class |
AbstractResourceContainer
Abstract implementation of default (simple) resource containers (like "hippogallery:exampleAssetSet" and "hippogallery:exampleImageSet"). |
Methods in org.hippoecm.hst.core.linking that return types with arguments of type ResourceContainer | |
---|---|
List<ResourceContainer> |
ResourceLocationResolver.getResourceContainers()
for example known containers of resources are nodetypes 'hippogallery:exampleAssetSet' and 'hippogallery:exampleImageSet' |
Uses of ResourceContainer in org.hippoecm.hst.core.linking.containers |
---|
Classes in org.hippoecm.hst.core.linking.containers that implement ResourceContainer | |
---|---|
class |
DefaultResourceContainer
|
class |
HippoGalleryAssetSet
|
class |
HippoGalleryExampleImageSetContainer
Deprecated. Use HippoGalleryImageSetContainer instead |
class |
HippoGalleryImageSetContainer
This is rewriting links for images into a 'pretty' url according some mapped configuration. |
Uses of ResourceContainer in org.hippoecm.hst.core.linking.resolvers |
---|
Methods in org.hippoecm.hst.core.linking.resolvers that return types with arguments of type ResourceContainer | |
---|---|
List<ResourceContainer> |
HippoResourceLocationResolver.getResourceContainers()
|
Method parameters in org.hippoecm.hst.core.linking.resolvers with type arguments of type ResourceContainer | |
---|---|
void |
HippoResourceLocationResolver.setResourceContainers(List<ResourceContainer> resourceContainers)
|
Uses of ResourceContainer in org.hippoecm.hst.servlet.utils |
---|
Method parameters in org.hippoecm.hst.servlet.utils with type arguments of type ResourceContainer | |
---|---|
static javax.jcr.Node |
ResourceUtils.lookUpResource(javax.jcr.Session session,
String resourcePath,
Map<String,List<ResourceContainer>> prefix2ResourceContainer,
List<ResourceContainer> allResourceContainers)
|
static javax.jcr.Node |
ResourceUtils.lookUpResource(javax.jcr.Session session,
String resourcePath,
Map<String,List<ResourceContainer>> prefix2ResourceContainer,
List<ResourceContainer> allResourceContainers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |