|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SiblingsHelper | |
---|---|
info.magnolia.cms.util | |
info.magnolia.templating.functions | |
info.magnolia.templating.jsp.cmsfn | This file Copyright (c) 2011-2013 Magnolia International Ltd. |
Uses of SiblingsHelper in info.magnolia.cms.util |
---|
Methods in info.magnolia.cms.util that return SiblingsHelper | |
---|---|
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent)
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of the same type as its parent. |
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent,
Content.ContentFilter filter)
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child from all that pass the filter. |
static SiblingsHelper |
SiblingsHelper.childrenOf(Content parent,
ItemType childType)
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of given type. |
static SiblingsHelper |
SiblingsHelper.of(Content node)
Instantiates a SiblingsHelper representing the siblings of the given node and of the same type. |
Uses of SiblingsHelper in info.magnolia.templating.functions |
---|
Methods in info.magnolia.templating.functions that return SiblingsHelper | |
---|---|
SiblingsHelper |
TemplatingFunctions.siblings(ContentMap node)
|
SiblingsHelper |
TemplatingFunctions.siblings(javax.jcr.Node node)
Returns an instance of SiblingsHelper for the given node. |
Uses of SiblingsHelper in info.magnolia.templating.jsp.cmsfn |
---|
Methods in info.magnolia.templating.jsp.cmsfn that return SiblingsHelper | |
---|---|
static SiblingsHelper |
JspTemplatingFunction.siblings(ContentMap node)
Returns an instance of SiblingsHelper for the given contentMap. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |