|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Content in info.magnolia.beancoder |
---|
Constructors in info.magnolia.beancoder with parameters of type Content | |
---|---|
MgnlNode(Content mnode)
|
Uses of Content in info.magnolia.cms.beans.config |
---|
Methods in info.magnolia.cms.beans.config with parameters of type Content | |
---|---|
protected void |
VirtualURIManager.onRegister(Content node)
|
protected void |
ShutdownManager.onRegister(Content node)
Deprecated. |
protected abstract void |
ObservedManager.onRegister(Content node)
Registers a node. |
void |
ObservedManager.register(Content node)
Register a node. |
protected void |
ObservedManager.reload(Content node)
Reload a specific node. |
protected ServerConfiguration |
ServerConfiguration.InstanceFactory.transformNode(Content node)
|
Uses of Content in info.magnolia.cms.beans.runtime |
---|
Methods in info.magnolia.cms.beans.runtime that return Content | |
---|---|
Content |
FileProperties.getContent()
|
Methods in info.magnolia.cms.beans.runtime with parameters of type Content | |
---|---|
void |
FileProperties.setContent(Content c)
|
Constructors in info.magnolia.cms.beans.runtime with parameters of type Content | |
---|---|
FileProperties(Content content,
String nodeDataName)
|
Uses of Content in info.magnolia.cms.cache |
---|
Constructors in info.magnolia.cms.cache with parameters of type Content | |
---|---|
MockCacheRequest(javax.servlet.http.HttpServletRequest request,
Content node)
Deprecated. |
Uses of Content in info.magnolia.cms.core |
---|
Classes in info.magnolia.cms.core that implement Content | |
---|---|
class |
AbstractContent
A base class by implementing some default behavior. |
class |
DefaultContent
Default, JCR-based, implementation of Content . |
Fields in info.magnolia.cms.core declared as Content | |
---|---|
protected Content |
AbstractNodeData.parent
|
Methods in info.magnolia.cms.core that return Content | |
---|---|
Content |
Content.createContent(String name)
Creates a Content node under the current node with the specified name. |
Content |
AbstractContent.createContent(String name)
|
Content |
Content.createContent(String name,
ItemType contentType)
Creates a Content node under the current node with the specified name. |
Content |
AbstractContent.createContent(String name,
ItemType contentType)
|
Content |
DefaultContent.createContent(String name,
String contentType)
|
Content |
Content.createContent(String name,
String contentType)
Creates a Content node under the current node with the specified name. |
Content |
HierarchyManager.createContent(String path,
String label,
String contentType)
|
Content |
DefaultHierarchyManager.createContent(String path,
String label,
String contentType)
Creates contentNode of type contentType. |
Content |
DefaultContent.getAncestor(int level)
|
Content |
Content.getAncestor(int level)
get absolute parent object starting from the root node. |
Content |
Content.getChildByName(String namePattern)
Deprecated. since 4.3, either use getContent(String) or getChildren(String) |
Content |
AbstractContent.getChildByName(String namePattern)
Deprecated. |
Content |
HierarchyManager.getContent(String path)
|
Content |
DefaultHierarchyManager.getContent(String path)
get content object of the requested URI. |
Content |
DefaultContent.getContent(String name)
|
Content |
Content.getContent(String name)
Gets the Content node of the current node with the specified name. |
Content |
HierarchyManager.getContent(String path,
boolean create,
ItemType type)
|
Content |
DefaultHierarchyManager.getContent(String path,
boolean create,
ItemType type)
Like getContent() but creates the node if not yet existing. |
Content |
HierarchyManager.getContentByUUID(String uuid)
|
Content |
DefaultHierarchyManager.getContentByUUID(String uuid)
This method can be used to retrieve Content which has UUID assigned to it, in other words only those nodes which has mixin type mix:referenceable. |
protected Content |
NonExistingNodeData.getContentFromJCRReference()
|
protected Content |
DefaultNodeData.getContentFromJCRReference()
|
protected Content |
BinaryNodeData.getContentFromJCRReference()
|
protected abstract Content |
AbstractNodeData.getContentFromJCRReference()
Specific implementation for retrieving the referenced node when using a property of type REFERENCE. |
Content |
AggregationState.getCurrentContent()
|
Content |
AggregationState.getMainContent()
|
Content |
HierarchyManager.getPage(String path,
String templateName)
Deprecated. since 4.0 - only used by taglibs - should go/move. |
Content |
DefaultHierarchyManager.getPage(String path,
String templateName)
Deprecated. since 4.0 - only used by taglibs - should go/move. |
Content |
NodeData.getParent()
returns Parent node. |
Content |
DefaultContent.getParent()
|
Content |
Content.getParent()
get parent content object. |
Content |
AbstractNodeData.getParent()
|
Content |
NodeData.getReferencedContent()
Returns the Content that this NodeData references (if its type is PropertyType.REFERENCE). |
Content |
BinaryNodeData.getReferencedContent()
|
Content |
AbstractNodeData.getReferencedContent()
|
protected Content |
AbstractNodeData.getReferencedContent(HierarchyManager hm)
|
Content |
NodeData.getReferencedContent(String repositoryId)
Same as NodeData.getReferencedContent() but achieves the referenced node from a different workspace. |
Content |
BinaryNodeData.getReferencedContent(String repositoryId)
|
Content |
AbstractNodeData.getReferencedContent(String repositoryId)
|
Content |
HierarchyManager.getRoot()
|
Content |
DefaultHierarchyManager.getRoot()
|
Methods in info.magnolia.cms.core that return types with arguments of type Content | |
---|---|
Collection<Content> |
DefaultContent.getAncestors()
|
Collection<Content> |
Content.getAncestors()
Convenience method for taglib. |
Collection<Content> |
Content.getChildren()
Gets a Collection containing all child nodes of the same NodeType as "this" object. |
Collection<Content> |
AbstractContent.getChildren()
Gets a Collection containing all child nodes of the same NodeType as "this" object. |
Collection<Content> |
Content.getChildren(Content.ContentFilter filter)
Get a collection containing child nodes which satisfies the given filter. |
Collection<Content> |
AbstractContent.getChildren(Content.ContentFilter filter)
Get a collection containing child nodes which satisfies the given filter. |
Collection<Content> |
Content.getChildren(Content.ContentFilter filter,
Comparator<Content> orderCriteria)
Get a collection containing child nodes which satisfies the given filter. |
Collection<Content> |
AbstractContent.getChildren(Content.ContentFilter filter,
Comparator<Content> orderCriteria)
Get a collection containing child nodes which satisfies the given filter. |
Collection<Content> |
DefaultContent.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
abstract Collection<Content> |
AbstractContent.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
Collection<Content> |
Content.getChildren(ItemType contentType)
Get collection of specified content type. |
Collection<Content> |
AbstractContent.getChildren(ItemType itemType)
Get collection of specified content type. |
Collection<Content> |
Content.getChildren(String contentType)
Get collection of specified content type and its subtypes. |
Collection<Content> |
AbstractContent.getChildren(String contentType)
Get collection of specified content type and its subtypes. |
Collection<Content> |
Content.getChildren(String contentType,
String namePattern)
Get collection of specified content type. |
Collection<Content> |
AbstractContent.getChildren(String contentType,
String namePattern)
Get collection of specified content type. |
Methods in info.magnolia.cms.core with parameters of type Content | |
---|---|
boolean |
Content.ContentFilter.accept(Content content)
Test if this content should be included in a resultant collection. |
static String |
Path.getUniqueLabel(Content parent,
String label)
|
void |
AggregationState.setCurrentContent(Content currentContent)
|
void |
AggregationState.setMainContent(Content mainContent)
|
NodeData |
Content.setNodeData(String name,
Content value)
Sets the node data. |
NodeData |
AbstractContent.setNodeData(String name,
Content value)
|
void |
AbstractNodeData.setParent(Content parent)
|
void |
NonExistingNodeData.setValue(Content value)
|
void |
NodeData.setValue(Content value)
Sets a reference value. |
void |
DefaultNodeData.setValue(Content value)
|
void |
BinaryNodeData.setValue(Content value)
|
Method parameters in info.magnolia.cms.core with type arguments of type Content | |
---|---|
Collection<Content> |
Content.getChildren(Content.ContentFilter filter,
Comparator<Content> orderCriteria)
Get a collection containing child nodes which satisfies the given filter. |
Collection<Content> |
AbstractContent.getChildren(Content.ContentFilter filter,
Comparator<Content> orderCriteria)
Get a collection containing child nodes which satisfies the given filter. |
Collection<Content> |
DefaultContent.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
abstract Collection<Content> |
AbstractContent.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
Constructors in info.magnolia.cms.core with parameters of type Content | |
---|---|
AbstractNodeData(Content parent,
String name)
|
|
BinaryNodeData(Content parent,
String name)
|
|
DefaultNodeData(Content parent,
String name)
|
|
NonExistingNodeData(Content parent,
String name)
|
Uses of Content in info.magnolia.cms.core.search |
---|
Fields in info.magnolia.cms.core.search with type parameters of type Content | |
---|---|
protected Map<String,Collection<Content>> |
QueryResultImpl.objectStore
caches all previously queried objects. |
Methods in info.magnolia.cms.core.search that return types with arguments of type Content | |
---|---|
Collection<Content> |
QueryResultImpl.getContent()
|
Collection<Content> |
QueryResult.getContent()
Gets a collection of Content objects for mgnl:content NodeType. |
Collection<Content> |
QueryResultImpl.getContent(String nodeType)
|
Collection<Content> |
QueryResult.getContent(String nodeType)
Gets a collection of Content objects for specified NodeType. |
Method parameters in info.magnolia.cms.core.search with type arguments of type Content | |
---|---|
protected void |
QueryResultImpl.build(javax.jcr.Node node,
String[] nodeType,
Collection<Content> collection)
Traverses the hierarchy from the current node to the root until the node's type matches. |
protected void |
QueryResultImpl.build(String nodeType,
Collection<Content> collection)
Adds all found nodes of a certain type. |
Uses of Content in info.magnolia.cms.core.version |
---|
Classes in info.magnolia.cms.core.version that implement Content | |
---|---|
class |
ContentVersion
Wraps a versioned node (frozen node) and allows traversing the hierarchy as if the node where in the original place. |
Methods in info.magnolia.cms.core.version that return Content | |
---|---|
Content |
ContentVersion.createContent(String name)
Throws an AccessDeniedException as versions are read only. |
Content |
ContentVersion.createContent(String name,
ItemType contentType)
Throws an AccessDeniedException as versions are read only. |
Content |
ContentVersion.createContent(String name,
String contentType)
Throws an AccessDeniedException as versions are read only. |
Content |
ContentVersion.getAncestor(int level)
|
Content |
ContentVersion.getContent(String name)
Returns a direct child if it was included in the version. |
Content |
ContentVersion.getParent()
Returns the parent of the base node. |
protected Content |
BaseVersionManager.getSystemNode(Content node)
Get the Magnolia system node created under the given node. |
Content |
BaseVersionManager.getVersionedNode(Content node)
Get node from version store. |
protected Content |
BaseVersionManager.getVersionedNode(String uuid)
Get node from version store. |
Methods in info.magnolia.cms.core.version that return types with arguments of type Content | |
---|---|
Collection<Content> |
ContentVersion.getAncestors()
Convenience method for taglib. |
Collection<Content> |
ContentVersion.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
All AbstractContent.getChildren() methods delegate to this method. |
Methods in info.magnolia.cms.core.version with parameters of type Content | |
---|---|
javax.jcr.version.Version |
BaseVersionManager.addVersion(Content node)
Add version of the specified node and all child nodes while ignoring the same node type. |
javax.jcr.version.Version |
BaseVersionManager.addVersion(Content node,
Rule rule)
Add version of the specified node and all child nodes while ignoring the same node type. |
protected void |
BaseVersionManager.checkAndAddMixin(Content node)
Verifies the existence of the mix:versionable and adds it if not. |
void |
CopyUtil.clone(Content node,
Content parent,
Content.ContentFilter filter,
boolean removeExisting)
|
protected javax.jcr.version.Version |
BaseVersionManager.createVersion(Content node,
Rule rule)
Create version of the specified node and all child nodes based on the given Rule . |
javax.jcr.version.VersionIterator |
BaseVersionManager.getAllVersions(Content node)
Get all versions. |
javax.jcr.version.Version |
BaseVersionManager.getBaseVersion(Content node)
Returns the current base version of given node. |
protected Content |
BaseVersionManager.getSystemNode(Content node)
Get the Magnolia system node created under the given node. |
protected Rule |
BaseVersionManager.getUsedFilter(Content versionedNode)
Get Rule used for this version. |
javax.jcr.version.Version |
BaseVersionManager.getVersion(Content node,
String name)
Get named version. |
Content |
BaseVersionManager.getVersionedNode(Content node)
Get node from version store. |
javax.jcr.version.VersionHistory |
BaseVersionManager.getVersionHistory(Content node)
Get history of this node as recorded in the version store. |
void |
BaseVersionManager.restore(Content node,
javax.jcr.version.Version version,
boolean removeExisting)
Restore specified version. |
void |
VersionManager.setMaxVersionHistory(Content node)
Set version history to max version possible. |
abstract void |
BaseVersionManager.setMaxVersionHistory(Content node)
Set version history to max version possible. |
Method parameters in info.magnolia.cms.core.version with type arguments of type Content | |
---|---|
Collection<Content> |
ContentVersion.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
All AbstractContent.getChildren() methods delegate to this method. |
Uses of Content in info.magnolia.cms.exchange |
---|
Methods in info.magnolia.cms.exchange with parameters of type Content | |
---|---|
void |
Syndicator.activate(String parent,
Content content)
This will activate the specified node to all configured subscribers. |
void |
Syndicator.activate(String parent,
Content content,
List<String> orderBefore)
This will activate the specified node to all configured subscribers. |
void |
Syndicator.activate(Subscriber subscriber,
String parent,
Content content)
This will activate the specified node to the specified subscriber. |
void |
Syndicator.activate(Subscriber subscriber,
String parent,
Content content,
List<String> orderBefore)
This will activate the specified node to the specified subscriber. |
void |
Syndicator.deactivate(Content node)
|
void |
Syndicator.deactivate(Subscriber subscriber,
Content node)
|
Uses of Content in info.magnolia.cms.gui.control |
---|
Methods in info.magnolia.cms.gui.control that return Content | |
---|---|
Content |
ControlImpl.getWebsiteNode()
|
Methods in info.magnolia.cms.gui.control with parameters of type Content | |
---|---|
protected Iterator |
Tree.collectRenderedItems(Content parentNode,
String itemType)
|
String |
Tree.getHtmlChildrenOfOneType(Content parentNode,
String itemType)
|
protected void |
Tree.getHtmlOfSingleItem(StringBuffer html,
Content parentNode,
String itemType,
Object item)
|
protected String |
Tree.getIcon(Content node,
NodeData nodedata,
String itemType)
|
protected int |
Tree.getPaddingLeft(Content parentNode)
|
protected boolean |
Tree.hasSub(Content c,
String type)
|
protected void |
Tree.onGetHtmlOfSingleItem(StringBuffer html,
Content parentNode,
String itemType,
Object item,
String idPre)
|
String |
TreeColumnHtmlRendererImpl.renderHtml(TreeColumn treeColumn,
Content content)
|
String |
TreeColumnHtmlRenderer.renderHtml(TreeColumn treeColumn,
Content content)
|
String |
NodeTypeFilteringTreeColumnHtmlRenderer.renderHtml(TreeColumn treeColumn,
Content content)
|
void |
ControlImpl.setWebsiteNode(Content c)
|
protected boolean |
NodeTypeFilteringTreeColumnHtmlRenderer.shouldRender(Content content)
|
protected boolean |
Tree.showNode(Content node,
NodeData nodedata,
String itemType)
Override to make special exclusions. |
Constructors in info.magnolia.cms.gui.control with parameters of type Content | |
---|---|
ButtonSet(String name,
Content websiteNode)
|
|
ControlImpl(String name,
Content websiteNode)
|
|
Edit(String name,
Content websiteNode)
|
|
File(String name,
Content content)
|
|
Hidden(String name,
Content websiteNode)
|
|
Password(String name,
Content websiteNode)
|
|
Select(String name,
Content websiteNode)
|
|
SelectOption(String label,
Content websiteNode)
|
Uses of Content in info.magnolia.cms.gui.controlx.list |
---|
Methods in info.magnolia.cms.gui.controlx.list with parameters of type Content | |
---|---|
String |
DefaultValueProvider.getPath(Content node)
get path |
String |
DefaultValueProvider.getType(Content node)
get node type |
Uses of Content in info.magnolia.cms.gui.controlx.search |
---|
Methods in info.magnolia.cms.gui.controlx.search with parameters of type Content | |
---|---|
protected SearchControlDefinition |
DialogBasedSearchConfig.createSearchControl(Content controlNode)
|
protected SearchControlDefinition |
DialogBasedSearchConfig.createSearchControl(String name,
String label,
String searchType,
Content controlNode)
|
void |
DialogBasedSearchControlDefinition.init(Content controlNode)
|
protected void |
DialogBasedSearchConfig.init(Content dialogNode)
gets all the controls defined in the dialog |
Constructors in info.magnolia.cms.gui.controlx.search with parameters of type Content | |
---|---|
DialogBasedSearchConfig(Content dialogNode)
|
Uses of Content in info.magnolia.cms.gui.controlx.version |
---|
Methods in info.magnolia.cms.gui.controlx.version that return Content | |
---|---|
Content |
VersionListModel.getContent()
|
Methods in info.magnolia.cms.gui.controlx.version with parameters of type Content | |
---|---|
void |
VersionListModel.setContent(Content content)
|
Constructors in info.magnolia.cms.gui.controlx.version with parameters of type Content | |
---|---|
VersionListModel(Content content)
constructor |
|
VersionListModel(Content content,
int max)
|
Uses of Content in info.magnolia.cms.gui.dialog |
---|
Methods in info.magnolia.cms.gui.dialog that return Content | |
---|---|
Content |
DialogControlImpl.getStorageNode()
|
Content |
DialogControlImpl.getWebsiteNode()
Deprecated. use getStorageNode() |
Methods in info.magnolia.cms.gui.dialog with parameters of type Content | |
---|---|
static DialogButton |
DialogFactory.getDialogButtonInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogButtonSet |
DialogFactory.getDialogButtonSetInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogControl |
DialogFactory.getDialogControlInstanceByName(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode,
String controlType)
Get a instance by the control type name. |
static DialogEdit |
DialogFactory.getDialogEditInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogHidden |
DialogFactory.getDialogHiddenInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogInclude |
DialogFactory.getDialogIncludeInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static Dialog |
DialogFactory.getDialogInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogPassword |
DialogFactory.getDialogPasswordInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogSelect |
DialogFactory.getDialogSelectInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
static DialogStatic |
DialogFactory.getDialogStaticInstance(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
protected Collection |
DialogSelect.getOptionNodes(Content configNode)
|
protected Collection |
DialogButtonSet.getOptionNodes(Content configNode)
|
protected Map |
DialogFreemarker.getSubNodes(Content node)
Get a recursive map view of a content node |
void |
DialogSelect.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
void |
DialogFreemarker.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
Initialize a Dialog. |
void |
DialogFile.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
void |
DialogEditWithCustomButtons.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
void |
DialogEditWithButton.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
void |
DialogControlImpl.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
|
void |
DialogControl.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
Initialize a Dialog. |
void |
DialogButtonSet.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
static DialogControl |
DialogFactory.loadDialog(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
Load and initialize a dialog. |
protected void |
ControlsManager.onRegister(Content configNode)
Registers dialog controls. |
void |
DialogButtonSet.setOption(Content configNode)
|
void |
DialogSelect.setOptions(Content configNode)
|
void |
DialogButtonSet.setOptions(Content configNode,
boolean setDefaultSelected)
|
Uses of Content in info.magnolia.cms.gui.i18n |
---|
Methods in info.magnolia.cms.gui.i18n with parameters of type Content | |
---|---|
protected String |
DefaultI18nAuthoringSupport.createURI(Content currentPage,
Locale locale)
|
Uses of Content in info.magnolia.cms.i18n |
---|
Classes in info.magnolia.cms.i18n that implement Content | |
---|---|
class |
I18nContentWrapper
A ContentWrapper implementation which knows about I18nContentSupport. |
Methods in info.magnolia.cms.i18n that return Content | |
---|---|
protected Content |
I18nContentWrapper.wrap(Content node)
|
Methods in info.magnolia.cms.i18n with parameters of type Content | |
---|---|
NodeData |
I18nContentSupport.getNodeData(Content node,
String name)
Returns the NodeData object based on the current language. |
NodeData |
HierarchyBasedI18nContentSupport.getNodeData(Content node,
String name)
|
NodeData |
AbstractI18nContentSupport.getNodeData(Content node,
String name)
Returns the nodedata with the name <name>_<current language> or <name>_<fallback language> otherwise returns <name>. |
NodeData |
I18nContentSupport.getNodeData(Content node,
String name,
Locale locale)
Returns the NodeData object based on the language passes. |
NodeData |
AbstractI18nContentSupport.getNodeData(Content node,
String name,
Locale locale)
|
protected Content |
I18nContentWrapper.wrap(Content node)
|
Constructors in info.magnolia.cms.i18n with parameters of type Content | |
---|---|
I18nContentWrapper(Content node)
|
Uses of Content in info.magnolia.cms.link |
---|
Methods in info.magnolia.cms.link that return Content | |
---|---|
Content |
UUIDLink.getNode()
Deprecated. |
Methods in info.magnolia.cms.link with parameters of type Content | |
---|---|
void |
UUIDLink.setNode(Content node)
Deprecated. |
Constructors in info.magnolia.cms.link with parameters of type Content | |
---|---|
RelativePathTransformer(Content page,
boolean useURI2RepositoryMapping,
boolean useI18N)
Deprecated. |
Uses of Content in info.magnolia.cms.security |
---|
Methods in info.magnolia.cms.security that return Content | |
---|---|
protected Content |
MgnlUserManager.createUserNode(String name)
|
protected Content |
HierarchicalUserManager.createUserNode(String name)
|
protected Content |
MgnlUserManager.findUserNode(String realm,
String name)
Helper method to find a user in a certain realm. |
Content |
MgnlGroup.getGroupNode()
|
Content |
MgnlRole.getRoleNode()
|
Content |
MgnlUser.getUserNode()
|
Methods in info.magnolia.cms.security with parameters of type Content | |
---|---|
protected Group |
MgnlGroupManager.newGroupInstance(Content node)
|
protected MgnlRole |
MgnlRoleManager.newRoleInstance(Content node)
|
protected User |
MgnlUserManager.newUserInstance(Content node)
Creates a MgnlUser out of a jcr node. |
protected void |
MgnlUserManager.setPasswordProperty(Content userNode,
String clearPassword)
|
void |
MgnlUserManager.updateUserListWithAllChildren(Content node,
Collection<User> users)
Updates collection with all users located under provided node. |
protected MgnlUser |
MgnlUserManager.userInstance(Content node)
Deprecated. since 4.3.1 - use MgnlUserManager.newUserInstance(info.magnolia.cms.core.Content) |
Constructors in info.magnolia.cms.security with parameters of type Content | |
---|---|
MgnlGroup(Content groupNode)
|
|
MgnlRole(Content roleNode)
|
|
MgnlUser(Content userNode)
|
Uses of Content in info.magnolia.cms.taglibs |
---|
Classes in info.magnolia.cms.taglibs that implement Content | |
---|---|
class |
SetNode.NodeMapWrapper
Deprecated. use info.magnolia.cms.util.NodeMapWrapper instead |
Methods in info.magnolia.cms.taglibs that return Content | |
---|---|
static Content |
CmsFunctions.currentPage()
Returns the current active page (can be set using the loadPage tag). |
static Content |
CmsFunctions.currentParagraph()
Returns the current paragraph. |
static Content |
Resource.getActivePage()
Deprecated. use AggregationState |
Content |
BaseContentTag.getContentNode()
|
static Content |
Resource.getCurrentActivePage()
Deprecated. get Content object as requested from the URI. |
protected Content |
BaseContentTag.getCurrentPage()
|
protected Content |
BaseContentTag.getFirstMatchingNode()
Get the first matching node containing a NodeData named nodeDataName . |
protected Content |
BaseContentTag.getFirtMatchingNode()
Deprecated. Use BaseContentTag.getFirstMatchingNode() instead |
static Content |
Resource.getGlobalContentNode()
Deprecated. get ContentNode object as set by the "set" tag. |
static Content |
Resource.getLocalContentNode()
Deprecated. get ContentNode object as passed to the include tag. |
static Content |
CmsFunctions.mainPage()
Returns the main loaded page (doesn't change when using the loadPage tag). |
protected Content |
BaseContentTag.resolveNode(Content currentPage)
|
Methods in info.magnolia.cms.taglibs with parameters of type Content | |
---|---|
protected String |
Out.getFilePropertyValue(Content contentNode)
|
static Collection |
CmsFunctions.nodeDataIterator(Content c,
String collection)
Function to iterate over a node Data that has "checkbox" as control type, for example. |
protected Content |
BaseContentTag.resolveNode(Content currentPage)
|
void |
Set.setContainer(Content contentNode)
Deprecated. use the contentNode attribute |
void |
Include.setContainer(Content contentNode)
Deprecated. use the contentNode attribute instead |
void |
SetNode.setContent(Content node)
Deprecated. use the contentNode attribute |
void |
Include.setContentNode(Content contentNode)
|
void |
BaseContentTag.setContentNode(Content content)
The content object to use. |
static void |
Resource.setCurrentActivePage(Content page)
Deprecated. since 4.0 - use AggregationState. |
static void |
Resource.setGlobalContentNode(Content node)
Deprecated. set ContentNode object in resources, scope:page. |
static void |
Resource.setLocalContentNode(Content node)
Deprecated. set ContentNode object in resources , scope:TAG. |
protected void |
Set.setNode(Content node)
|
Constructors in info.magnolia.cms.taglibs with parameters of type Content | |
---|---|
SetNode.NodeMapWrapper(Content node,
Content actPage)
Deprecated. |
Uses of Content in info.magnolia.cms.taglibs.util |
---|
Methods in info.magnolia.cms.taglibs.util that return Content | |
---|---|
protected Content |
BaseImageTag.getImageContentNode()
|
Methods in info.magnolia.cms.taglibs.util with parameters of type Content | |
---|---|
protected void |
BaseImageTag.createImageNode(File imageFile,
Content imageNode)
Create a new imageNode with the image in it. |
protected boolean |
ScaleImageTag.rescale(Content parentContentNode,
Content imageContentNode)
Checks to see if the previously scaled image needs to be rescaled. |
void |
SearchResultSnippetTag.setPage(Content page)
A Content node of type mgnl:content (a magnolia page), typically returned by the simpleSearch tag. |
Uses of Content in info.magnolia.cms.util |
---|
Classes in info.magnolia.cms.util that implement Content | |
---|---|
class |
ContentWrapper
A base class to implement content wrappers. |
class |
ExtendingContentWrapper
This wrapper allows extending other nodes (mainly useful to extend configurations). |
class |
InheritanceContentWrapper
This wrapper inherits content from the parent hierarchy. |
class |
LazyContentWrapper
Stores an uuid and will re-fetch the node in LazyContentWrapper.getWrappedContent() if the session is closed. |
class |
NodeMapWrapper
Wrapper for a content Node which exposes a Map interface, used to access its content using jstl. |
class |
SystemContentWrapper
A lazy content wrapper reading from the node using the LifeTimeJCRSessionUtil . |
Methods in info.magnolia.cms.util that return Content | |
---|---|
Content |
ContentWrapper.createContent(String name,
String contentType)
|
Content |
HierarchyManagerWrapper.createContent(String path,
String label,
String contentType)
|
static Content |
ContentUtil.createPath(Content parent,
String path,
ItemType type)
|
static Content |
ContentUtil.createPath(Content parent,
String path,
ItemType type,
boolean save)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
String path)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
String path,
boolean save)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
String path,
ItemType type)
|
static Content |
ContentUtil.createPath(HierarchyManager hm,
String path,
ItemType type,
boolean save)
|
Content |
ContentWrapper.getAncestor(int level)
|
static Content |
ContentUtil.getAncestorOfType(Content firstNode,
String nodeType)
Returns the first found ancestor of the given node which is of the given type, or the given node itself, it is of the given type. |
static Content |
ContentUtil.getCaseInsensitive(Content node,
String name)
Get a subnode case insensitive. |
Content |
ContentWrapper.getChildByName(String namePattern)
Deprecated. since 4.3, either use ContentWrapper.getContent(String) or AbstractContent.getChildren(String) |
static Content |
ContentUtil.getContent(Content node,
String name)
Get the node or null if not exists. |
Content |
InheritanceContentWrapper.getContent(String name)
|
Content |
HierarchyManagerWrapper.getContent(String path)
|
Content |
ExtendingContentWrapper.getContent(String name)
|
Content |
ContentWrapper.getContent(String name)
|
Content |
HierarchyManagerWrapper.getContent(String path,
boolean create,
ItemType type)
|
static Content |
ContentUtil.getContent(String repository,
String path)
Returns a Content object of the named repository or null if not existing. |
Content |
HierarchyManagerWrapper.getContentByUUID(String uuid)
|
static Content |
ContentUtil.getContentByUUID(String repository,
String uuid)
|
protected Content |
InheritanceContentWrapper.getContentSafely(InheritanceContentWrapper anchor,
String path)
This method returns null if no content has been found. |
protected Content |
InheritanceContentWrapper.getContentSafely(String name)
This method returns null if no content has been found. |
Content |
SiblingsHelper.getCurrent()
|
static Content |
ContentUtil.getOrCreateContent(Content node,
String name,
ItemType contentType)
If the node doesn't exist just create it. |
static Content |
ContentUtil.getOrCreateContent(Content node,
String name,
ItemType contentType,
boolean save)
If the node doesn't exist just create it. |
Content |
HierarchyManagerWrapper.getPage(String path,
String templateName)
Deprecated. since 4.0 - use getContent().isNodeType() instead. (not used currently) |
Content |
NodeDataWrapper.getParent()
|
Content |
ContentWrapper.getParent()
|
Content |
NodeDataWrapper.getReferencedContent()
|
Content |
NodeDataWrapper.getReferencedContent(String repositoryId)
|
Content |
HierarchyManagerWrapper.getRoot()
|
Content |
LazyContentWrapper.getWrappedContent()
|
Content |
ExtendingContentWrapper.getWrappedContent()
|
Content |
ContentWrapper.getWrappedContent()
|
Content |
SiblingsHelper.goTofirst()
|
Content |
SiblingsHelper.goTolast()
|
Content |
SiblingsHelper.next()
|
Content |
SiblingsHelper.prev()
|
protected Content |
SystemNodeDataWrapper.wrap(Content content)
|
protected Content |
NodeMapWrapper.wrap(Content node)
|
protected Content |
NodeDataWrapper.wrap(Content content)
Default implementation of content wrapping for cases where NodeData needs to return content. |
protected Content |
LazyNodeDataWrapper.wrap(Content content)
|
protected Content |
InheritanceContentWrapper.wrap(Content node)
Wrap returned nodes. |
protected Content |
HierarchyManagerWrapper.wrap(Content content)
Override this method to have hierarchy manager wrap every piece of content it returns. |
protected Content |
ExtendingContentWrapper.wrap(Content node)
|
protected Content |
ContentWrapper.wrap(Content node)
Override if a wrapper wants to wrap returned content objects. |
Methods in info.magnolia.cms.util that return types with arguments of type Content | |
---|---|
static List<Content> |
ContentUtil.collectAllChildren(Content node)
Get all children recursively (content and contentnode). |
static List<Content> |
ContentUtil.collectAllChildren(Content node,
Content.ContentFilter filter)
Get all children using a filter. |
static List<Content> |
ContentUtil.collectAllChildren(Content node,
ItemType type)
Get all children of a particular type. |
static List<Content> |
ContentUtil.collectAllChildren(Content node,
ItemType[] types)
Get all children of a particular type. |
static Collection<Content> |
QueryUtil.exceptionThrowingQuery(String repository,
String statement,
String language,
String returnItemType)
|
static Collection<Content> |
QueryUtil.exceptionThrowingQuery(String repository,
String statement,
String language,
String returnItemType,
long maxResultSize)
Executes a query, throwing any exceptions that arise as a result. |
static Collection<Content> |
ContentUtil.getAllChildren(Content node)
Returns all children (not recursively) independent of there type. |
static Collection<Content> |
ContentUtil.getAllChildren(Content node,
Comparator<Content> comp)
Returns all children (not recursively) independent of there type. |
Collection<Content> |
ContentWrapper.getAncestors()
|
Collection<Content> |
InheritanceContentWrapper.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
Collection<Content> |
ExtendingContentWrapper.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
Collection<Content> |
ContentWrapper.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
static Collection<Content> |
QueryUtil.query(String repository,
String statement)
Executes a query. |
static Collection<Content> |
QueryUtil.query(String repository,
String statement,
String language)
Executes a query. |
static Collection<Content> |
QueryUtil.query(String repository,
String statement,
String language,
String returnItemType)
|
static Collection<Content> |
QueryUtil.query(String repository,
String statement,
String language,
String returnItemType,
long maxResultSize)
Executes a query - if an exception is thrown, it is logged and an empty collection is returned. |
protected Collection<Content> |
ContentWrapper.wrapContentNodes(Collection<Content> collection)
Override if a wrapper wants to wrap returned collections as well (by getChildren(..), ... |
Methods in info.magnolia.cms.util with parameters of type Content | |
---|---|
boolean |
RuleBasedContentFilter.accept(Content content)
Test if this content should be included in a resultant collection. |
boolean |
NodeTypeFilter.accept(Content content)
|
static void |
ContentUtil.changeNodeType(Content node,
ItemType newType,
boolean replaceAll)
Utility method to change the jcr:primaryType value of a node. |
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 List<Content> |
ContentUtil.collectAllChildren(Content node)
Get all children recursively (content and contentnode). |
static List<Content> |
ContentUtil.collectAllChildren(Content node,
Content.ContentFilter filter)
Get all children using a filter. |
static List<Content> |
ContentUtil.collectAllChildren(Content node,
ItemType type)
Get all children of a particular type. |
static List<Content> |
ContentUtil.collectAllChildren(Content node,
ItemType[] types)
Get all children of a particular type. |
int |
NodeUuidComparator.compare(Content c1,
Content c2)
|
int |
NodePathComparator.compare(Content c1,
Content c2)
|
int |
NodeNameComparator.compare(Content c1,
Content c2)
|
int |
NodeDataStringComparator.compare(Content c1,
Content c2)
|
int |
CreationDateComparator.compare(Content c1,
Content c2)
|
protected abstract int |
AbstractContentComparator.compare(Content c1,
Content c2)
Deprecated. |
static void |
ContentUtil.copyInSession(Content src,
String dest)
Session based copy operation. |
static Content |
ContentUtil.createPath(Content parent,
String path,
ItemType type)
|
static Content |
ContentUtil.createPath(Content parent,
String path,
ItemType type,
boolean save)
|
static void |
ContentUtil.deleteAndRemoveEmptyParents(Content node)
|
static void |
ContentUtil.deleteAndRemoveEmptyParents(Content node,
int level)
|
static String |
DumperUtil.dump(Content content)
|
static String |
DumperUtil.dump(Content content,
int level)
Used to dump into a String. |
static void |
DumperUtil.dump(Content content,
int level,
PrintStream out)
Dump to a stream. |
static void |
DumperUtil.dump(Content content,
PrintStream out)
Dump this node to a stream. |
static String |
MetaDataUtil.getActivationStatusIcon(Content content)
|
static Collection<Content> |
ContentUtil.getAllChildren(Content node)
Returns all children (not recursively) independent of there type. |
static Collection<Content> |
ContentUtil.getAllChildren(Content node,
Comparator<Content> comp)
Returns all children (not recursively) independent of there type. |
static Content |
ContentUtil.getAncestorOfType(Content firstNode,
String nodeType)
Returns the first found ancestor of the given node which is of the given type, or the given node itself, it is of the given type. |
static boolean |
NodeDataUtil.getBoolean(Content node,
String name,
boolean defaultValue)
|
static Content |
ContentUtil.getCaseInsensitive(Content node,
String name)
Get a subnode case insensitive. |
static Content |
ContentUtil.getContent(Content node,
String name)
Get the node or null if not exists. |
static Calendar |
NodeDataUtil.getDate(Content node,
String name,
Calendar defaultValue)
|
static String |
NodeDataUtil.getI18NString(Content node,
String str)
Uses the i18n mechanism to translate the message if the resulting string is a key. |
static String |
NodeDataUtil.getI18NString(Content node,
String str,
String basename)
Uses the i18n mechanism to translate the message if the resulting string is a key. |
static long |
NodeDataUtil.getLong(Content node,
String name,
long defaultValue)
|
static NodeData |
NodeDataUtil.getOrCreate(Content node,
String name)
If the NodeData does not exist yet, just create it. |
static NodeData |
NodeDataUtil.getOrCreate(Content node,
String name,
int type)
If the NodeData does not exist yet, just create it. |
static NodeData |
NodeDataUtil.getOrCreate(Content node,
String name,
Object obj)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
String name,
boolean value)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
String name,
int value)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
String name,
long value)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
String name,
Object obj)
|
static NodeData |
NodeDataUtil.getOrCreateAndSet(Content node,
String name,
javax.jcr.Value[] value)
|
static Content |
ContentUtil.getOrCreateContent(Content node,
String name,
ItemType contentType)
If the node doesn't exist just create it. |
static Content |
ContentUtil.getOrCreateContent(Content node,
String name,
ItemType contentType,
boolean save)
If the node doesn't exist just create it. |
static String |
MetaDataUtil.getPropertyValueString(Content content,
String propertyName)
|
static String |
MetaDataUtil.getPropertyValueString(Content content,
String propertyName,
String dateFormat)
Returns the representation of the value as a String. |
static String |
NodeDataUtil.getString(Content node,
String name)
Get the string or the empty string if not existing. |
static String |
NodeDataUtil.getString(Content node,
String name,
String defaultValue)
You can define a default value if not found. |
static Object |
NodeDataUtil.inherit(Content node,
String name)
Inherit a value. |
static Object |
NodeDataUtil.inherit(Content node,
String name,
Object dflt)
Inherit a value. |
static String |
NodeDataUtil.inheritString(Content node,
String name)
Inherit a value. |
static String |
NodeDataUtil.inheritString(Content node,
String name,
String dflt)
Inherit a value. |
static void |
ContentUtil.moveInSession(Content src,
String dest)
Magnolia uses by default workspace move operation to move nodes. |
static SiblingsHelper |
SiblingsHelper.of(Content node)
Instantiates a SiblingsHelper representing the siblings of the given node and of the same type. |
static void |
ContentUtil.orderAfter(Content nodeToMove,
String targetNodeName)
Convenient method for ordering a node after a specific target node. |
static void |
ContentUtil.orderBefore(Content nodeToMove,
String targetNodeName)
Convenient method to order a node before a target node. |
static void |
ContentUtil.orderNodes(Content node,
Comparator<Content> comparator)
Uses the passed comparator to create the jcr ordering of the children. |
static void |
ContentUtil.orderNodes(Content node,
String[] nodes)
|
void |
ContentUtil.PostVisitor.postVisit(Content node)
|
static void |
ContentUtil.rename(Content node,
String newName)
|
void |
NodeDataWrapper.setValue(Content value)
|
void |
ContentWrapper.setWrappedContent(Content wrappedContent)
Deprecated. since 4.3 - use ContentWrapper.ContentWrapper(info.magnolia.cms.core.Content) instead. |
void |
SearchReplace.visit(Content node)
|
void |
ContentUtil.Visitor.visit(Content node)
|
static void |
ContentUtil.visit(Content node,
ContentUtil.Visitor visitor)
|
static void |
ContentUtil.visit(Content node,
ContentUtil.Visitor visitor,
Content.ContentFilter filter)
|
protected Content |
SystemNodeDataWrapper.wrap(Content content)
|
protected Content |
NodeMapWrapper.wrap(Content node)
|
protected Content |
NodeDataWrapper.wrap(Content content)
Default implementation of content wrapping for cases where NodeData needs to return content. |
protected Content |
LazyNodeDataWrapper.wrap(Content content)
|
protected Content |
InheritanceContentWrapper.wrap(Content node)
Wrap returned nodes. |
protected Content |
HierarchyManagerWrapper.wrap(Content content)
Override this method to have hierarchy manager wrap every piece of content it returns. |
protected Content |
ExtendingContentWrapper.wrap(Content node)
|
protected Content |
ContentWrapper.wrap(Content node)
Override if a wrapper wants to wrap returned content objects. |
Method parameters in info.magnolia.cms.util with type arguments of type Content | |
---|---|
static Collection<Content> |
ContentUtil.getAllChildren(Content node,
Comparator<Content> comp)
Returns all children (not recursively) independent of there type. |
Collection<Content> |
InheritanceContentWrapper.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
Collection<Content> |
ExtendingContentWrapper.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
Collection<Content> |
ContentWrapper.getChildren(Content.ContentFilter filter,
String namePattern,
Comparator<Content> orderCriteria)
|
static void |
ContentUtil.orderNodes(Content node,
Comparator<Content> comparator)
Uses the passed comparator to create the jcr ordering of the children. |
protected Collection<Content> |
ContentWrapper.wrapContentNodes(Collection<Content> collection)
Override if a wrapper wants to wrap returned collections as well (by getChildren(..), ... |
Constructors in info.magnolia.cms.util with parameters of type Content | |
---|---|
ContentWrapper(Content wrappedContent)
|
|
ExtendingContentWrapper(Content wrappedContent)
|
|
ExtendingContentWrapper(Content wrappedContent,
Content extendedContent)
Does not support the extends nodedata but chains the two nodes directly. |
|
InheritanceContentWrapper(Content node)
Starts the inheritance. |
|
InheritanceContentWrapper(Content wrappedContent,
Content start)
Used if in the InheritanceContentWrapper.wrap(Content) method. |
|
LazyContentWrapper(Content node)
|
|
NodeMapWrapper(Content node,
String handle)
Instantiates a new NodeMapWrapper for the given node. |
|
SystemContentWrapper(Content node)
|
Uses of Content in info.magnolia.commands |
---|
Methods in info.magnolia.commands with parameters of type Content | |
---|---|
protected void |
CommandsManager.onRegister(Content node)
Register observation for command catalogs. |
protected void |
CommandsManager.registerCatalog(Content node)
|
Uses of Content in info.magnolia.content2bean |
---|
Methods in info.magnolia.content2bean that return Content | |
---|---|
Content |
TransformationState.getCurrentContent()
|
Content |
TransformationState.peekContent(int pos)
|
Content |
Bean2ContentProcessor.setNodeDatas(Content node,
Object bean,
Bean2ContentTransformer transformer)
|
Content |
Bean2ContentProcessor.toContent(Content parent,
Object bean,
boolean recursive,
Bean2ContentTransformer transformer)
|
Methods in info.magnolia.content2bean that return types with arguments of type Content | |
---|---|
Collection<Content> |
Content2BeanTransformer.getChildren(Content node)
Returns the children of the node to be transformed. |
Methods in info.magnolia.content2bean with parameters of type Content | |
---|---|
Collection<Content> |
Content2BeanTransformer.getChildren(Content node)
Returns the children of the node to be transformed. |
void |
TransformationState.pushContent(Content node)
|
static void |
Content2BeanUtil.setNodeDatas(Content node,
Map map)
TODO use the Bean2ContentProcessor . |
static void |
Content2BeanUtil.setNodeDatas(Content node,
Object obj)
TODO use the Bean2ContentProcessor . |
Content |
Bean2ContentProcessor.setNodeDatas(Content node,
Object bean,
Bean2ContentTransformer transformer)
|
static void |
Content2BeanUtil.setNodeDatas(Content node,
Object bean,
String[] excludes)
TODO use the Bean2ContentProcessor . |
static Object |
Content2BeanUtil.setProperties(Object bean,
Content node)
|
static Object |
Content2BeanUtil.setProperties(Object bean,
Content node,
boolean recursive)
|
static Object |
Content2BeanUtil.setProperties(Object bean,
Content node,
boolean recursive,
Class defaultClass)
|
static Object |
Content2BeanUtil.setProperties(Object bean,
Content node,
boolean recursive,
Content2BeanTransformer transformer)
|
Object |
Content2BeanProcessor.setProperties(Object bean,
Content node,
boolean recursive,
Content2BeanTransformer transformer)
Similar to toBean() but uses a passed bean as the root bean. |
static Object |
Content2BeanUtil.toBean(Content node)
|
static Object |
Content2BeanUtil.toBean(Content node,
boolean recursive)
|
static Object |
Content2BeanUtil.toBean(Content node,
boolean recursive,
Class defaultClass)
|
static Object |
Content2BeanUtil.toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer)
|
Object |
Content2BeanProcessor.toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer)
Transforms the node to a bean using the passed transformer. |
static Object |
Content2BeanUtil.toBean(Content node,
Class defaultClass)
|
Content |
Bean2ContentProcessor.toContent(Content parent,
Object bean,
boolean recursive,
Bean2ContentTransformer transformer)
|
static Map |
Content2BeanUtil.toMap(Content node)
Transforms the nodes data into a map containing the names and values. |
static Map |
Content2BeanUtil.toMap(Content node,
boolean recursive)
Transforms the nodes data into a map containing the names and values. |
static Map |
Content2BeanUtil.toMap(Content node,
boolean recursive,
Class defaultClass)
|
static Map |
Content2BeanUtil.toPureMaps(Content node,
boolean recursive)
Transforms the nodes data into a map containing the names and values. |
Uses of Content in info.magnolia.content2bean.impl |
---|
Methods in info.magnolia.content2bean.impl that return Content | |
---|---|
Content |
TransformationStateImpl.getCurrentContent()
|
Content |
TransformationStateImpl.peekContent(int pos)
|
Methods in info.magnolia.content2bean.impl that return types with arguments of type Content | |
---|---|
Collection<Content> |
Content2BeanTransformerImpl.getChildren(Content node)
|
Methods in info.magnolia.content2bean.impl with parameters of type Content | |
---|---|
boolean |
Content2BeanTransformerImpl.accept(Content content)
Process all nodes except MetaData and nodes with names prefixed by "jcr:". |
Collection<Content> |
Content2BeanTransformerImpl.getChildren(Content node)
|
void |
TransformationStateImpl.pushContent(Content node)
|
Object |
Content2BeanProcessorImpl.setProperties(Object bean,
Content node,
boolean recursive,
Content2BeanTransformer transformer)
|
Object |
Content2BeanProcessorImpl.toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer)
|
protected Object |
Content2BeanProcessorImpl.toBean(Content node,
boolean recursive,
Content2BeanTransformer transformer,
TransformationState state)
|
protected Map<String,Object> |
Content2BeanProcessorImpl.toMap(Content node,
boolean recursive,
Content2BeanTransformer transformer,
TransformationState state)
Transforms the children of provided content into a map. |
Uses of Content in info.magnolia.freemarker.models |
---|
Methods in info.magnolia.freemarker.models that return Content | |
---|---|
Content |
ContentModel.asContent()
|
Uses of Content in info.magnolia.importexport |
---|
Methods in info.magnolia.importexport with parameters of type Content | |
---|---|
static void |
PropertiesImportExport.appendNodeProperties(Content node,
Properties out)
|
static Properties |
PropertiesImportExport.contentToProperties(Content rootContent)
|
static Properties |
PropertiesImportExport.contentToProperties(Content rootContent,
Content.ContentFilter filter)
|
void |
PropertiesImportExport.createContent(Content root,
InputStream propertiesStream)
|
static String |
PropertiesImportExport.dumpPropertiesToString(Content content,
Content.ContentFilter filter)
Dumps content starting at the content node out to a string in the format that matches the import method. |
static void |
BootstrapUtil.export(Content content,
File directory)
|
protected void |
PropertiesImportExport.populateContent(Content c,
String name,
String valueStr)
|
static Properties |
PropertiesImportExport.toProperties(Content rootContent)
|
Uses of Content in info.magnolia.link |
---|
Methods in info.magnolia.link that return Content | |
---|---|
Content |
Link.getNode()
|
Methods in info.magnolia.link with parameters of type Content | |
---|---|
static String |
LinkUtil.createAbsoluteLink(Content content)
Creates absolute link including context path to the provided content and performing all URI2Repository mappings and applying locales. |
static String |
LinkUtil.createExternalLink(Content content)
Creates a complete url to access given content from external systems applying all the URI2Repository mappings and locales. |
static String |
LinkUtil.createLink(Content node)
Creates link guessing best possible link format from current site and provided node. |
static Link |
LinkFactory.createLink(Content node)
Creates new link from the content node. |
RelativePathTransformer |
LinkTransformerManager.getRelative(Content page)
Creates instance of Relative link transformer that will translate path to the provided Link relative to the content provided here. |
void |
Link.setNode(Content node)
|
Constructors in info.magnolia.link with parameters of type Content | |
---|---|
Link(Content content)
|
|
Link(String repoName,
Content parent,
NodeData nodedata)
|
|
RelativePathTransformer(Content sourcePage,
boolean useURI2RepositoryMapping,
boolean useI18N)
|
Uses of Content in info.magnolia.module |
---|
Methods in info.magnolia.module that return Content | |
---|---|
Content |
InstallContextImpl.getModulesNode()
|
Content |
InstallContext.getModulesNode()
|
Content |
InstallContextImpl.getOrCreateCurrentModuleConfigNode()
|
Content |
InstallContext.getOrCreateCurrentModuleConfigNode()
|
Content |
InstallContextImpl.getOrCreateCurrentModuleNode()
|
Content |
InstallContext.getOrCreateCurrentModuleNode()
|
Method parameters in info.magnolia.module with type arguments of type Content | |
---|---|
void |
ModuleLifecycleContextImpl.start(Collection<Content> moduleNodes)
|
Uses of Content in info.magnolia.module.admininterface |
---|
Fields in info.magnolia.module.admininterface declared as Content | |
---|---|
protected Content |
DialogMVCHandler.storageNode
|
Methods in info.magnolia.module.admininterface that return Content | |
---|---|
Content |
AdminTreeMVCHandler.copyMoveNode(String source,
String destination,
boolean move)
|
Content |
DialogMVCHandler.getConfigNode()
Returns the node with the dialog definition. |
Content |
DialogHandlerManager.getDialogConfigNode(String dialogName)
Deprecated. since 4.3.2, is obsolete since fix for MAGNOLIA-2907 |
protected Content |
SaveHandlerImpl.getPageNode(HierarchyManager hm)
Returns the page. |
protected Content |
SaveHandlerImpl.getSaveNode(HierarchyManager hm,
Content rootNode)
Gets or creates the node saving to. |
Content |
DialogMVCHandler.getStorageNode()
Defines the node/page containing the data editing in this dialog. |
Methods in info.magnolia.module.admininterface with parameters of type Content | |
---|---|
protected void |
DialogHandlerManager.collectDialogNodes(Content current,
List<Content> dialogNodes)
|
protected Dialog |
DialogMVCHandler.createDialog(Content configNode,
Content storageNode)
Is called during showDialog(). |
protected Object |
Navigation.getLabel(Content mp)
|
protected Content |
SaveHandlerImpl.getSaveNode(HierarchyManager hm,
Content rootNode)
Gets or creates the node saving to. |
static Set<javax.jcr.version.Version> |
VersionUtil.getSortedNotDeletedVersions(Content content)
|
static Set<javax.jcr.version.Version> |
VersionUtil.getSortedNotDeletedVersionsBefore(Content content,
String versionName)
|
protected boolean |
DialogHandlerManager.isDialogControlNode(Content node)
|
protected boolean |
DialogHandlerManager.isDialogNode(Content node)
|
protected boolean |
Navigation.isMenuPointRendered(Content mp)
|
protected void |
TreeHandlerManager.onRegister(Content defNode)
|
protected void |
PageHandlerManager.onRegister(Content defNode)
register the pages from the config |
protected void |
DialogHandlerManager.onRegister(Content node)
register the dialogs from the config. |
protected void |
SaveHandlerImpl.processBinary(Content node,
String name)
Process binary data. |
protected void |
SaveHandlerImpl.processCommon(Content node,
String name,
int type,
int valueType,
int encoding,
String[] values)
Process a common value |
protected void |
SaveHandlerImpl.processDate(Content node,
String name,
int type,
int valueType,
int encoding,
String[] values)
|
protected void |
UUIDSaveHandler.processMultiple(Content node,
String name,
int type,
String[] values)
Process a multiple value |
protected void |
SaveHandlerImpl.processMultiple(Content node,
String name,
int type,
String[] values)
Process a multiple value field |
protected void |
MultiValueSaveHandler.processMultiple(Content node,
String name,
int type,
String[] values)
|
protected void |
SaveHandlerImpl.processRemoveCommon(Content node,
String name)
Remove the specified property on the node. |
protected void |
SaveHandlerImpl.processRichEdit(Content node,
String name,
int type,
int isRichEditValue,
int encoding,
String[] values)
Parse the value returned by a rich text editor and update the links and linebreaks. |
protected void |
SaveHandlerImpl.processSaveInfo(Content node,
String saveInfo)
This method cares about one mgnlSaveInfo. |
protected void |
UUIDSaveHandler.processString(Content node,
String name,
int type,
int encoding,
String[] values,
String valueStr)
Process a singel value |
protected void |
SaveHandlerImpl.processString(Content node,
String name,
int type,
int encoding,
String[] values,
String valueStr)
Process a string. |
protected void |
SaveHandlerImpl.processWriteCommon(Content node,
String name,
String valueStr,
int type)
Writes a property value. |
protected void |
DialogHandlerManager.registerDialogHandler(String name,
Class<? extends DialogMVCHandler> dialogHandler,
Content configNode)
|
protected void |
TreeHandlerManager.registerTreeHandler(String name,
String repository,
Class<H> treeHandler,
Content treeDefinition)
|
void |
MultiValueSaveHandler.save(Content parentNode,
Content configNode,
String name,
MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
|
void |
FieldSaveHandler.save(Content parentNode,
Content configNode,
String name,
MultipartForm form,
int type,
int valueType,
int isRichEditValue,
int encoding)
save a property |
static void |
SaveHandlerImpl.saveDocument(Content node,
Document doc,
String name,
String fileName,
String template)
Saves a uploaded file in the magnolia way. |
protected String |
SaveHandlerImpl.updateLinks(Content node,
String name,
String valueStr)
Update the links in a string returned by a rich text editor. |
Method parameters in info.magnolia.module.admininterface with type arguments of type Content | |
---|---|
protected void |
DialogHandlerManager.collectDialogNodes(Content current,
List<Content> dialogNodes)
|
Constructors in info.magnolia.module.admininterface with parameters of type Content | |
---|---|
PageHandlerManager.RepositoryPageDefinition(Content node)
|
Uses of Content in info.magnolia.module.admininterface.commands |
---|
Methods in info.magnolia.module.admininterface.commands that return Content | |
---|---|
protected Content |
BaseRepositoryCommand.getNode(Context ctx)
|
Methods in info.magnolia.module.admininterface.commands with parameters of type Content | |
---|---|
protected void |
ActivationCommand.activateRecursive(String parentPath,
Content node,
Context ctx)
Activate recursively. |
protected void |
VersionCommand.addComment(Content node)
|
protected List |
ActivationCommand.getOrderingInfo(Content node)
collect node UUID of the siblings in the exact order as it should be written on subscribers |
protected void |
MarkNodeAsDeletedCommand.markAsDeleted(Content node)
|
protected void |
MarkNodeAsDeletedCommand.purgeContent(Content node)
|
Uses of Content in info.magnolia.module.admininterface.dialogs |
---|
Methods in info.magnolia.module.admininterface.dialogs that return Content | |
---|---|
Content |
ParagraphSelectDialog.getConfigNode()
|
Content |
ConfiguredDialog.getConfigNode()
Returns the node with the dialog definition. |
Content |
ParagraphSelectDialog.getStorageNode()
|
Methods in info.magnolia.module.admininterface.dialogs with parameters of type Content | |
---|---|
protected Dialog |
UserEditDialog.createDialog(Content configNode,
Content storageNode)
Is called during showDialog(). |
protected Dialog |
RolesEditDialog.createDialog(Content configNode,
Content storageNode)
|
protected Dialog |
ParagraphSelectDialog.createDialog(Content configNode,
Content websiteNode)
|
static ConfiguredDialog |
ConfiguredDialog.getConfiguredDialog(String name,
Content configNode,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
static ConfiguredDialog |
ConfiguredDialog.getConfiguredDialog(String name,
Content configNode,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Class<ConfiguredDialog> defaultClass)
|
void |
NodeNameControl.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content storageNode,
Content configNode)
Set the nodes name as value |
void |
LanguageSelect.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
protected void |
RolesEditDialog.saveACLs(Content role,
String repository)
|
protected void |
UserEditDialog.writeACL(Content node)
Write ACL entries under the given user node |
protected void |
GroupEditDialog.writeACL(Content node)
Write ACL entries under the given node |
protected void |
ACLSDialogControl.writeRepositoryTable(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Messages msgs,
PrintWriter out,
Content role,
RepositoryConfiguration repoConf)
|
Constructors in info.magnolia.module.admininterface.dialogs with parameters of type Content | |
---|---|
ConfiguredDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content configNode)
|
|
GroupEditDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content configNode)
|
|
ParagraphEditDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content configNode)
|
|
RolesEditDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content configNode)
|
|
UserEditDialog(String name,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content configNode)
|
Uses of Content in info.magnolia.module.admininterface.lists |
---|
Methods in info.magnolia.module.admininterface.lists that return Content | |
---|---|
protected Content |
VersionsList.getNode()
|
Uses of Content in info.magnolia.module.admininterface.pages |
---|
Methods in info.magnolia.module.admininterface.pages that return Content | |
---|---|
Content |
AdminCentralPage.getUserNode()
|
Uses of Content in info.magnolia.module.admininterface.setup |
---|
Methods in info.magnolia.module.admininterface.setup that return Content | |
---|---|
protected Content |
AddSubMenuItemTask.getParentNode(InstallContext ctx)
|
protected Content |
AddMainMenuItemTask.getParentNode(InstallContext ctx)
|
Uses of Content in info.magnolia.module.admininterface.templates |
---|
Constructors in info.magnolia.module.admininterface.templates with parameters of type Content | |
---|---|
MgnlDeletedTemplateModel(Content content,
RenderableDefinition definition,
RenderingModel parent)
|
Uses of Content in info.magnolia.module.admininterface.trees |
---|
Methods in info.magnolia.module.admininterface.trees with parameters of type Content | |
---|---|
protected Template |
WebsiteTreeHandler.getDefaultTemplate(Content node)
|
String |
TemplateTreeColumnHtmlRenderer.renderHtml(TreeColumn treeColumn,
Content content)
|
Uses of Content in info.magnolia.module.delta |
---|
Methods in info.magnolia.module.delta that return Content | |
---|---|
protected Content |
AllModulesNodeOperation.getParentNode(InstallContext ctx)
|
protected Content |
AllChildrenNodesOperation.getParentNode(InstallContext ctx)
|
Methods in info.magnolia.module.delta with parameters of type Content | |
---|---|
protected void |
PropertyValuesTask.checkAndModifyPropertyValue(InstallContext ctx,
Content node,
String propertyName,
String expectedCurrentValue,
String newValue)
Checks that the given String property has the expected value. |
protected boolean |
PropertyValueDelegateTask.checkNode(Content node,
InstallContext ctx)
|
protected boolean |
PropertyExistsDelegateTask.checkNode(Content node,
InstallContext ctx)
|
protected abstract boolean |
NodeCheckDelegateTask.checkNode(Content node,
InstallContext ctx)
|
protected void |
PropertyValuesTask.checkOrCreateProperty(InstallContext ctx,
Content node,
String propertyName,
String expectedValue)
|
protected void |
PropertyValuesTask.newProperty(InstallContext ctx,
Content node,
String propertyName,
String value)
Checks that the given property does not exist and creates it with the given value, logs otherwise. |
protected void |
PropertyValuesTask.newProperty(InstallContext ctx,
Content node,
String propertyName,
String value,
boolean log)
|
protected void |
AllModulesNodeOperation.operateOnChildNode(Content node,
InstallContext ctx)
|
protected abstract void |
AllChildrenNodesOperation.operateOnChildNode(Content node,
InstallContext ctx)
|
protected abstract void |
AllModulesNodeOperation.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected abstract void |
QueryTask.operateOnNode(InstallContext installContext,
Content node)
|
Uses of Content in info.magnolia.module.exchangesimple |
---|
Methods in info.magnolia.module.exchangesimple that return Content | |
---|---|
protected Content |
ReceiveFilter.getNode(javax.servlet.http.HttpServletRequest request)
|
Methods in info.magnolia.module.exchangesimple with parameters of type Content | |
---|---|
void |
BaseSyndicatorImpl.activate(String parent,
Content content)
This will activate specifies page (sub pages) to all configured subscribers. |
void |
BaseSyndicatorImpl.activate(String parent,
Content content,
List<String> orderBefore)
This will activate specified node to all configured subscribers. |
void |
BaseSyndicatorImpl.activate(Subscriber subscriber,
String parent,
Content content)
This will activate specifies page (sub pages) to the specified subscriber. |
void |
BaseSyndicatorImpl.activate(Subscriber subscriber,
String parent,
Content content,
List<String> orderBefore)
This will activate specifies node to the specified subscriber. |
protected void |
BaseSyndicatorImpl.addResources(org.jdom.Element resourceElement,
javax.jcr.Session session,
Content content,
Content.ContentFilter filter,
ActivationContent activationContent)
|
protected ActivationContent |
BaseSyndicatorImpl.collect(Content node,
List<String> orderBefore)
Collects all information about activated content and its children (those that are set to be activated with the parent by filter rules). |
protected void |
ReceiveFilter.copyProperties(Content source,
Content destination)
Copy all properties from source to destination (by cleaning the old properties). |
void |
BaseSyndicatorImpl.deactivate(Content node)
|
void |
BaseSyndicatorImpl.deactivate(Subscriber subscriber,
Content node)
|
protected void |
BaseSyndicatorImpl.exportAndParse(javax.jcr.Session session,
Content content,
XMLReader elementfilter,
OutputStream os,
boolean noRecurse)
|
protected void |
ReceiveFilter.handleChildren(javax.servlet.http.HttpServletRequest request,
Content content)
|
protected String |
ReceiveFilter.handleMovedContent(String newParentPath,
HierarchyManager hm,
org.jdom.Element topContentElement,
Content content)
|
protected void |
ReceiveFilter.importOnExisting(org.jdom.Element topContentElement,
MultipartForm data,
HierarchyManager hierarchyManager,
Content existingContent)
import on existing content, making sure that content which is not sent stays as is. |
protected void |
ReceiveFilter.order(Content parent,
String name,
String orderBefore)
|
protected void |
ReceiveFilter.removeChildren(Content content,
Content.ContentFilter filter)
remove children. |
protected void |
BaseSyndicatorImpl.updateMetaData(Content node,
String type)
|
Uses of Content in info.magnolia.module.exchangesimple.setup.for3_5 |
---|
Methods in info.magnolia.module.exchangesimple.setup.for3_5 with parameters of type Content | |
---|---|
protected Subscriber |
UpdateActivationConfigTask.from30ConfigLayout(Content subscriberNode,
String subscriberName)
|
Uses of Content in info.magnolia.module.fckeditor.dialogs |
---|
Methods in info.magnolia.module.fckeditor.dialogs with parameters of type Content | |
---|---|
void |
FckEditorDialog.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Content websiteNode,
Content configNode)
|
Uses of Content in info.magnolia.module.mail.util |
---|
Methods in info.magnolia.module.mail.util that return types with arguments of type Content | |
---|---|
protected static Collection<Content> |
MailUtil.getAllUserNodes()
Deprecated. use getAllUserNodes(UserManager manager) instead |
Uses of Content in info.magnolia.module.samples.model |
---|
Constructors in info.magnolia.module.samples.model with parameters of type Content | |
---|---|
SampleParagraphModel(Content content,
RenderableDefinition definition,
RenderingModel parent)
|
Uses of Content in info.magnolia.module.templating |
---|
Classes in info.magnolia.module.templating that implement Content | |
---|---|
class |
HTMLEncodingContentWrapper
Implementation of wrapped content in HTML format. |
Fields in info.magnolia.module.templating declared as Content | |
---|---|
protected Content |
RenderingModelImpl.content
|
Methods in info.magnolia.module.templating that return Content | |
---|---|
static Content |
MagnoliaTemplatingUtilities.decode(Content content)
|
static Content |
MagnoliaTemplatingUtilities.encode(Content content)
|
Content |
Template.getContent()
|
Content |
RenderingModelImpl.getContent()
|
Content |
RenderingModel.getContent()
The content tied to this model. |
protected Content |
ModelExecutionFilter.getContent(String uuid)
Returns the Content node for the supplied uuid. |
Content |
MagnoliaTemplatingUtilities.getContent(String path)
|
Content |
MagnoliaTemplatingUtilities.getContent(String repository,
String path)
|
Content |
MagnoliaTemplatingUtilities.getContentByUUID(String uuid)
|
Content |
MagnoliaTemplatingUtilities.getContentByUUID(String repository,
String uuid)
|
protected Content |
AbstractRenderer.getMainContentSafely(Content current)
Gets the current main contain and treats the situation where the context is not a web context nicely by using the current content instead. |
Content |
MagnoliaTemplatingUtilities.i18n(Content node)
|
Content |
MagnoliaTemplatingUtilities.inherit(Content node)
|
protected Content |
AbstractRenderer.wrapNodeForModel(Content currentContent,
Content mainContent)
Wraps the current content node before passing it to the model. |
protected Content |
AbstractRenderer.wrapNodeForTemplate(Content currentContent,
Content mainContent)
Wraps the current content node before exposing it to the template renderer. |
Methods in info.magnolia.module.templating with parameters of type Content | |
---|---|
protected void |
ParagraphManager.addParagraphToCache(Content c)
Adds paragraph definition to ParagraphInfo cache. |
String |
MagnoliaTemplatingUtilities.createLink(Content node)
|
static Content |
MagnoliaTemplatingUtilities.decode(Content content)
|
protected String |
AbstractRenderer.determineTemplatePath(Content content,
RenderableDefinition definition,
RenderingModel model,
String actionResult)
|
static Content |
MagnoliaTemplatingUtilities.encode(Content content)
|
Iterator<Template> |
TemplateManager.getAvailableTemplates(Content node)
|
Template |
TemplateManager.getDefaultTemplate(Content node)
Get the Template that could be used for the provided Content as a default. |
protected Content |
AbstractRenderer.getMainContentSafely(Content current)
Gets the current main contain and treats the situation where the context is not a web context nicely by using the current content instead. |
protected Paragraph |
ModelExecutionFilter.getParagraph(Content content)
Returns the Paragraph for the supplied Content. |
Content |
MagnoliaTemplatingUtilities.i18n(Content node)
|
Content |
MagnoliaTemplatingUtilities.inherit(Content node)
|
boolean |
Template.isAvailable(Content node)
|
RenderingModel |
RenderingModelBasedRenderer.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
|
RenderingModel |
RenderableDefinition.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Create the model based on the current content. |
RenderingModel |
AbstractRenderer.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Creates the model for this rendering process. |
RenderingModel |
AbstractRenderable.newModel(Content content,
RenderableDefinition definition,
RenderingModel parentModel)
Instantiates the model based on the class defined by the AbstractRenderable.modelClass property. |
protected void |
TemplateRendererManager.onRegister(Content node)
|
protected void |
TemplateManager.onRegister(Content node)
Called by the ObservedManager. |
protected void |
ParagraphRendererManager.onRegister(Content node)
|
protected void |
ParagraphManager.onRegister(Content node)
Register all the paragraphs under this and subnodes. |
protected abstract void |
AbstractRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
Finally execute the rendering. |
void |
ParagraphRenderingFacade.render(Content content,
Paragraph paragraph,
Writer out)
Deprecated. Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph). |
void |
ParagraphRenderer.render(Content content,
Paragraph paragraph,
Writer out)
|
void |
ParagraphRenderingFacade.render(Content content,
Paragraph paragraph,
Writer out,
javax.servlet.jsp.PageContext pageContext)
Deprecated. Renders the given node to the given Writer, using the given Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph). |
protected void |
AbstractRenderer.render(Content content,
RenderableDefinition definition,
Writer out)
|
protected void |
RenderingFilter.render(Content content,
String templateName,
javax.servlet.http.HttpServletResponse response)
|
void |
ParagraphRenderingFacade.render(Content content,
Writer out)
Deprecated. Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph). |
void |
ParagraphRenderingFacade.render(Content content,
Writer out,
javax.servlet.jsp.PageContext pageContext)
Deprecated. Renders the given node to the given Writer, using the appropriate Paragraph (and the appropriate ParagraphRender as mandated by this Paragraph). |
void |
MagnoliaTemplatingUtilities.renderParagraph(Content paragraphNode)
|
void |
MagnoliaTemplatingUtilities.renderParagraph(Content paragraphNode,
Writer out)
|
void |
MagnoliaTemplatingUtilities.renderParagraph(Content paragraphNode,
Writer out,
String paragraphName)
|
void |
MagnoliaTemplatingUtilities.renderTemplate(Content content)
|
void |
TemplateRenderer.renderTemplate(Content content,
Template template,
Writer out)
Generates the actual output using the selected template. |
void |
MagnoliaTemplatingUtilities.renderTemplate(Content content,
Writer out)
|
void |
MagnoliaTemplatingUtilities.renderTemplate(Content content,
Writer out,
String templateName)
|
void |
Template.setContent(Content content)
|
protected void |
AbstractRenderer.setupContext(Map ctx,
Content content,
RenderableDefinition definition,
RenderingModel model,
Object actionResult)
|
SiblingsHelper |
MagnoliaTemplatingUtilities.siblings(Content node)
Returns an instance of SiblingsHelper for the given node. |
protected Content |
AbstractRenderer.wrapNodeForModel(Content currentContent,
Content mainContent)
Wraps the current content node before passing it to the model. |
protected Content |
AbstractRenderer.wrapNodeForTemplate(Content currentContent,
Content mainContent)
Wraps the current content node before exposing it to the template renderer. |
Constructors in info.magnolia.module.templating with parameters of type Content | |
---|---|
HTMLEncodingContentWrapper(Content wrappedContent,
boolean transformLineBreaks)
|
|
RenderingModelImpl(Content content,
RD definition,
RenderingModel parent)
|
Uses of Content in info.magnolia.module.templating.engine |
---|
Methods in info.magnolia.module.templating.engine with parameters of type Content | |
---|---|
protected String |
DefaultRenderingEngine.determineAssignedDefinitionName(Content content)
Reads the template name from the meta data. |
protected void |
DefaultRenderingEngine.render(Content content,
String definitionName,
DefaultRenderingEngine.RenderingHelper helper,
Writer out)
Will update the aggregation state and perform the rendering by using the helper. |
void |
RenderingEngine.render(Content content,
String definitionName,
Writer out)
Render the content by using the passed definition . |
void |
DefaultRenderingEngine.render(Content content,
String definitionName,
Writer out)
|
void |
RenderingEngine.render(Content content,
Writer out)
Determines the definition to use from the passed content. |
void |
DefaultRenderingEngine.render(Content content,
Writer out)
|
Uses of Content in info.magnolia.module.templating.paragraphs |
---|
Methods in info.magnolia.module.templating.paragraphs that return Content | |
---|---|
protected Content |
JspParagraphRenderer.wrapNodeForTemplate(Content currentContent,
Content mainContent)
We expose nodes as Map instances in JSPs. |
Methods in info.magnolia.module.templating.paragraphs with parameters of type Content | |
---|---|
protected void |
JspParagraphRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
|
protected void |
FreemarkerParagraphRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
|
void |
PlainTextParagraphRenderer.render(Content content,
Paragraph paragraph,
Writer out)
The given paragraph is ignored here, since we're just printing the value of the text property. |
void |
AbstractParagraphRenderer.render(Content content,
Paragraph paragraph,
Writer out)
|
protected void |
FreemarkerParagraphRenderer.setupContext(Map ctx,
Content content,
RenderableDefinition definition,
RenderingModel state,
Object actionResult)
|
protected Content |
JspParagraphRenderer.wrapNodeForTemplate(Content currentContent,
Content mainContent)
We expose nodes as Map instances in JSPs. |
Uses of Content in info.magnolia.module.templating.renderers |
---|
Methods in info.magnolia.module.templating.renderers that return Content | |
---|---|
protected Content |
JspTemplateRenderer.wrapNodeForTemplate(Content currentContent,
Content mainContent)
We expose nodes as Map instances in JSPs. |
Methods in info.magnolia.module.templating.renderers with parameters of type Content | |
---|---|
protected void |
ServletTemplateRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
|
protected void |
PlainTextTemplateRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
|
protected void |
JspTemplateRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
|
protected void |
FreemarkerTemplateRenderer.onRender(Content content,
RenderableDefinition definition,
Writer out,
Map ctx,
String templatePath)
|
void |
ServletTemplateRenderer.renderTemplate(Content content,
Template template,
Writer out)
|
void |
PlainTextTemplateRenderer.renderTemplate(Content content,
Template template,
Writer out)
|
void |
AbstractTemplateRenderer.renderTemplate(Content content,
Template template,
Writer out)
|
protected Content |
JspTemplateRenderer.wrapNodeForTemplate(Content currentContent,
Content mainContent)
We expose nodes as Map instances in JSPs. |
Uses of Content in info.magnolia.module.templating.setup.for4_0 |
---|
Methods in info.magnolia.module.templating.setup.for4_0 with parameters of type Content | |
---|---|
protected void |
RenamePropertyAllModulesNodeTask.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
NestPropertiesAllModulesNodeTask.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
FixTemplatePathTask.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
DeprecateDialogPathAllModules.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
Uses of Content in info.magnolia.module.templatingcomponents.components |
---|
Methods in info.magnolia.module.templatingcomponents.components that return Content | |
---|---|
protected Content |
AbstractAuthoringUiComponent.currentContent()
Returns the "current content" from the aggregation state. |
Methods in info.magnolia.module.templatingcomponents.components with parameters of type Content | |
---|---|
protected String |
AbstractAuthoringUiComponent.getI18BasenameFor(Content content)
|
protected String |
AbstractAuthoringUiComponent.getMessage(Content context,
String key)
The given node, if it has a mgnl:template property in it's metadata, will be used in conjunction with TemplateManager and ParagraphManager to figure out the i18nBasename to use to translate this key. |
static EditBar |
EditBar.make(ServerConfiguration serverCfg,
AggregationState aggState,
Content specificContent,
String specificDialogName,
String editButtonLabel,
boolean enableMoveButton,
boolean enableDeleteButton)
|
void |
EditBar.setContent(Content content)
|
Uses of Content in info.magnolia.module.templatingcomponents.freemarker |
---|
Methods in info.magnolia.module.templatingcomponents.freemarker that return Content | |
---|---|
protected Content |
AbstractDirective.content(Map<String,freemarker.template.TemplateModel> params,
String key,
Content defaultValue)
|
protected Content |
AbstractDirective.mandatoryContent(Map<String,freemarker.template.TemplateModel> params,
String key)
|
Methods in info.magnolia.module.templatingcomponents.freemarker with parameters of type Content | |
---|---|
protected Content |
AbstractDirective.content(Map<String,freemarker.template.TemplateModel> params,
String key,
Content defaultValue)
|
Uses of Content in info.magnolia.module.templatingcomponents.jsp |
---|
Methods in info.magnolia.module.templatingcomponents.jsp with parameters of type Content | |
---|---|
void |
EditBarTag.setContent(Content content)
|
Uses of Content in info.magnolia.module.workflow.flows |
---|
Methods in info.magnolia.module.workflow.flows that return Content | |
---|---|
Content |
DefaultFlowDefinitionManager.getDefinitionNode(String name)
find one flow node by flow name. |
Uses of Content in info.magnolia.module.workflow.inbox |
---|
Constructors in info.magnolia.module.workflow.inbox with parameters of type Content | |
---|---|
SubPagesList.SubPage(Content node,
String version)
|
Uses of Content in info.magnolia.module.workflow.jcr |
---|
Methods in info.magnolia.module.workflow.jcr that return Content | |
---|---|
Content |
JCRWorkItemStore.getWorkItemById(openwfe.org.engine.expressions.FlowExpressionId fei)
get work item by id. |
Content |
JCRWorkItemStore.getWorkItemByParticipant(String participant)
retrieve a work item by participant name. |
Methods in info.magnolia.module.workflow.jcr with parameters of type Content | |
---|---|
boolean |
JCRWorkItemStore.checkContentWithEID(Content ct,
openwfe.org.engine.expressions.FlowExpressionId eid)
check if the content contains the right work Item with same id. |
protected void |
JCRWorkItemStore.encodeWorkItemToNode(openwfe.org.engine.workitem.InFlowWorkItem wi,
Content newc)
|
openwfe.org.engine.workitem.InFlowWorkItem |
JCRWorkItemStore.loadWorkItem(Content ct)
load a work item from a JCR content. |
Uses of Content in info.magnolia.nodebuilder |
---|
Methods in info.magnolia.nodebuilder that return Content | |
---|---|
protected Content |
RecursiveOp.doExec(Content context,
ErrorHandler errorHandler)
|
protected abstract Content |
AbstractNodeOperation.doExec(Content context,
ErrorHandler errorHandler)
|
Methods in info.magnolia.nodebuilder with parameters of type Content | |
---|---|
protected Content |
RecursiveOp.doExec(Content context,
ErrorHandler errorHandler)
|
protected abstract Content |
AbstractNodeOperation.doExec(Content context,
ErrorHandler errorHandler)
|
void |
NodeOperation.exec(Content context,
ErrorHandler errorHandler)
|
void |
AbstractNodeOperation.exec(Content context,
ErrorHandler errorHandler)
|
void |
ErrorHandler.handle(javax.jcr.RepositoryException e,
Content context)
The operation calling this method isn't expected to do anything here; the ErrorHandler implementation will attempt to build a fully formed message, then decide what to do with it. |
void |
AbstractErrorHandler.handle(javax.jcr.RepositoryException e,
Content context)
|
protected void |
AbstractErrorHandler.unhandledRepositoryException(javax.jcr.RepositoryException e,
Content context)
Override this method if you need finer grained control on RepositoryExceptions that haven't been handled by the handle() method yet, or if you want to try and keep on proceeding anyway. |
Constructors in info.magnolia.nodebuilder with parameters of type Content | |
---|---|
NodeBuilder(Content root,
NodeOperation... childrenOps)
|
|
NodeBuilder(ErrorHandler errorHandler,
Content root,
NodeOperation... childrenOps)
|
Uses of Content in info.magnolia.nodebuilder.task |
---|
Methods in info.magnolia.nodebuilder.task that return Content | |
---|---|
protected Content |
NodeBuilderTask.getRootNode(InstallContext ctx)
|
protected Content |
ModuleNodeBuilderTask.getRootNode(InstallContext ctx)
|
protected Content |
ModuleConfigNodeBuilderTask.getRootNode(InstallContext ctx)
|
protected abstract Content |
AbstractNodeBuilderTask.getRootNode(InstallContext ctx)
|
Uses of Content in info.magnolia.objectfactory |
---|
Methods in info.magnolia.objectfactory with parameters of type Content | |
---|---|
protected void |
ObservedComponentFactory.onRegister(Content node)
|
protected T |
ObservedComponentFactory.transformNode(Content node)
|
Uses of Content in info.magnolia.setup.for3_5 |
---|
Methods in info.magnolia.setup.for3_5 with parameters of type Content | |
---|---|
protected void |
UpdateURI2RepositoryMappings.operateOnChildNode(Content node,
InstallContext ctx)
Moves every node to the mappings node. |
protected void |
IPConfigRulesUpdate.operateOnChildNode(Content node,
InstallContext ctx)
Update made for each subnode. |
protected void |
CheckAndUpdateUnsecureURIs.operateOnChildNode(Content node,
InstallContext ctx)
|
protected void |
CheckAndUpdateSecureURIs.operateOnChildNode(Content node,
InstallContext ctx)
|
protected void |
CheckAndUpdateExistingFilters.operateOnChildNode(Content node,
InstallContext ctx)
|
protected void |
AddURIPermissionsToAllRoles.operateOnChildNode(Content node,
InstallContext ctx)
|
protected void |
WarnIgnoredModuleFilters.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
UpdateURIMappings.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
RenamedRenderersToTemplateRenderers.operateOnModuleNode(Content parent,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
RemoveModuleDescriptorDetailsFromRepo.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
protected void |
ReconfigureCommands.operateOnModuleNode(Content node,
HierarchyManager hm,
InstallContext ctx)
|
Uses of Content in info.magnolia.setup.for3_6_2 |
---|
Methods in info.magnolia.setup.for3_6_2 with parameters of type Content | |
---|---|
void |
UpdateUsers.operateOnChildNode(Content node,
InstallContext installContext)
|
void |
UpdateRoles.operateOnChildNode(Content role,
InstallContext installContext)
|
void |
UpdateGroups.operateOnChildNode(Content group,
InstallContext installContext)
|
Uses of Content in info.magnolia.setup.for4_3 |
---|
Methods in info.magnolia.setup.for4_3 with parameters of type Content | |
---|---|
void |
UpdateUserPermissions.operateOnChildNode(Content node,
InstallContext installContext)
|
Uses of Content in info.magnolia.setup.for4_4_3 |
---|
Methods in info.magnolia.setup.for4_4_3 with parameters of type Content | |
---|---|
protected void |
UpdateUserManagers.operateOnChildNode(Content node,
InstallContext ctx)
|
Uses of Content in info.magnolia.setup.for4_4_5 |
---|
Methods in info.magnolia.setup.for4_4_5 with parameters of type Content | |
---|---|
protected void |
UpdateUserManagersWithLockTimePeriod.operateOnChildNode(Content node,
InstallContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |