Interface | Description |
---|---|
NodeWrapperFactory |
Factory for wrapping nodes.
|
PropertyWrapperFactory |
Factory for wrapping properties.
|
Class | Description |
---|---|
ChannelVisibilityContentDecorator |
ContentDecorator that hides content based on a multi-value property called
excludeChannels . |
ChannelVisibilitySessionWrapper |
Session wrapper that applies ChannelVisibilityContentDecorator to a session.
|
ChildFilteringContentDecorator |
Content decorator that filters out child nodes with given predicate.
|
ChildFilteringNodeWrapper |
NodeWrapper that hides children based on a predicate.
|
ChildWrappingNodeWrapper | Deprecated
since magnolia 4.5.8 use
ContentDecoratorNodeWrapper instead |
DelegateNodeWrapper |
Wrapper for JCR node.
|
DelegatePropertyWrapper |
Wrapper for JCR property.
|
DelegateSessionWrapper |
Wrapper for JCR Session.
|
DelegateVersionManagerWrapper |
Wrapper for JCR version manager.
|
DelegateWorkspaceWrapper |
Wrapper for JCR workspace.
|
ExtendingNodeWrapper |
This wrapper allows extending other nodes (mainly useful to extend configurations).
|
HTMLEscapingContentDecorator |
HTML escaping content decorator for use by node and property wrapper classes.
|
HTMLEscapingNodeWrapper |
Node wrapper for escaping HTML in property values.
|
HTMLEscapingPropertyWrapper |
Node wrapper for escaping HTML in property values.
|
I18nContentDecorator |
Content decorator providing internationalization support.
|
I18nNodeWrapper |
A Node wrapper implementation which knows about i18n support and uses it to select child nodes and properties.
|
JCRMgnlPropertiesFilteringNodeWrapper |
Filtering node wrapper with predicate to to filter properties.
|
JCRPropertiesFilteringNodeWrapper |
Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed.
|
LazyNodeWrapper |
Node wrapper that will reacquire the node if its session is closed.
|
MagnoliaSessionContentDecorator |
Decorator used to prevent same-name siblings on the root level.
|
MagnoliaSessionWrapper |
As explained in MAGNOLIA-5433, same-name siblings, although allowed by
JCR, aren't allowed in Magnolia.
|
MgnlLogicalWorkspaceNameMappingWorkspaceDecorator |
Wrapper that ensures that logical name of the
Workspace will be returned as its name.The mgnlSystem and mgnlVersion workspaces are created for each defined repository in the configuration. |
MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameNodeWrapper |
Node wrapper is needed in order to have multiple wrap feature work correctly.
|
MgnlPropertySettingContentDecorator |
Decorator to set appropriate Mgnl specific properties (e.g.
|
MgnlPropertySettingNodeWrapper |
Wrapper to handle all required content modifications.
|
NodeWrappingDelegateSessionWrapper |
Session wrapper for wrapping nodes returned by a session.
|
PropertyAndChildWrappingContentDecorator |
Content decorator that wraps all properties.
|
PropertyAndChildWrappingNodeWrapper |
Node wrapper that wraps all returned properties and wraps all returned nodes to extend its property wrapping scheme
to an entire hierarchy.
|
PropertyFilteringContentDecorator |
Content decorator that filters out properties.
|
PropertyFilteringNodeWrapper |
Node wrapper that filters out properties based on a predicate, child nodes acquired via this wrapper are also
wrapped in order to filter properties on them as well.
|
StringPropertyValueFilteringNodeWrapper |
Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed.
|
SystemNodeWrapper |
Node wrapper that will reacquire the node using
LifeTimeJCRSessionUtil if its session is closed. |
WrappingPropertyWrapper |
Wrapper for a JCR Property that will wrap nodes and properties acquired via references.
|
Copyright © 2003–2019 Magnolia International Ltd.. All rights reserved.