Package | Description |
---|---|
info.magnolia.cms.util | |
info.magnolia.templating.functions | |
info.magnolia.templating.jsp.cmsfn |
This file Copyright (c) 2011-2016 Magnolia International
Ltd.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SiblingsHelper |
TemplatingFunctions.siblings(ContentMap node) |
SiblingsHelper |
TemplatingFunctions.siblings(javax.jcr.Node node)
Returns an instance of SiblingsHelper for the given node.
|
Modifier and Type | Method and Description |
---|---|
static SiblingsHelper |
JspTemplatingFunction.siblings(ContentMap node)
Returns an instance of SiblingsHelper for the given contentMap.
|
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.