Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abbreviateString(String, int, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Shortens a String to provided length and adds a custom suffix.
abbreviateString(String, int) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Shortens a String to provided length and adds suffix " ...".
abort() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
abort() - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
 
AbsolutePathTransformer - Class in info.magnolia.link
Creates links with the absolute path.
AbsolutePathTransformer() - Constructor for class info.magnolia.link.AbsolutePathTransformer
 
AbsolutePathTransformer(boolean, boolean, boolean) - Constructor for class info.magnolia.link.AbsolutePathTransformer
Creates new transformer.
absoluteTargetPath - Variable in class info.magnolia.module.files.BasicFileExtractorOperation
 
absolutSourcePath - Variable in class info.magnolia.link.RelativePathTransformer
 
AbstractBoolVoter<T> - Class in info.magnolia.voting.voters
Used to create boolean voters which can't return integer values.
AbstractBoolVoter() - Constructor for class info.magnolia.voting.voters.AbstractBoolVoter
 
AbstractCondition - Class in info.magnolia.module.delta
Base for Conditions, providing name and description.
AbstractCondition(String, String) - Constructor for class info.magnolia.module.delta.AbstractCondition
 
AbstractConditionalRepositoryTask - Class in info.magnolia.module.delta
An abstract implementation of a RepositoryTask that only needs to be executed when a specific node is not found in the repository.
AbstractConditionalRepositoryTask(String, String) - Constructor for class info.magnolia.module.delta.AbstractConditionalRepositoryTask
 
AbstractConfigurationSourceBuilder - Class in info.magnolia.config.source
Abstract builder for ConfigurationSource instances.
AbstractConfigurationSourceBuilder() - Constructor for class info.magnolia.config.source.AbstractConfigurationSourceBuilder
 
AbstractContent - Class in info.magnolia.cms.core
Deprecated.
since 4.5 (by proxy of deprecating implementing interface Content. Declared deprecated since 5.5.4.
AbstractContent() - Constructor for class info.magnolia.cms.core.AbstractContent
Deprecated.
 
AbstractContentDecorator - Class in info.magnolia.jcr.decoration
Abstract implementation of ContentDecorator that filters out nothing and wraps everything to carry the decoration to the entire graph.
AbstractContentDecorator() - Constructor for class info.magnolia.jcr.decoration.AbstractContentDecorator
 
AbstractContentTemplatingElement - Class in info.magnolia.templating.elements
Abstract base class for elements that operate on a specified piece of content.
AbstractContentTemplatingElement(ServerConfiguration, RenderingContext, Provider<TemplatingModule>, WebContext) - Constructor for class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
AbstractContentTemplatingElement(ServerConfiguration, RenderingContext, I18nizer) - Constructor for class info.magnolia.templating.elements.AbstractContentTemplatingElement
Deprecated.
since 6.1. Use #AbstractContentTemplatingElement#AbstractContentTemplatingElement(info.magnolia.cms.beans.config.ServerConfiguration, info.magnolia.rendering.context.RenderingContext, javax.inject.Provider, info.magnolia.context.WebContext) instead.
AbstractContext - Class in info.magnolia.context
Default implementation of the Context interface.
AbstractContext() - Constructor for class info.magnolia.context.AbstractContext
 
AbstractDefinitionProviderWrapper<T> - Class in info.magnolia.config.registry
Abstract implementation of DefinitionProvider wrappers.
AbstractDefinitionProviderWrapper() - Constructor for class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
AbstractDelegatingTemplateLoader - Class in info.magnolia.freemarker.loaders
An abstract TemplateLoader that will attempt to initialize its delegate TemplateLoader and use a null object implementation until it succeeds.
AbstractDelegatingTemplateLoader() - Constructor for class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
 
AbstractDirective<C extends TemplatingElement> - Class in info.magnolia.templating.freemarker
A base class for freemarker directives used in Magnolia.
AbstractDirective() - Constructor for class info.magnolia.templating.freemarker.AbstractDirective
 
AbstractErrorHandler - Class in info.magnolia.jcr.nodebuilder
Provides basic behavior for ErrorHandlers.
AbstractErrorHandler() - Constructor for class info.magnolia.jcr.nodebuilder.AbstractErrorHandler
 
AbstractErrorHandler - Class in info.magnolia.nodebuilder
Deprecated.
since 5.2.4 - use AbstractErrorHandler instead.
AbstractErrorHandler() - Constructor for class info.magnolia.nodebuilder.AbstractErrorHandler
Deprecated.
 
AbstractFileDefinitionDecorator<T> - Class in info.magnolia.config.source.yaml.decoration
Abstract foundation for implementation of the file-based definition decorators - provides AbstractFileDefinitionDecorator.equals(Object) and AbstractFileDefinitionDecorator.hashCode() implementations.
AbstractFileDefinitionDecorator() - Constructor for class info.magnolia.config.source.yaml.decoration.AbstractFileDefinitionDecorator
 
AbstractFileResourceConfigurationSource<T> - Class in info.magnolia.config.source.yaml
Configuration source for any text-resource based configuration files.
AbstractFileResourceConfigurationSource(ResourceOrigin<?>, Registry<T>, Pattern) - Constructor for class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
AbstractFileResourceConfigurationSource(ResourceOrigin<?>, Registry<T>, Pattern, ModuleRegistry) - Constructor for class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
 
AbstractGuiceComponentConfigurer - Class in info.magnolia.objectfactory.guice
Abstract base class for configurers that interact with Guice.
AbstractGuiceComponentConfigurer() - Constructor for class info.magnolia.objectfactory.guice.AbstractGuiceComponentConfigurer
 
AbstractHttpClientCallback - Class in info.magnolia.cms.security.auth.callback
A base class for HttpClientCallback implementations, providing a default set of configurable filters to accept the request.
AbstractHttpClientCallback() - Constructor for class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
AbstractI18nContentSupport - Class in info.magnolia.cms.i18n
An abstract implementation of I18nContentSupport which stores the locale specific content in node data having a local suffix: <name>_<locale>.
AbstractI18nContentSupport() - Constructor for class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
AbstractI18nKeyGenerator<T> - Class in info.magnolia.i18nsystem
Abstract implementation of I18nKeyGenerator which provides a number of helper methods to generate keys.
AbstractI18nKeyGenerator() - Constructor for class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
AbstractInjectionListener - Class in info.magnolia.rendering.listeners
Listener for text injection.
AbstractInjectionListener() - Constructor for class info.magnolia.rendering.listeners.AbstractInjectionListener
 
AbstractLoginModule - Class in info.magnolia.jaas.sp
Abstract implementation of the LoginModule providing common methods and constants implementation.
AbstractLoginModule() - Constructor for class info.magnolia.jaas.sp.AbstractLoginModule
 
AbstractMagnoliaConfigurationProperties - Class in info.magnolia.init
Abstract implementation, providing the basic behavior expected from a MagnoliaConfigurationProperties implementation.
AbstractMagnoliaConfigurationProperties(List<PropertySource>) - Constructor for class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
AbstractMagnoliaConfigurationProperties() - Constructor for class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
AbstractMapBasedContext - Class in info.magnolia.context
This is a simple Map based implementation.
AbstractMapBasedContext() - Constructor for class info.magnolia.context.AbstractMapBasedContext
 
AbstractMapBasedContext(Map<String, Object>) - Constructor for class info.magnolia.context.AbstractMapBasedContext
 
AbstractMessagesImpl - Class in info.magnolia.cms.i18n
Provides localized strings.
AbstractMessagesImpl(String, Locale) - Constructor for class info.magnolia.cms.i18n.AbstractMessagesImpl
 
AbstractMgnlFilter - Class in info.magnolia.cms.filters
A magnolia filter configured in the config repository.
AbstractMgnlFilter() - Constructor for class info.magnolia.cms.filters.AbstractMgnlFilter
 
AbstractModuleVersionHandler - Class in info.magnolia.module
Extend this and register your deltas in the constructor using the register method.
AbstractModuleVersionHandler() - Constructor for class info.magnolia.module.AbstractModuleVersionHandler
 
AbstractModuleVersionHandler.ModuleVersionToLatestTask - Class in info.magnolia.module
The task which modifies the "version" property to the version being installed.
AbstractModuleVersionHandler.ModuleVersionUpdateTask - Class in info.magnolia.module
The task which modifies the "version" property to the version we're updating to.
AbstractNodeBuilderTask - Class in info.magnolia.jcr.nodebuilder.task
Base class for Tasks using the info.magnolia.jcr.nodebuilder API.
AbstractNodeBuilderTask(String, String, ErrorHandling, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.task.AbstractNodeBuilderTask
 
AbstractNodeBuilderTask - Class in info.magnolia.nodebuilder.task
Deprecated.
since 5.3 - use AbstractNodeBuilderTask instead.
AbstractNodeBuilderTask(String, String, ErrorHandling, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.task.AbstractNodeBuilderTask
Deprecated.
 
AbstractNodeData - Class in info.magnolia.cms.core
Deprecated.
since 5.6 - without replacement.
AbstractNodeData(Content, String) - Constructor for class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
AbstractNodeOperation - Class in info.magnolia.jcr.nodebuilder
Abstract implementation of NodeOperation.
AbstractNodeOperation() - Constructor for class info.magnolia.jcr.nodebuilder.AbstractNodeOperation
 
AbstractNodeOperation - Class in info.magnolia.nodebuilder
Deprecated.
since 5.2.4 - use AbstractNodeOperation instead.
AbstractNodeOperation() - Constructor for class info.magnolia.nodebuilder.AbstractNodeOperation
Deprecated.
 
AbstractNodeTypeRegistrationTask - Class in info.magnolia.setup.for5_0
Deprecated.
Since 5.5, Please use AbstractNodeTypeRegistrationTask
AbstractNodeTypeRegistrationTask(String, String, String) - Constructor for class info.magnolia.setup.for5_0.AbstractNodeTypeRegistrationTask
Deprecated.
 
AbstractNodeTypeRegistrationTask - Class in info.magnolia.setup.nodetype
Task allowing to register or un-register nodeTypes.
AbstractNodeTypeRegistrationTask(String, String, String) - Constructor for class info.magnolia.setup.nodetype.AbstractNodeTypeRegistrationTask
 
AbstractPredicate<T> - Class in info.magnolia.jcr.predicate
Superclass for Predicates.
AbstractPredicate() - Constructor for class info.magnolia.jcr.predicate.AbstractPredicate
 
AbstractPrincipalList - Class in info.magnolia.jaas.principal
Implementation of the PrincipalList providing most common functionality.
AbstractPrincipalList() - Constructor for class info.magnolia.jaas.principal.AbstractPrincipalList
 
AbstractPropertySource - Class in info.magnolia.init.properties
Abstract implementation of PropertySource, providing the basic mechanisms for implementation based on an instance of Properties.
AbstractPropertySource(Properties) - Constructor for class info.magnolia.init.properties.AbstractPropertySource
 
AbstractRegistry<T> - Class in info.magnolia.config.registry
Abstract Registry base class holding a map of all objects of the defined type.
AbstractRegistry(ModuleRegistry) - Constructor for class info.magnolia.config.registry.AbstractRegistry
 
AbstractRemoveHardcodedI18nPropertiesTask - Class in info.magnolia.i18nsystem.setup
Removes some well-known deprecated i18n properties whose keys are now generated via the I18nizer mechanism.
AbstractRemoveHardcodedI18nPropertiesTask(String, String) - Constructor for class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
AbstractRemoveHardcodedI18nPropertiesTask(String, String, List<String>) - Constructor for class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
AbstractRenderer - Class in info.magnolia.rendering.renderer
Abstract renderer with support for typical functionality such as setting context attributes and executing a rendering model.
AbstractRenderer() - Constructor for class info.magnolia.rendering.renderer.AbstractRenderer
AbstractRenderer(RenderingEngine) - Constructor for class info.magnolia.rendering.renderer.AbstractRenderer
 
AbstractRenderingListener - Class in info.magnolia.rendering.listeners
Listener for RenderingEngine.
AbstractRenderingListener() - Constructor for class info.magnolia.rendering.listeners.AbstractRenderingListener
 
AbstractRenderingListener.RenderingListenerReturnCode - Enum in info.magnolia.rendering.listeners
Rendering listener return codes.
AbstractRepositoryStrategy - Class in info.magnolia.context
Basic implementation of the RepositoryAcquiringStrategy providing storage of JCR sessions and hierarchy manager instances to extending classes.
AbstractRepositoryStrategy(RepositoryManager) - Constructor for class info.magnolia.context.AbstractRepositoryStrategy
 
AbstractRepositoryTask - Class in info.magnolia.module.delta
An abstract implementation of AbstractTask which simply wraps the execute call in a try/catch block, avoiding many verbose and irrelevant code lines in actual tasks, leaving room for smarter and more interesting exception handling, when they can actually be handled.
AbstractRepositoryTask(String, String) - Constructor for class info.magnolia.module.delta.AbstractRepositoryTask
 
AbstractRequestHeaderPatternVoter - Class in info.magnolia.voting.voters
Voters which match the request headers against a pattern.
AbstractRequestHeaderPatternVoter() - Constructor for class info.magnolia.voting.voters.AbstractRequestHeaderPatternVoter
 
AbstractResource - Class in info.magnolia.resourceloader
A convenient class to extend by subclasses of AbstractResourceOrigin.
AbstractResource(AbstractResourceOrigin) - Constructor for class info.magnolia.resourceloader.AbstractResource
 
AbstractResourceOrigin<P extends AbstractResource> - Class in info.magnolia.resourceloader
Exposes methods that AbstractResource simply delegates to.
AbstractResourceOrigin(String) - Constructor for class info.magnolia.resourceloader.AbstractResourceOrigin
 
AbstractStreamBasedPropertySource - Class in info.magnolia.init.properties
Abstract implementation of PropertySource, providing the basic mechanisms for loading Properties from a given InputStream.
AbstractStreamBasedPropertySource(InputStream, String) - Constructor for class info.magnolia.init.properties.AbstractStreamBasedPropertySource
 
AbstractStreamBasedPropertySource.ConstructingProperties - Class in info.magnolia.init.properties
A subclass of Properties which populates itself with a given InputStream.
AbstractSystemContext - Class in info.magnolia.context
This is the system context using the not secured HierarchyManagers.
AbstractSystemContext() - Constructor for class info.magnolia.context.AbstractSystemContext
DON'T CREATE AN OBJECT.
AbstractTask - Class in info.magnolia.module.delta
Abstract implementation of the Task interface which handles the mandatory properties name and description.
AbstractTask(String, String) - Constructor for class info.magnolia.module.delta.AbstractTask
 
AbstractTemplatingElement - Class in info.magnolia.templating.elements
Common super class for templating elements, provides utility methods and defaults.
AbstractTemplatingElement(ServerConfiguration, RenderingContext) - Constructor for class info.magnolia.templating.elements.AbstractTemplatingElement
 
AbstractUser - Class in info.magnolia.cms.security
Abstract user implementation.
AbstractUser() - Constructor for class info.magnolia.cms.security.AbstractUser
 
AbstractValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.AbstractValueFormatter
 
accept(Content) - Method in interface info.magnolia.cms.core.Content.ContentFilter
Deprecated.
Test if this content should be included in a resultant collection.
accept(String) - Method in interface info.magnolia.cms.util.ClasspathResourcesUtil.Filter
 
accept(String) - Method in class info.magnolia.cms.util.ClasspathResourcesUtil.PatternFilter
 
accept(Content) - Method in class info.magnolia.cms.util.NodeTypeFilter
Deprecated.
 
accept(Content) - Method in class info.magnolia.cms.util.RuleBasedContentFilter
Deprecated.
Test if this content should be included in a resultant collection.
accept(Content) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
Deprecated.
Process all nodes except MetaData and nodes with names prefixed by "jcr:".
accept(String) - Method in interface info.magnolia.importexport.Bootstrapper.BootstrapFilter
 
accept(ItemVisitor) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
accept(ItemVisitor) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
accept(String) - Method in class info.magnolia.module.files.ClasspathResourcesFilterAdapter
 
accept(String) - Method in interface info.magnolia.module.files.FileExtractor.Transformer
A filter in the same vein as java.io.FileFilter and such, except this returns the (absolute) targetPath of a file to be extracted, or null if the file should not be extracted.
accept(String) - Method in class info.magnolia.module.files.ModuleFileExtractorTransformer
 
accept(Path) - Method in class info.magnolia.resourceloader.file.ExclusionsFilter
 
acceptResource(InstallContext, String) - Method in class info.magnolia.module.delta.BootstrapResourcesTask
Override this method to filter resources to bootstrap.
acceptResource(InstallContext, String) - Method in class info.magnolia.module.delta.ModuleBootstrapTask
Accepts any resource under "/mgnl-bootstrap/moduleName" including any subfolders.
accepts(HttpServletRequest) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
accepts(HttpServletRequest) - Method in class info.magnolia.cms.security.auth.callback.CompositeCallback
Deprecated.
 
accepts(HttpServletRequest) - Method in interface info.magnolia.cms.security.auth.callback.HttpClientCallback
Let the implementation if it wants to handle this request.
acceptsEncoding(HttpServletRequest, String) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
acceptsEncoding(HttpServletRequest, String) - Static method in class info.magnolia.cms.util.RequestHeaderUtil
 
acceptsGzipEncoding(HttpServletRequest) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
acceptsGzipEncoding(HttpServletRequest) - Static method in class info.magnolia.cms.util.RequestHeaderUtil
 
Access - Class in info.magnolia.cms.core
Simply utility class for AccessManager.
AccesscontrolNodeFilter - Class in info.magnolia.importexport.filters
Deprecated.
since 5.4.4. Use JcrExportCommand with JcrExportCommand.DefaultFilter instead.
AccesscontrolNodeFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.AccesscontrolNodeFilter
Deprecated.
 
accessControlProviderIsSet() - Method in class info.magnolia.module.delta.WorkspaceXmlConditionsUtil
 
AccessDefinition - Interface in info.magnolia.cms.security.operations
Definition for action permissions.
AccessDeniedException - Exception in info.magnolia.cms.security
Deprecated.
since 5.5. Use AccessDeniedException.
AccessDeniedException() - Constructor for exception info.magnolia.cms.security.AccessDeniedException
Deprecated.
 
AccessDeniedException(String) - Constructor for exception info.magnolia.cms.security.AccessDeniedException
Deprecated.
 
AccessDeniedException(String, Exception) - Constructor for exception info.magnolia.cms.security.AccessDeniedException
Deprecated.
 
AccessDeniedException(Exception) - Constructor for exception info.magnolia.cms.security.AccessDeniedException
Deprecated.
 
AccessManager - Interface in info.magnolia.cms.security
Handles ACL checks and knows the users permissions.
AccessManagerImpl - Class in info.magnolia.cms.security
Default implementation for AccessManager.
AccessManagerImpl() - Constructor for class info.magnolia.cms.security.AccessManagerImpl
 
AccessRestrictedException - Exception in info.magnolia.monitoring
Explicit LoginException telling that there's a certain restriction preventing users from accessing the system.
AccessRestrictedException() - Constructor for exception info.magnolia.monitoring.AccessRestrictedException
 
ACL - Interface in info.magnolia.cms.security.auth
A concrete ACL (workspace, path and permissions).
ACLImpl - Class in info.magnolia.cms.security
Basic ACL implementation.
ACLImpl(String, List<Permission>) - Constructor for class info.magnolia.cms.security.ACLImpl
 
ACLImpl - Class in info.magnolia.jaas.principal
Deprecated.
since 4.5 use ACLImpl instead
ACLImpl() - Constructor for class info.magnolia.jaas.principal.ACLImpl
Deprecated.
 
acquireReadLock() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
 
ACTION_ACTIVATE - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_COPY - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_CREATE - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_DEACTIVATE - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_DELETE - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_LOGIN - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_LOGOUT - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_MODIFY - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_MOVE - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
ACTION_RESULT_ATTRIBUTE_PREFIX - Static variable in class info.magnolia.rendering.model.ModelExecutionFilter
 
ACTION_SECURITY - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
Activatable() - Constructor for class info.magnolia.jcr.util.NodeTypes.Activatable
 
activate(String, Content) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
This will activate the specified node to all configured subscribers.
activate(String, Content, List<String>) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
This will activate the specified node to all configured subscribers.
activate(Subscriber, String, Content) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
This will activate the specified node to the specified subscriber.
activate(Subscriber, String, Content, List<String>) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
This will activate the specified node to the specified subscriber.
ACTIVATED - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
ACTIVATION_STATUS - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
 
ACTIVATION_STATUS_ACTIVATED - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
ACTIVATION_STATUS_ACTIVATED - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
 
ACTIVATION_STATUS_MODIFIED - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
ACTIVATION_STATUS_MODIFIED - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
 
ACTIVATION_STATUS_NOT_ACTIVATED - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
ACTIVATION_STATUS_NOT_ACTIVATED - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
 
ActivationManager - Interface in info.magnolia.cms.exchange
Deprecated.
since 5.6 get receivers directly from info.magnolia.publishing.PublishingCoreModule.
ActivationManagerFactory - Class in info.magnolia.cms.exchange
Deprecated.
since 5.6 without replacement.
ActivationManagerFactory() - Constructor for class info.magnolia.cms.exchange.ActivationManagerFactory
Deprecated.
 
ActivationStatus - Class in info.magnolia.templating.elements.attribute
ActivationStatus() - Constructor for class info.magnolia.templating.elements.attribute.ActivationStatus
 
ActivationStatusImportPostProcessor - Class in info.magnolia.importexport.postprocessors
Post-processes imported nodes and set activation status to false if needed.
ActivationStatusImportPostProcessor() - Constructor for class info.magnolia.importexport.postprocessors.ActivationStatusImportPostProcessor
 
ACTIVATOR_ID - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
ACTIVE - Static variable in class info.magnolia.cms.beans.config.VersionConfig
is versioning is active.
add(Principal) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
 
add(Principal) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
Adds principal to the internal collection of principals.
add(String) - Method in interface info.magnolia.cms.security.auth.PrincipalList
Add a name to the list.
ADD - Static variable in interface info.magnolia.cms.security.Permission
 
add(String, String, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
Adds link to a resource (group or role) to the principal (user or group).
add(H) - Method in class info.magnolia.event.EventHandlerCollection
 
add(String) - Method in class info.magnolia.jaas.principal.AbstractPrincipalList
Adds a name to the list.
AddActivatableMixinForContentNodeTask - Class in info.magnolia.setup.for5_2
Add the mixIn NodeTypes.Activatable.NAME to the NodeTypes.ContentNode node type definition.
AddActivatableMixinForContentNodeTask(String, String, String) - Constructor for class info.magnolia.setup.for5_2.AddActivatableMixinForContentNodeTask
 
AddActivatableMixinForMgnlResourceTask - Class in info.magnolia.setup
Adds activatable mixin to the NodeTypes.Resource node type.
AddActivatableMixinForMgnlResourceTask(String, String, String) - Constructor for class info.magnolia.setup.AddActivatableMixinForMgnlResourceTask
 
addAll(Collection<Principal>) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
 
addAll(Collection<Principal>) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
Adds principals to the internal collection of principals.
addAllowed(String) - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
addAllowed(String) - Method in class info.magnolia.voting.voters.UserAgentVoter
 
addAllowType(String) - Method in class info.magnolia.cms.util.Rule
Add to allow list.
addAndVerifyHeader(HttpServletResponse, String, String) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
addAndVerifyHeader(HttpServletResponse, String, String) - Static method in class info.magnolia.cms.util.RequestHeaderUtil
 
addArea(String, AreaDefinition) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
addAvailableComponent(String, ComponentAvailability) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
addBinaryNodeData(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
addBypass(Voter) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
addChannel(String, ChannelConfiguration) - Method in class info.magnolia.channel.ChannelManagerImpl
 
addClientCallback(HttpClientCallback) - Method in class info.magnolia.cms.security.SecurityCallbackFilter
 
addCollectionPropertyMapping(Class, String, Class) - Static method in class info.magnolia.content2bean.Content2BeanUtil
Deprecated.
since 4.5 - only used in tests
addCommand(String, Command) - Method in interface info.magnolia.commands.chain.Catalog
 
addCommand(Command) - Method in interface info.magnolia.commands.chain.Chain
 
addCommand(Command) - Method in class info.magnolia.commands.chain.ChainBase
 
addCommand(String, Command) - Method in class info.magnolia.commands.MgnlCatalog
 
addComment(Node) - Method in class info.magnolia.commands.impl.VersionCommand
Deprecated.
addComponent(ComponentDefinition) - Method in class info.magnolia.module.model.ComponentsDefinition
 
addComponent(ComponentConfiguration) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
addComponent(ComponentProviderConfiguration, String, String) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
addComponents(ComponentsDefinition) - Method in class info.magnolia.module.model.ModuleDefinition
 
addComponents(ComponentProviderConfiguration, ComponentsDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
addCondition(Condition) - Method in class info.magnolia.module.delta.DeltaBuilder
 
addConditions(List<Condition>) - Method in class info.magnolia.module.delta.DeltaBuilder
 
addConfigurer(ConfigurerDefinition) - Method in class info.magnolia.module.model.ComponentsDefinition
 
addConfigurer(ComponentConfigurer) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
addContextAttribute(String, ContextAttributeConfiguration) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
 
addDecorator(DefinitionDecorator<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
 
addDecorator(DefinitionDecorator<T>) - Method in interface info.magnolia.config.registry.Registry
 
addDefaultData(Map<String, Object>, Locale, String) - Method in class info.magnolia.freemarker.FreemarkerHelper
 
addDependency(YamlConfigurationDependency) - Method in class info.magnolia.config.source.yaml.MgnlYamlConstructor.YamlConfigurationDependencyAggregator
 
addDependency(DependencyDefinition) - Method in class info.magnolia.module.model.ModuleDefinition
 
addDocument(String, String, String, File) - Method in class info.magnolia.cms.beans.runtime.MultipartForm
 
added(Path) - Method in interface info.magnolia.dirwatch.WatcherCallback
 
addErrorMessage(String) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
Deprecated.
since 5.5 - use #addProblem(Problem) instead.
addFalseConditionIfExpressionIsContained(String, String) - Method in class info.magnolia.module.delta.TextFileConditionsUtil
 
addFalseConditionIfExpressionIsNotContained(String, String) - Method in class info.magnolia.module.delta.TextFileConditionsUtil
 
addFilter(MgnlFilter) - Method in class info.magnolia.cms.filters.CompositeFilter
 
addFilter(String, String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addFilter(String, Filter) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addFilter(String, Class<? extends Filter>) - Method in class info.magnolia.servlet.ServletContextWrapper
 
AddFilterBypassTask - Class in info.magnolia.setup.initial
Adds bypass to an existing filter.
AddFilterBypassTask(String, String, Class, String) - Constructor for class info.magnolia.setup.initial.AddFilterBypassTask
 
addFingerprintToLink(String, Calendar) - Static method in class info.magnolia.cms.util.LinkUtil
Deprecated.
addFingerprintToLink(String, Calendar) - Static method in class info.magnolia.link.LinkUtil
Insert a finger-print into a link that is based on the last modified date.
addGroup(User, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
addGroup(String) - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
addGroup(String) - Method in class info.magnolia.cms.security.ExternalUser
Adds this user to a group.
addGroup(User, String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
addGroup(String) - Method in interface info.magnolia.cms.security.Group
Deprecated.
since 5.3.3 use manager instead
addGroup(Group, String) - Method in interface info.magnolia.cms.security.GroupManager
Adds a group to a group.
addGroup(String) - Method in class info.magnolia.cms.security.MgnlGroup
Add a subgroup to this group.
addGroup(Group, String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
addGroup(User, String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
addGroup(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
addGroup(String) - Method in interface info.magnolia.cms.security.User
Deprecated.
since 4.5 - use UserManager.addGroup(User, String) instead.
addGroup(User, String) - Method in interface info.magnolia.cms.security.UserManager
Adds user to a group.
addGroupName(String) - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
addGroups(String[]) - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
Sets the list of groups, info.magnolia.jaas.principal.GroupList.
AddGroupToGroupTask - Class in info.magnolia.module.delta
A task to nest a group inside another, using GroupManager.
AddGroupToGroupTask(String, String, String) - Constructor for class info.magnolia.module.delta.AddGroupToGroupTask
 
addHandler(Class<? extends Event<H>>, H) - Method in interface info.magnolia.event.EventBus
 
addHandler(Class<? extends Event<H>>, H) - Method in class info.magnolia.event.ResettableEventBus
 
addHandler(Class<? extends Event<H>>, H) - Method in class info.magnolia.event.SimpleEventBus
 
AddHeadersFilter - Class in info.magnolia.cms.filters
Filter that adds configured headers.
AddHeadersFilter() - Constructor for class info.magnolia.cms.filters.AddHeadersFilter
 
addHost(String) - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
Deprecated.
ADDIBLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
addJspFile(String, String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addKey(List<String>, boolean, String...) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Adds a key to the given list; if the last part is "label", adds another key without it.
addKey(List<String>, String...) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
addKey(List<String>, String...) - Method in class info.magnolia.rendering.template.i18n.RenderableDefinitionKeyGenerator
Custom implementation till MAGNOLIA-6596 is fixed.
AddKeyToNewBundle(Locale, String, String) - Constructor for class info.magnolia.i18nsystem.tools.GeneratorResult.AddKeyToNewBundle
 
addLeadingSlash(String) - Static method in class info.magnolia.cms.util.PathUtil
 
addListener(AbstractRenderingListener) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
addListener(AbstractRenderingListener) - Method in interface info.magnolia.rendering.context.RenderingContext
 
addListener(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addListener(T) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addListener(Class<? extends EventListener>) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addLocale(LocaleDefinition) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
AddLockableMixinToActivatableMixinTask - Class in info.magnolia.setup
Adds lockable mixin JcrConstants.MIX_LOCKABLE to the NodeTypes.Activatable node type.
AddLockableMixinToActivatableMixinTask(String, String, String) - Constructor for class info.magnolia.setup.AddLockableMixinToActivatableMixinTask
 
AddLockableMixinToVersionableMixinTask - Class in info.magnolia.setup
Adds lockable mixin JcrConstants.MIX_LOCKABLE to the NodeTypes.Versionable node type.
AddLockableMixinToVersionableMixinTask(String, String, String) - Constructor for class info.magnolia.setup.AddLockableMixinToVersionableMixinTask
 
addLockToken(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
addLogConfigurations(LogConfiguration) - Method in class info.magnolia.audit.AuditLoggingManager
 
addLoginHandlers(LoginHandler) - Method in class info.magnolia.cms.security.auth.login.LoginFilter
 
addMappedRepositoryName(String, String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
addMappedRepositoryName(String, String, String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
addMapping(HostBasedVirtualURIMapping.HostURIMapping) - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
Deprecated.
Adds a mapping (used by content2bean).
addMapping(URI2RepositoryMapping) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
 
addMapping(String) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
addMapping(String) - Method in class info.magnolia.cms.filters.HostSecurityFilter
Adds a mapping (used by content2bean).
addMapping(String) - Method in class info.magnolia.cms.filters.Mapping
See SRV.11.2 Specification of Mappings in the Servlet Specification for the syntax of mappings.
addMapping(String) - Method in class info.magnolia.cms.filters.WebContainerResourcesImpl
 
addMapping(String) - Method in class info.magnolia.module.model.ServletDefinition
 
addMapping(String, String, String) - Method in class info.magnolia.repository.definition.RepositoryMappingDefinition
 
addMappings(Map<String, ClasspathEntry>) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
AddMimeMappingTask - Class in info.magnolia.module.delta
Task that adds a mime mapping to server/MIMEMapping.
AddMimeMappingTask(String, String, String) - Constructor for class info.magnolia.module.delta.AddMimeMappingTask
 
addMixin(String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
 
addMixin(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
add specified mixin type if allowed.
addMixin(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
addMixin(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
addMixin(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
addMixin(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
addModule(Module) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
addNode(String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
 
addNode(String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
 
addNode(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
addNode(String, String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
addNode(String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
 
addNode(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
 
addNode(String) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
addNode(String, String) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
addNode(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
addNode(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
addNode(String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
 
addNode(String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
 
addNode(String) - Static method in class info.magnolia.nodebuilder.Ops
Deprecated.
 
addNode(String, String) - Static method in class info.magnolia.nodebuilder.Ops
Deprecated.
 
addNode(String, ItemType) - Static method in class info.magnolia.nodebuilder.Ops
Deprecated.
 
addParam(ServletParameterDefinition) - Method in class info.magnolia.module.model.ServletDefinition
 
addParameter(String, Object) - Method in class info.magnolia.cms.beans.runtime.MultipartForm
Deprecated.
since 4.0 - should not be needed anymore since MAGNOLIA-2449 - request parameters should be correctly wrapped.
addParameter(StringBuffer, String, String) - Static method in class info.magnolia.link.LinkUtil
Appends a parameter to the given url, using ?, or & if there are already parameters in the given url.
addParameter(String, Object) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
addparameterValues(String, String[]) - Method in class info.magnolia.cms.beans.runtime.MultipartForm
Deprecated.
since 4.0 - should not be needed anymore since MAGNOLIA-2449 - request parameters should be correctly wrapped.
addPattern(PatternDelegate) - Method in class info.magnolia.cms.security.auth.callback.CompositeCallback
Deprecated.
 
addPermission(String, String, long) - Method in class info.magnolia.cms.security.MgnlRole
 
addPermission(Role, String, String, long) - Method in class info.magnolia.cms.security.MgnlRoleManager
 
addPermission(String, String, long) - Method in interface info.magnolia.cms.security.Role
Deprecated.
since 5.3.3 use manager instead
addPermission(Role, String, String, long) - Method in interface info.magnolia.cms.security.RoleManager
Add permission to the specified role, assuming current user has enough rights to perform such operation.
addPermission(Object) - Method in class info.magnolia.jaas.principal.ACLImpl
Deprecated.
Adds permission in to the list of permissions for this principal.
AddPermissionTask - Class in info.magnolia.module.delta
A task to add a permission to a role, using RoleManager.
AddPermissionTask(String, String, String, String, long, boolean) - Constructor for class info.magnolia.module.delta.AddPermissionTask
 
AddPermissionTask(String, String, String, String, String, long, boolean) - Constructor for class info.magnolia.module.delta.AddPermissionTask
 
addProblem(DefinitionProvider.Problem) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
 
addProperty(String, Object) - Method in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
addProperty(String, Object) - Method in class info.magnolia.jaas.principal.EntityImpl
Deprecated.
 
addProperty(String, Object) - Static method in class info.magnolia.jcr.nodebuilder.Ops
Adds property.
addProperty(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
Deprecated.
since 5.5.6 - kept for runtime compatibility. If a class was compiled against this method previously, removal of it would cause a NoSuchMethodError during runtime.
addProperty(PropertyDefinition) - Method in class info.magnolia.module.model.ModuleDefinition
 
addProperty(String, Object) - Static method in class info.magnolia.nodebuilder.Ops
Deprecated.
Adds a currently non-existing property.
addPropertyTypeDescriptor(Class<?>, String, PropertyTypeDescriptor) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
 
addPropertyTypeDescriptor(Class<?>, String, PropertyTypeDescriptor) - Method in interface info.magnolia.content2bean.TypeMapping
Deprecated.
since 4.5 - unused
addRejected(String) - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
addRejected(String) - Method in class info.magnolia.voting.voters.UserAgentVoter
 
addRepository(RepositoryDefinition) - Method in class info.magnolia.module.model.ModuleDefinition
 
addRepository(RepositoryDefinition) - Method in class info.magnolia.repository.definition.RepositoryMappingDefinition
 
addRepositoryDefinition(RepositoryDefinition) - Method in class info.magnolia.repository.WorkspaceMapping
 
ADDRESS_LINE - Static variable in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
addRole(User, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
addRole(String) - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
Simply log that its a dummy user.
addRole(String) - Method in class info.magnolia.cms.security.ExternalUser
 
addRole(User, String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
addRole(String) - Method in interface info.magnolia.cms.security.Group
Deprecated.
since 5.3.3 use manager instead
addRole(Group, String) - Method in interface info.magnolia.cms.security.GroupManager
Grants a role to a group.
addRole(String) - Method in class info.magnolia.cms.security.MgnlGroup
 
addRole(Group, String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
addRole(User, String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
addRole(String) - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
 
addRole(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
addRole(String) - Method in interface info.magnolia.cms.security.User
Deprecated.
since 4.5 - use UserManager.addRole(User, String) instead.
addRole(User, String) - Method in interface info.magnolia.cms.security.UserManager
Grants user role.
addRole(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
 
addRoleName(String) - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
addRoles(String[]) - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
Sets the list of roles, info.magnolia.jaas.principal.RoleList.
AddRoleToGroupTask - Class in info.magnolia.module.delta
A task to add a role to a group, using GroupManager.
AddRoleToGroupTask(String, String, String) - Constructor for class info.magnolia.module.delta.AddRoleToGroupTask
 
AddRoleToUserTask - Class in info.magnolia.module.delta
A task to add a role to a user, using UserManager.
AddRoleToUserTask(String, String, String) - Constructor for class info.magnolia.module.delta.AddRoleToUserTask
 
addRule(String, IPSecurityManagerImpl.Rule) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl
 
addServlet(ServletDefinition) - Method in class info.magnolia.module.model.ModuleDefinition
 
addServlet(String, String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addServlet(String, Servlet) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addServlet(String, Class<? extends Servlet>) - Method in class info.magnolia.servlet.ServletContextWrapper
 
addSource(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
 
addSubscribers(Subscriber) - Method in interface info.magnolia.cms.exchange.ActivationManager
Deprecated.
since 5.3.3 means of setting the subscribers are implementation detail and should not be exposed
addSubscriptions(Subscription) - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
addTaglibSupportData(Map<String, Object>, WebContext) - Method in class info.magnolia.freemarker.FreemarkerHelper
 
addTask(Task) - Method in class info.magnolia.module.delta.ArrayDelegateTask
Tasks are meant to be immutable.
addTask(Task) - Method in class info.magnolia.module.delta.DeltaBuilder
 
addTasks(List<Task>) - Method in class info.magnolia.module.delta.DeltaBuilder
 
addTransformer(String, LinkTransformer) - Method in class info.magnolia.link.LinkTransformerManager
 
addTypeDescriptor(Class<?>, TypeDescriptor) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
 
addTypeDescriptor(Class<?>, TypeDescriptor) - Method in interface info.magnolia.content2bean.TypeMapping
Deprecated.
since 4.5 - should not be part of the interface
addTypeMapping(TypeMappingDefinition) - Method in class info.magnolia.module.model.ComponentsDefinition
 
addTypeMapping(Key<?>, Class<?>) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
addTypeMapping(Class<?>, Class<?>) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
AddUntranslatedKeyToNewBundle(Locale, String) - Constructor for class info.magnolia.i18nsystem.tools.GeneratorResult.AddUntranslatedKeyToNewBundle
 
AddURIPermissionsToAllRoles - Class in info.magnolia.setup.initial
Deprecated.
since 5.6.
AddURIPermissionsToAllRoles(boolean) - Constructor for class info.magnolia.setup.initial.AddURIPermissionsToAllRoles
Deprecated.
 
AddURIPermissionTask - Class in info.magnolia.module.delta
Adds a URI permission to a role.
AddURIPermissionTask(String, String, String, int) - Constructor for class info.magnolia.module.delta.AddURIPermissionTask
 
AddURIPermissionTask(String, String, String, String, int) - Constructor for class info.magnolia.module.delta.AddURIPermissionTask
 
addUserManager(String, UserManager) - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
AddUsersPermissionTask - Class in info.magnolia.module.delta
A task to add a permission to all users under provided path.
AddUsersPermissionTask(String, String, String, String, long, NodeNameHelper) - Constructor for class info.magnolia.module.delta.AddUsersPermissionTask
 
AddUsersPermissionTask(String, String, String, String, long) - Constructor for class info.magnolia.module.delta.AddUsersPermissionTask
AddUserToGroupTask - Class in info.magnolia.module.delta
A task to add a user to a group, using UserManager.
AddUserToGroupTask(String, String, String) - Constructor for class info.magnolia.module.delta.AddUserToGroupTask
 
addValidator(DefinitionValidator<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
 
addVariation(String, RenderableDefinition) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
addVersion() - Method in interface info.magnolia.cms.core.Content
Deprecated.
add version leaving the node checked out.
addVersion(Rule) - Method in interface info.magnolia.cms.core.Content
Deprecated.
add version leaving the node checked out.
addVersion() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
addVersion(Rule) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
addVersion(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Add version of the specified node and all child nodes while ignoring the same node type.
addVersion(Node, Rule) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Add version of the specified node and all child nodes based on the given Rule.
addVersion(Node, Rule, String) - Method in class info.magnolia.cms.core.version.BaseVersionManager
 
addVersion(Node, Rule, String, String) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Add version of the specified node and all child nodes based on the given Rule and userName.
addVersion() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
addVersion(Rule) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
addVersion() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
addVersion(Rule) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
addVersionLabel(String, String, boolean) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
addVoter(Voter) - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
 
addVoter(Voter<T>) - Method in class info.magnolia.voting.voters.VoterSet
 
addWorkspace(String) - Method in class info.magnolia.module.model.RepositoryDefinition
 
addWorkspace(String) - Method in class info.magnolia.repository.definition.RepositoryDefinition
 
addWorkspaceMapping(WorkspaceMappingDefinition) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
addWorkspaceMapping(WorkspaceMappingDefinition) - Method in interface info.magnolia.repository.RepositoryManager
 
addWorkspaceMapping(WorkspaceMappingDefinition) - Method in class info.magnolia.repository.WorkspaceMapping
Adds workspace mapping, if the physical workspace doesn't exist it is added.
addWorkspaceMappingDefinition(WorkspaceMappingDefinition) - Method in class info.magnolia.repository.WorkspaceMapping
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.context.AreaFilteringListener
Deprecated.
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in interface info.magnolia.rendering.context.RenderingContext
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in interface info.magnolia.rendering.context.RenderingListener
Deprecated.
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
 
after(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.listeners.AreaFilteringListener
 
aggregateDirectAndTransitiveGroups(Collection<String>, String, GroupManager) - Method in class info.magnolia.cms.security.MgnlUserManager
 
aggregateDirectAndTransitiveRoles(Collection<String>, Collection<String>, String, GroupManager) - Method in class info.magnolia.cms.security.MgnlUserManager
 
AggregationState - Class in info.magnolia.cms.core
Aggregates the necessary information to render content.
AggregationState() - Constructor for class info.magnolia.cms.core.AggregationState
 
aggregationState - Variable in class info.magnolia.context.WebContextImpl
 
AggregationStateBasedRenderingContext - Class in info.magnolia.rendering.context
RenderingContext implementation that uses AggregationState.
AggregationStateBasedRenderingContext(Provider<AggregationState>, RenderExceptionHandler) - Constructor for class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
AggregationStateBasedRenderingContext(AggregationState, RenderExceptionHandler) - Constructor for class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
AggregatorFilter - Class in info.magnolia.cms.filters
Reads the accessed content from the repository and puts it into the AggregationState.
AggregatorFilter(Provider<WebContext>, VersionManager, NodeNameHelper) - Constructor for class info.magnolia.cms.filters.AggregatorFilter
 
AggregatorFilter(Provider<WebContext>, VersionManager) - Constructor for class info.magnolia.cms.filters.AggregatorFilter
AggregatorFilter() - Constructor for class info.magnolia.cms.filters.AggregatorFilter
AlertUtil - Class in info.magnolia.cms.util
Stores a message in the request.
ALL - Static variable in interface info.magnolia.channel.ChannelResolver
Default Channel to use in case none of the ChannelResolver could successfully resolve.
ALL - Static variable in interface info.magnolia.cms.security.Permission
All permissions combined.
all() - Method in interface info.magnolia.config.registry.RegistryFacade
 
all() - Method in class info.magnolia.config.registry.RegistryFacadeImpl
 
ALL_NODES_CONTENT_FILTER - Static variable in class info.magnolia.cms.util.ContentUtil
Deprecated.
Content filter accepting everything.
ALL_NODES_EXCEPT_JCR_CONTENT_FILTER - Static variable in class info.magnolia.cms.util.ContentUtil
Deprecated.
Content filter accepting everything exept nodes with namespace jcr (version and system store).
ALL_NODES_EXCEPT_JCR_FILTER - Static variable in class info.magnolia.jcr.util.NodeUtil
Deprecated.
since 5.0 - obsolete as there's no nodetypes with namespace jcr
ALL_PROPERTIES_EXCEPT_JCR_AND_MGNL_FILTER - Static variable in class info.magnolia.jcr.util.NodeUtil
Deprecated.
since 5.0 - obsolete as there's no nodetypes with namespace jcr. In addition you could use JCRMgnlPropertyHidingPredicate
AllChildrenNodesOperation - Class in info.magnolia.module.delta
Deprecated.
since 5.6, used AllChildrenTask instead.
AllChildrenNodesOperation(String, String, String, String) - Constructor for class info.magnolia.module.delta.AllChildrenNodesOperation
Deprecated.
 
AllChildrenNodesOperation(String, String, String, String, Content.ContentFilter) - Constructor for class info.magnolia.module.delta.AllChildrenNodesOperation
Deprecated.
 
AllChildrenTask - Class in info.magnolia.module.delta
The AllChildrenTask helps traversing all level-1 children and execute changes on them.
AllChildrenTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.AllChildrenTask
 
AllComponentsAndResourcesInheritancePredicate() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredInheritance.AllComponentsAndResourcesInheritancePredicate
Deprecated.
 
AllModulesNodeOperation - Class in info.magnolia.module.delta
Deprecated.
since 5.6 - without replacement.
AllModulesNodeOperation(String, String) - Constructor for class info.magnolia.module.delta.AllModulesNodeOperation
Deprecated.
 
allowsMethod(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
always() - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
since 6.1 use concise lambdas with better parameter name
ami - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
ancestors(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
ancestors(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
ancestors(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return a list of ancestors of the provided node.
ancestors(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return a list of ancestors of the provided node which have the provided nodeType.
AND - Static variable in interface info.magnolia.voting.Voting
 
AndVoting<T> - Class in info.magnolia.voting.voters
Return the maximum vote but only if all voters voted positive.
AndVoting() - Constructor for class info.magnolia.voting.voters.AndVoting
 
annotationIsPresentInGenericSignature(Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher
Convenience API which produces a matcher that searches for a specified annotation.
annotationIsPresentInHierarchy(Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
Convenience API which looks for method annotations in type hierarchy.
annotationIsPresentInTypeHierarchy(Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInHierarchyMatcher
Convenience API that constructs a matcher which searches for a specific annotation declared on a type or any of its super-types/interfaces.
AnnotationProcessingTypeResolver - Class in info.magnolia.config.resolver
TypeResolver implementation capable of deducing the type from a string alias instead of fully-qualified class name.
AnnotationProcessingTypeResolver(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.config.resolver.AnnotationProcessingTypeResolver
 
annotationType() - Method in class info.magnolia.objectfactory.NamedImpl
 
AnnotationUtils - Class in info.magnolia.i18nsystem.util
Utility methods to retrieve annotations.
AnnotationUtils() - Constructor for class info.magnolia.i18nsystem.util.AnnotationUtils
 
ANONYMOUS_USER - Static variable in interface info.magnolia.cms.security.UserManager
Anonymous user name.
AnyTypeInGenericSignatureMatcher<T extends net.bytebuddy.description.type.TypeDescription.Generic> - Class in info.magnolia.i18nsystem.bytebudddy
Applies a matcher to all the types involved into the generic signature of some class, which includes the class itself and all the generic parameters defined for it.
AnyTypeInGenericSignatureMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher
 
AnyTypeInHierarchyMatcher<T extends net.bytebuddy.description.type.TypeDescription> - Class in info.magnolia.i18nsystem.bytebudddy
Macro-matcher which evaluates a delegate matcher against the whole type hierarchy of a specified class.
AnyTypeInHierarchyMatcher(ElementMatcher<? super TypeDescription>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.AnyTypeInHierarchyMatcher
 
append(CharSequence) - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
 
append(char) - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
 
append(CharSequence, int, int) - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
 
append(CharSequence) - Method in class info.magnolia.templating.elements.MarkupHelper
 
append(CharSequence, int, int) - Method in class info.magnolia.templating.elements.MarkupHelper
 
append(char) - Method in class info.magnolia.templating.elements.MarkupHelper
 
AppendableOnlyOutputProvider - Class in info.magnolia.rendering.engine
Output provider wrapping only Appendable and not providing output stream.
AppendableOnlyOutputProvider(Appendable) - Constructor for class info.magnolia.rendering.engine.AppendableOnlyOutputProvider
 
AppendableWriter - Class in info.magnolia.rendering.util
Simple writer that outputs all the text to provided Appendable.
AppendableWriter(Appendable) - Constructor for class info.magnolia.rendering.util.AppendableWriter
 
appendNodeProperties(Content, Properties) - Static method in class info.magnolia.importexport.PropertiesImportExport
Deprecated.
 
APPLICATION_SCOPE - Static variable in interface info.magnolia.context.Context
Attribute visibility scope, its visible to all sessions of this application.
appliesTo(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
 
appliesTo(DefinitionProvider<T>) - Method in interface info.magnolia.config.registry.decoration.DefinitionDecorator
 
appliesTo(DefinitionProvider<T>) - Static method in class info.magnolia.config.registry.decoration.DefinitionDecorators
 
appliesTo(DefinitionProvider<T>) - Method in class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
 
apply(S) - Method in class info.magnolia.config.maputil.ToMap
 
apply(Method) - Method in class info.magnolia.i18nsystem.proxytoys.MethodsAnnotatedWith
Deprecated.
 
apply(Method) - Method in class info.magnolia.i18nsystem.proxytoys.ReturnsAnnotatedTypeArgument
Deprecated.
 
apply(T) - Method in class info.magnolia.resourceloader.util.VoidFunction
 
applyDeltas(ModuleDefinition, List<Delta>, InstallContextImpl) - Method in class info.magnolia.module.ModuleManagerImpl
Applies to given deltas for the given module.
applyPendingChanges(Session) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingSessionWrapper
 
AREA - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
Area() - Constructor for class info.magnolia.jcr.util.NodeTypes.Area
 
AreaDefinition - Interface in info.magnolia.rendering.template
Definition for a Area.
AreaDirective - Class in info.magnolia.templating.freemarker
A freemarker directive for rendering an area.
AreaDirective() - Constructor for class info.magnolia.templating.freemarker.AreaDirective
 
AreaElement - Class in info.magnolia.templating.elements
Renders an area and outputs a marker that instructs the page editor to place a bar at this location.
AreaElement(ServerConfiguration, RenderingContext, RenderingEngine, RenderableVariationResolver, Provider<TemplatingModule>, WebContext) - Constructor for class info.magnolia.templating.elements.AreaElement
 
AreaElement(ServerConfiguration, RenderingContext, RenderingEngine, RenderableVariationResolver, I18nizer) - Constructor for class info.magnolia.templating.elements.AreaElement
AreaFilteringListener - Class in info.magnolia.rendering.context
Deprecated.
since 5.4, use AreaFilteringListener instead.
AreaFilteringListener(ResponseOutputProvider) - Constructor for class info.magnolia.rendering.context.AreaFilteringListener
Deprecated.
since 5.4, use AreaFilteringListener instead.
AreaFilteringListener - Class in info.magnolia.rendering.listeners
Area rendering listener for enabling/disabling output according to rendered content.
AreaFilteringListener(TemplateDefinitionAssignment) - Constructor for class info.magnolia.rendering.listeners.AreaFilteringListener
 
AreaInheritanceEnabled - Class in info.magnolia.templating.elements.attribute
AreaInheritanceEnabled() - Constructor for class info.magnolia.templating.elements.attribute.AreaInheritanceEnabled
 
AreaType - Class in info.magnolia.templating.elements.attribute
AreaType() - Constructor for class info.magnolia.templating.elements.attribute.AreaType
 
ArrayDelegateTask - Class in info.magnolia.module.delta
A task that simply delegates to an array of other tasks.
ArrayDelegateTask(String) - Constructor for class info.magnolia.module.delta.ArrayDelegateTask
 
ArrayDelegateTask(String, String) - Constructor for class info.magnolia.module.delta.ArrayDelegateTask
 
ArrayDelegateTask(String, Task...) - Constructor for class info.magnolia.module.delta.ArrayDelegateTask
 
ArrayDelegateTask(String, String, Task...) - Constructor for class info.magnolia.module.delta.ArrayDelegateTask
 
ArrayValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
asContent(Node) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
asContentMap(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return the equivalent contentMap for the provided node object.
asContentMapList(Collection<Node>) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns a List of ContentMap objects for the provided collection of Node objects.
asContentMapList(Iterable<Node>) - Method in class info.magnolia.templating.functions.TemplatingFunctions
 
asHierarchyManager(Session) - Static method in class info.magnolia.cms.util.HierarchyManagerUtil
Deprecated.
since 5.4
asIterable(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
 
asJCRNode(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return the equivalent jcr node object for the provided contentMap.
asList(Iterable<Node>) - Static method in class info.magnolia.jcr.util.NodeUtil
 
asMutable(U) - Static method in class info.magnolia.config.MutableWrapper
Merely attempts to cast an instance to MutableWrapper.Mutable.
asNodeData() - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
Deprecated.
 
asNodeList(Collection<ContentMap>) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns a List of Node objects for the provided collection of ContentMap objects.
asNodeList(Iterable<Node>) - Method in class info.magnolia.templating.functions.TemplatingFunctions
 
asOldMapping() - Method in class info.magnolia.virtualuri.compatibility.VirtualUriMappingAdapter
Deprecated.
 
asString() - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
asString() - Method in interface info.magnolia.templating.inspector.formatter.Outputter
 
asStringKey(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.RegistryMap
 
AsynchronousContext - Class in info.magnolia.context
Context usable when original web context might be already released.
AsynchronousContext.OperationFactory - Class in info.magnolia.context
Wraps Callable so it can be executed in asynchronous context.
at(String) - Method in class info.magnolia.config.maputil.ConfigurationMapOverlay
 
at(String) - Method in class info.magnolia.config.registry.DefinitionQuery
 
at(Pattern) - Method in class info.magnolia.config.registry.DefinitionQuery
 
at(String) - Method in class info.magnolia.resourceloader.ResourceOriginChange.Builder
 
attachAndIndex(ClasspathEntry, Map<String, ClasspathEntry>) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathEntriesResolver.ReflectionsVfsBased
Attaches resources to the virtual file tree structure, creating virtual directories for ancestors as needed.
attribute(String, String) - Method in class info.magnolia.templating.elements.MarkupHelper
 
ATTRIBUTE_COMMENT - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_COMPONENT - Static variable in class info.magnolia.templating.elements.AreaElement
 
ATTRIBUTE_COMPONENTS - Static variable in class info.magnolia.templating.elements.AreaElement
 
ATTRIBUTE_EXCEPTION - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_INCLUDING_CHILDREN - Static variable in class info.magnolia.commands.impl.RestorePreviousVersionCommand
 
ATTRIBUTE_MESSAGE - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_PARENT_NODE_TYPE_ONLY - Static variable in class info.magnolia.commands.impl.RestorePreviousVersionCommand
 
ATTRIBUTE_PATH - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_RECURSIVE - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_REPOSITORY - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_REQUEST_CHARACTER_ENCODING - Static variable in interface info.magnolia.context.WebContext
Deprecated.
since 5.3.3 use AggregationState
ATTRIBUTE_REQUEST_URI - Static variable in interface info.magnolia.context.WebContext
Deprecated.
since 5.3.3 use AggregationState
ATTRIBUTE_REQUESTOR - Static variable in interface info.magnolia.context.Context
Deprecated.
since 5.4.4, use Context.ATTRIBUTE_USERNAME.
ATTRIBUTE_RULE - Static variable in class info.magnolia.commands.impl.RuleBasedCommand
You can pass a rule to the command (optional).
ATTRIBUTE_USERNAME - Static variable in interface info.magnolia.context.Context
User name attribute.
ATTRIBUTE_UUID - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_VERSION - Static variable in interface info.magnolia.context.Context
 
ATTRIBUTE_VERSION_MAP - Static variable in interface info.magnolia.context.Context
 
attributeAdded(HttpSessionBindingEvent) - Method in class info.magnolia.debug.SessionDebugger
 
attributeRemoved(HttpSessionBindingEvent) - Method in class info.magnolia.debug.SessionDebugger
 
attributeReplaced(HttpSessionBindingEvent) - Method in class info.magnolia.debug.SessionDebugger
 
AttributeStrategy - Interface in info.magnolia.context
Contract for attribute storage and management.
AUDIT_TRAIL - Static variable in class info.magnolia.audit.LoggingLevel
 
AuditLoggingManager - Class in info.magnolia.audit
Class for auditory logging, it's optional to define it, configured in mgnl-beans.properties.
AuditLoggingManager() - Constructor for class info.magnolia.audit.AuditLoggingManager
 
AuditLoggingUtil - Class in info.magnolia.audit
Utilities class used to log 'auditory actions'.
AuditLoggingUtil() - Constructor for class info.magnolia.audit.AuditLoggingUtil
 
authenticate(CredentialsCallbackHandler, String) - Method in class info.magnolia.cms.security.auth.login.LoginHandlerBase
 
authenticate(CredentialsCallbackHandler, String) - Method in class info.magnolia.cms.security.RescueSecuritySupport
 
authenticate(CredentialsCallbackHandler, String) - Method in interface info.magnolia.cms.security.SecuritySupport
Performs an authentication using the CredentialsCallbackHandler to retrieve the user name and password.
authenticate(CredentialsCallbackHandler, String) - Method in class info.magnolia.cms.security.SecuritySupportBase
 
AuthenticatedVoter - Class in info.magnolia.voting.voters
Checks if the current user is authenticated.
AuthenticatedVoter() - Constructor for class info.magnolia.voting.voters.AuthenticatedVoter
 
AUTHENTICATION_ATTRIBUTES - Static variable in class info.magnolia.cms.security.auth.login.FormLogin
 
AUTHOR_ID - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
AUTO_POPULATE_PROPERTY - Static variable in class info.magnolia.rendering.renderer.registry.ConfiguredRendererManager
Deprecated.
since 5.4. Unused.
AutoDetectNormalizer() - Constructor for class info.magnolia.cms.util.UnicodeNormalizer.AutoDetectNormalizer
 
AutoGenerationConfiguration<V> - Interface in info.magnolia.rendering.template
AutoGeneration configuration.
AvailableComponents - Class in info.magnolia.templating.elements.attribute
AvailableComponents(Provider<Context>) - Constructor for class info.magnolia.templating.elements.attribute.AvailableComponents
 

B

BackupTask - Class in info.magnolia.module.delta
Backs up a node in the same workspace under a specific backup path.
BackupTask(String, String) - Constructor for class info.magnolia.module.delta.BackupTask
 
BackupTask(String, String, boolean) - Constructor for class info.magnolia.module.delta.BackupTask
 
Base64CallbackHandler - Class in info.magnolia.cms.security.auth.callback
Base 64 callback handler supporting Basic authentication.
Base64CallbackHandler() - Constructor for class info.magnolia.cms.security.auth.callback.Base64CallbackHandler
 
Base64CallbackHandler(String) - Constructor for class info.magnolia.cms.security.auth.callback.Base64CallbackHandler
 
baseClass() - Method in interface info.magnolia.config.registry.DefinitionType
 
baseClass() - Method in enum info.magnolia.rendering.DefinitionTypes
 
basename - Variable in class info.magnolia.cms.i18n.AbstractMessagesImpl
The name of the bundle.
BasePatternVoter - Class in info.magnolia.voting.voters
Voters which uses the urls to match against the pattern.
BasePatternVoter() - Constructor for class info.magnolia.voting.voters.BasePatternVoter
 
BaseRepositoryCommand - Class in info.magnolia.commands.impl
Base class for the commands that work with the repository.
BaseRepositoryCommand() - Constructor for class info.magnolia.commands.impl.BaseRepositoryCommand
 
BaseSecurityFilter - Class in info.magnolia.cms.security
Provides basic infrastructure for filters which check if a request is authorized.
BaseSecurityFilter() - Constructor for class info.magnolia.cms.security.BaseSecurityFilter
 
BaseVersionManager - Class in info.magnolia.cms.core.version
This version manager uses an extra workspace to manage the versions.
BaseVersionManager(SystemContext, RepositoryManager, CopyUtil) - Constructor for class info.magnolia.cms.core.version.BaseVersionManager
 
BaseVoterImpl<T> - Class in info.magnolia.voting.voters
Abstract voter.
BaseVoterImpl() - Constructor for class info.magnolia.voting.voters.BaseVoterImpl
Default constructor.
BasicClientCallback - Class in info.magnolia.cms.security.auth.callback
Sends HTTP basic authentication headers.
BasicClientCallback() - Constructor for class info.magnolia.cms.security.auth.callback.BasicClientCallback
 
BasicFileExtractor - Class in info.magnolia.module.files
Basic file extractor; does not do any check but provides the actual file extraction mechanisms, via FileExtractorOperations.
BasicFileExtractor() - Constructor for class info.magnolia.module.files.BasicFileExtractor
 
BasicFileExtractorOperation - Class in info.magnolia.module.files
A simple FileExtractorOperation which just extracts a resource from the class path to the filesystem.
BasicLogin - Class in info.magnolia.cms.security.auth.login
Handles HTTP basic authentication requests.
BasicLogin() - Constructor for class info.magnolia.cms.security.auth.login.BasicLogin
 
Bean2ContentProcessor - Interface in info.magnolia.content2bean
Deprecated.
since 5.0 - unused, Bean2Content is not implemented yet.
Bean2ContentProcessor.Factory - Class in info.magnolia.content2bean
Deprecated.
Creates singleton instance of the bean2content processor.
Bean2ContentTransformer - Interface in info.magnolia.content2bean
Deprecated.
since 5.2.4 - unused, Bean2Content is not implemented yet.
BeanMerger - Interface in info.magnolia.beanmerger
Main interface used for Bean Merge.
BeanMergerBase - Class in info.magnolia.beanmerger
Base implementation of interface BeanMerge.
BeanMergerBase() - Constructor for class info.magnolia.beanmerger.BeanMergerBase
 
BeanMergerUtil - Class in info.magnolia.beanmerger
Utility implementation of interface BeanMerge.
BeanMergerUtil() - Constructor for class info.magnolia.beanmerger.BeanMergerUtil
 
beanStack - Variable in class info.magnolia.content2bean.impl.TransformationStateImpl
Deprecated.
 
beanStack - Variable in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
BeanTypeResolver - Class in info.magnolia.transformer
BeanTypeResolver is a utility which allows the developers to inject custom bean type deduction logic into the to-bean transformers.
BeanTypeResolver() - Constructor for class info.magnolia.transformer.BeanTypeResolver
 
BeanTypeResolver(Set<TypeResolver>) - Constructor for class info.magnolia.transformer.BeanTypeResolver
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.context.AreaFilteringListener
Deprecated.
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in interface info.magnolia.rendering.context.RenderingContext
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in interface info.magnolia.rendering.context.RenderingListener
Deprecated.
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
 
before(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.listeners.AreaFilteringListener
 
beforeMethodStarts(T, Method, Object[]) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
begin(Appendable) - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
 
begin(Appendable) - Method in class info.magnolia.templating.elements.AreaElement
 
begin(Appendable) - Method in class info.magnolia.templating.elements.ComponentElement
 
begin(Appendable) - Method in class info.magnolia.templating.elements.PageElement
 
begin(Appendable) - Method in interface info.magnolia.templating.elements.TemplatingElement
 
BetwixtModuleDefinitionReader - Class in info.magnolia.module.model.reader
This implementation of ModuleDefinitionReader uses Betwixt to read and convert module descriptor files.
BetwixtModuleDefinitionReader() - Constructor for class info.magnolia.module.model.reader.BetwixtModuleDefinitionReader
 
BINARY_NODE_NAME - Static variable in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
BinaryInFile - Class in info.magnolia.jcr.util
Deprecated.
since 5.0 use Session.getValueFactory() and then ValueFactory.createBinary(java.io.InputStream) instead.
BinaryInFile(File) - Constructor for class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
BinaryNodeData - Class in info.magnolia.cms.core
A node data hiding the fact that node datas of type BINARY are stored as nodes of type ItemType.NT_RESOURCE.
BinaryNodeData(Content, String) - Constructor for class info.magnolia.cms.core.BinaryNodeData
 
BinaryNodeDataModel - Class in info.magnolia.freemarker.models
Deprecated.
since 5.6 without replacement.
binaryTransformer - Variable in class info.magnolia.link.EditorLinkTransformer
Deprecated.
since 5.0 use AbsolutePathTransformer(boolean, boolean, boolean) directly or register custom editor link transformer.
bindTo(Registry<?>) - Method in interface info.magnolia.config.source.ConfigurationSourceBuilder
 
bindTo(Registry<?>) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSourceBuilder
Must be called only once (preferably on system startup) to prevent memory leaks (EventListeners cannot be deregistered once new JcrConfigurationSource is instantiated).
bindTo(Registry<?>) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
 
bindWithDefaults(Registry) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSourceBuilder
Must be called only once (preferably on system startup) to prevent memory leaks (EventListeners cannot be deregistered once new JcrConfigurationSource is instantiated).
bindWithDefaults(Registry) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
 
bool(Map<String, TemplateModel>, String, Boolean) - Method in class info.magnolia.templating.freemarker.AbstractDirective
 
BooleanUtil - Class in info.magnolia.cms.util
Util to convert strings to booleans.
BooleanUtil() - Constructor for class info.magnolia.cms.util.BooleanUtil
 
BooleanValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.BooleanValueFormatter
 
boolVote(T) - Method in class info.magnolia.voting.voters.AbstractBoolVoter
 
boolVote(HttpServletRequest) - Method in class info.magnolia.voting.voters.AbstractRequestHeaderPatternVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.AuthenticatedVoter
 
boolVote(T) - Method in class info.magnolia.voting.voters.BoolVoterSet
 
boolVote(T) - Method in class info.magnolia.voting.voters.DelegateVoter
Deprecated.
 
boolVote(Object) - Method in class info.magnolia.voting.voters.DomainNameRegexVoter
 
boolVote(HttpServletRequest) - Method in class info.magnolia.voting.voters.DontDispatchOnForwardAttributeVoter
Deprecated.
 
boolVote(Object) - Method in class info.magnolia.voting.voters.ExtensionVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.FalseVoter
 
boolVote(HttpServletRequest) - Method in class info.magnolia.voting.voters.ForwardVoter
 
boolVote(T) - Method in class info.magnolia.voting.voters.NotVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.OnAdminVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.PropertyVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.RequestHasParametersVoter
 
boolVote(HttpServletRequest) - Method in class info.magnolia.voting.voters.RequestParametersVoter
Deprecated.
 
boolVote(Object) - Method in class info.magnolia.voting.voters.RequestParameterVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.ResponseContentTypeVoter
Deprecated.
 
boolVote(User) - Method in class info.magnolia.voting.voters.RoleBaseVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.SystemOrAdminUserVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.TrueVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.URIPatternVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.URIRegexVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.URIStartsWithVoter
 
boolVote(Object) - Method in class info.magnolia.voting.voters.UserAgentVoter
 
BoolVoterSet<T> - Class in info.magnolia.voting.voters
Voter combining a set of other voters based on a given logical operation.
BoolVoterSet() - Constructor for class info.magnolia.voting.voters.BoolVoterSet
 
BoolVoterSet(Voter<T>...) - Constructor for class info.magnolia.voting.voters.BoolVoterSet
 
bootstrap(String[], int) - Static method in class info.magnolia.importexport.BootstrapUtil
 
bootstrap(String, String, int) - Static method in class info.magnolia.importexport.BootstrapUtil
 
bootstrap(InstallContext, int) - Method in class info.magnolia.module.delta.BootstrapResourcesTask
 
bootstrap(InstallContext, int) - Method in class info.magnolia.module.delta.BootstrapSingleModuleResource
 
bootstrap(InstallContext, int) - Method in class info.magnolia.module.delta.BootstrapSingleResource
 
bootstrap(String, String, int, InputStream) - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
BOOTSTRAP_AUTHOR_INSTANCE_PROPERTY - Static variable in class info.magnolia.setup.CoreModuleVersionHandler
 
BootstrapConditionally - Class in info.magnolia.module.delta
A Task which bootstraps if the node targeted by the bootstrap file does not exist.
BootstrapConditionally(String, String) - Constructor for class info.magnolia.module.delta.BootstrapConditionally
Bootstraps the given resource if the corresponding node does not exist yet, does nothing otherwise.
BootstrapConditionally(String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapConditionally
Bootstraps the given resource if the corresponding node does not exist yet, does nothing otherwise.
BootstrapConditionally(String, String, String, Task) - Constructor for class info.magnolia.module.delta.BootstrapConditionally
Bootstraps the given resource if the corresponding node does not exist yet, executes the given task otherwise.
BootstrapConditionally(String, String, String, String, String, Task) - Constructor for class info.magnolia.module.delta.BootstrapConditionally
Executes the given task if the specified node exists in the specific repository, bootstraps the given resource otherwise.
BootstrapFileUtil - Class in info.magnolia.module.delta
Util class to extract nodes, properties from bootstrap files.
BootstrapFileUtil() - Constructor for class info.magnolia.module.delta.BootstrapFileUtil
 
Bootstrapper - Class in info.magnolia.importexport
Bootstrapper: loads content from xml/yaml when a magnolia is started with an uninitialized repository.
Bootstrapper.BootstrapFilter - Interface in info.magnolia.importexport
Filter used to provide an additional filtering for the bootstrap files.
bootstrapRepositories(String[], Bootstrapper.BootstrapFilter) - Static method in class info.magnolia.importexport.Bootstrapper
Repositories appears to be empty and the "magnolia.bootstrap.dir directory is configured in web.xml.
bootstrapRepository(String[], String, Bootstrapper.BootstrapFilter) - Static method in class info.magnolia.importexport.Bootstrapper
Bootstrap a specific repository.
BootstrapResourcesTask - Class in info.magnolia.module.delta
Base class for tasks which bootstrap resources.
BootstrapResourcesTask() - Constructor for class info.magnolia.module.delta.BootstrapResourcesTask
 
BootstrapResourcesTask(int) - Constructor for class info.magnolia.module.delta.BootstrapResourcesTask
 
BootstrapResourcesTask(String, String) - Constructor for class info.magnolia.module.delta.BootstrapResourcesTask
 
BootstrapResourcesTask(String, String, int) - Constructor for class info.magnolia.module.delta.BootstrapResourcesTask
 
BootstrapSingleModuleResource - Class in info.magnolia.module.delta
Bootstraps a classpath resources relative to the module's bootstrap folder: /mgnl-bootstrap/<module-name>>.
BootstrapSingleModuleResource(String) - Constructor for class info.magnolia.module.delta.BootstrapSingleModuleResource
 
BootstrapSingleModuleResource(String, int) - Constructor for class info.magnolia.module.delta.BootstrapSingleModuleResource
 
BootstrapSingleModuleResource(String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleModuleResource
 
BootstrapSingleModuleResource(String, String, String, int) - Constructor for class info.magnolia.module.delta.BootstrapSingleModuleResource
 
BootstrapSingleModuleResource(String, String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleModuleResource
 
BootstrapSingleResource - Class in info.magnolia.module.delta
A Task which bootstraps a single file.
BootstrapSingleResource(String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleResource
 
BootstrapSingleResource(String, String, String, int) - Constructor for class info.magnolia.module.delta.BootstrapSingleResource
 
BootstrapSingleResource(String, String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleResource
 
BootstrapSingleResource(String, String, String, String, int) - Constructor for class info.magnolia.module.delta.BootstrapSingleResource
 
BootstrapSingleResourceAndOrderAfter - Class in info.magnolia.module.delta
Bootstrap a single file, and places the bootstrapped node after the specified node.
BootstrapSingleResourceAndOrderAfter(String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleResourceAndOrderAfter
 
BootstrapSingleResourceAndOrderAfter(String, String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleResourceAndOrderAfter
 
BootstrapSingleResourceAndOrderBefore - Class in info.magnolia.module.delta
Bootstrap a single file, and places the bootstrapped node before the specified node..
BootstrapSingleResourceAndOrderBefore(String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleResourceAndOrderBefore
 
BootstrapSingleResourceAndOrderBefore(String, String, String, String) - Constructor for class info.magnolia.module.delta.BootstrapSingleResourceAndOrderBefore
 
BootstrapUtil - Class in info.magnolia.importexport
Utilities to bootstrap set of files and/or to export content into a specified directory.
BootstrapUtil() - Constructor for class info.magnolia.importexport.BootstrapUtil
 
BufferedElement(String, String, String, Attributes) - Constructor for class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
Deprecated.
 
build(String, Collection<Content>) - Method in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
Adds all found nodes of a certain type.
build(Node, String[], Collection<Content>) - Method in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
Traverses the hierarchy from the current node to the root until the node's type matches.
build() - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
 
build() - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
 
build() - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
 
build(Registry<T>) - Static method in class info.magnolia.config.registry.DefinitionQuery
Start building a DefinitionQuery for a Registry.
build(Registry<T>, DefinitionQuery<T>) - Static method in class info.magnolia.config.registry.DefinitionQuery
Start building a DefinitionQuery for a Registry, copying properties of an existing query.
build() - Method in class info.magnolia.config.source.Deprecation.Builder
 
build() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency.Builder
 
build(String, NodeOperation...) - Static method in class info.magnolia.jcr.nodebuilder.NodeBuilderUtil
 
build(String, String, NodeOperation...) - Static method in class info.magnolia.jcr.nodebuilder.NodeBuilderUtil
 
build(String, NodeOperation...) - Static method in class info.magnolia.nodebuilder.NodeBuilderUtil
Deprecated.
 
build(String, String, NodeOperation...) - Static method in class info.magnolia.nodebuilder.NodeBuilderUtil
Deprecated.
 
build(ComponentConfigurer...) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
build() - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
build() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations.Builder
 
build() - Method in class info.magnolia.resourceloader.ResourceOriginChange.Builder
 
build() - Method in class info.magnolia.transformer.TransformationProblem.Builder
 
BUILD_NUMBER - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
buildAdHocAreaDefinition() - Method in class info.magnolia.templating.elements.AreaElement
 
builder() - Static method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
Builder() - Constructor for class info.magnolia.config.source.Deprecation.Builder
 
Builder() - Constructor for class info.magnolia.config.source.yaml.dependency.DefinitionDependency.Builder
 
Builder() - Constructor for class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations.Builder
 
Builder() - Constructor for class info.magnolia.transformer.TransformationProblem.Builder
 
buildExclusionsFilter() - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
Builds exclusion filter, if present uses magnolia.resources.filesystem.observation.excludedDirectories property for defining excluded root directories.
buildFile(Object...) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathFileConstructionStrategy
 
buildFromTransformationResult(TransformationResult<T>) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
 
buildQuery(String, String) - Static method in class info.magnolia.cms.util.QueryUtil
Creates a simple SQL2 query statement.
buildReferenceId() - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
 
buildRepositoryResult() - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
buildResult(Path) - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
bundle - Variable in class info.magnolia.cms.i18n.AbstractMessagesImpl
The current bundle.
by(Map<String, Object>) - Method in class info.magnolia.config.maputil.ConfigurationMapOverlay
 
byModule(String) - Method in interface info.magnolia.config.registry.RegistryFacade
Convenience method to find all definitions registered by the given module.
byModule(String) - Method in class info.magnolia.config.registry.RegistryFacadeImpl
 
BYPASS_PROPERTY - Static variable in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
bypasses(HttpServletRequest) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
bypasses(HttpServletRequest) - Method in class info.magnolia.cms.filters.MultiChannelFilter
 
bypasses(HttpServletRequest) - Method in class info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter
 
bySource(ConfigurationSourceType) - Method in interface info.magnolia.config.registry.RegistryFacade
Convenience method to find all definitions registered trough a given ConfigurationSourceType.
bySource(ConfigurationSourceType) - Method in class info.magnolia.config.registry.RegistryFacadeImpl
 
BYTE_TO_MEGABYTE_FACTOR - Static variable in class info.magnolia.monitoring.SystemMonitor
 
byteArrayToHex(byte[]) - Static method in class info.magnolia.cms.security.SecurityUtil
 
ByteBuddyI18nizer - Class in info.magnolia.i18nsystem.bytebudddy
I18nizer implementation based on ByteBuddy framework.
ByteBuddyI18nizer(TranslationService, Provider<Context>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer
 
ByteBuddyI18nizer.DefaultInterceptor<T> - Class in info.magnolia.i18nsystem.bytebudddy
Catch-all interceptor which merely dispatches all the calls to the wrapped object.
ByteBuddyI18nizer.DelegateResolver<T> - Interface in info.magnolia.i18nsystem.bytebudddy
Mixin interface which makes it easier for the i18n proxy to expose the object that it wraps.
ByteBuddyI18nizer.I18NableGetterInterceptor<T> - Class in info.magnolia.i18nsystem.bytebudddy
Handles the getters which return i18n-annotated types.
ByteBuddyI18nizer.I18NTextAnnotatedGetterInterceptor<T> - Class in info.magnolia.i18nsystem.bytebudddy
Handles the getters annotated with I18nText.
byType(DefinitionType) - Method in interface info.magnolia.config.registry.RegistryFacade
Convenience method to find all definitions of a certain DefinitionType.
byType(DefinitionType) - Method in class info.magnolia.config.registry.RegistryFacadeImpl
 

C

CachingDefinitionDecorator<T> - Class in info.magnolia.config.registry.decoration
Caches the decoration result - won't do decoration again if incoming argument is the same.
CachingDefinitionDecorator(DefinitionDecorator<T>) - Constructor for class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
 
CalendarValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.CalendarValueFormatter
 
callbackHandler - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
 
CallTrackingFilter - Class in info.magnolia.debug
Logs whatever has been recorded with the TrackingStatus.
CallTrackingFilter() - Constructor for class info.magnolia.debug.CallTrackingFilter
 
canAccess(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
canAccessRoot(Set<Principal>) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
canAdd(User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
canAdd(User) - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
canAddMixin(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
cancelMerge(Version) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
cancelMerge(String, Version) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
canDelete(User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
canDelete(User) - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
CandidateParameterResolver - Class in info.magnolia.objectfactory
Parameter resolver which looks for suitable parameters in a set of candidates.
CandidateParameterResolver(Object[]) - Constructor for class info.magnolia.objectfactory.CandidateParameterResolver
 
canExecute(User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
canExecute(User) - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.BooleanValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.CalendarValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.CharValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.ContentMapValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.DateValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.MapValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.NullValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.NumberValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.ObjectValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
 
canHandle(Class<?>) - Method in class info.magnolia.templating.inspector.Inspector.StringValueFormatter
 
canHandle(Class<?>) - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
canHandleValue(TypeMapping, TransformationState, PropertyTypeDescriptor, Map.Entry<String, Object>) - Method in class info.magnolia.jcr.node2bean.impl.CollectionPropertyHidingTransformer
 
canHandleValue(TypeMapping, TransformationState, PropertyTypeDescriptor, Map.Entry<String, Object>) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
 
canHandleValue(TypeMapping, TransformationState, PropertyTypeDescriptor, Map.Entry<String, Object>) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
Returns whether this transformer can consume the given value and assign it to the currently-processed bean.
canMove(User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
canMove(User) - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
canRead(Path, ItemId) - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
canRead(Path, ItemId) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
canRead(Path, ItemId) - Method in class info.magnolia.cms.core.NodeTypeBasedPermissions
 
canRead(Path, ItemId) - Method in class info.magnolia.cms.core.RootOnlyPermissions
 
canRead(User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
canRead(User) - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
canWrite(User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
canWrite(User) - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
Catalog - Interface in info.magnolia.commands.chain
Replacement for org.apache.commons.chain.Catalog.
chain(Messages) - Method in class info.magnolia.cms.i18n.MessagesChain
Append messages to the chain.
chain(Messages, Messages) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
chain(String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
chain(Messages, String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
chain(String, Messages) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
Chain - Interface in info.magnolia.commands.chain
Replacement for org.apache.commons.chain.Chain.
ChainBase - Class in info.magnolia.commands.chain
Replacement for org.apache.commons.chain.impl.ChainBase.
ChainBase() - Constructor for class info.magnolia.commands.chain.ChainBase
 
ChainBase(Command) - Constructor for class info.magnolia.commands.chain.ChainBase
 
ChainBase(Command...) - Constructor for class info.magnolia.commands.chain.ChainBase
 
ChainBase(Collection<Command>) - Constructor for class info.magnolia.commands.chain.ChainBase
 
ChainedNodeIterator - Class in info.magnolia.jcr.iterator
An implementation of NodeIterator which will chain several iterators making them behave like one.
ChainedNodeIterator(List<NodeIterator>) - Constructor for class info.magnolia.jcr.iterator.ChainedNodeIterator
 
ChainedNodeIterator(NodeIterator...) - Constructor for class info.magnolia.jcr.iterator.ChainedNodeIterator
 
chainWithDefault(String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
ChangeAllPropertiesWithCertainValueTask - Class in info.magnolia.module.delta
Changes all properties in an entire workspace that are of type PropertyType.STRING and has a certain value.
ChangeAllPropertiesWithCertainValueTask(String, String) - Constructor for class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
 
ChangeAllPropertiesWithCertainValueTask(String, String, String) - Constructor for class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
 
ChangeAllPropertiesWithCertainValueTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
 
ChangeAllPropertiesWithCertainValueTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
 
ChangeAllPropertiesWithCertainValueTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
 
changeNodeType(Content, ItemType, boolean) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Utility method to change the jcr:primaryType value of a node.
ChangeNodeTypeOfSubAppsTask - Class in info.magnolia.setup
Task will find all subApps which are primary node type mgnl:content and will change it to mgnl:contentNode.
ChangeNodeTypeOfSubAppsTask(String, String) - Constructor for class info.magnolia.setup.ChangeNodeTypeOfSubAppsTask
 
ChangeNodeTypeTask - Class in info.magnolia.module.delta
Changes a node type.
ChangeNodeTypeTask(String, String, String) - Constructor for class info.magnolia.module.delta.ChangeNodeTypeTask
 
changePassword(User, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
changePassword(User, String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
changePassword(User, String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
changePassword(User, String) - Method in interface info.magnolia.cms.security.UserManager
Sets a new password.
ChangeTemplateTask - Class in info.magnolia.module.delta
Task to change the template of page or component.
ChangeTemplateTask(String, String) - Constructor for class info.magnolia.module.delta.ChangeTemplateTask
 
ChangeTemplateTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.ChangeTemplateTask
 
ChangeVirtualUriMappingTask - Class in info.magnolia.module.delta
Task for changing Virtual URI mappings - replaces old toURI and oldURI values with new ones.
ChangeVirtualUriMappingTask(String, String) - Constructor for class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
ChangeVirtualUriMappingTask(String, String, String[]) - Constructor for class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
ChangeVirtualUriMappingTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
ChangeVirtualUriMappingTask(String, String, String, String, String[]) - Constructor for class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
Channel - Class in info.magnolia.cms.core
POJO keeping all information about a channel.
Channel() - Constructor for class info.magnolia.cms.core.Channel
 
ChannelConfiguration - Class in info.magnolia.channel
Keep the configuration for a channel.
ChannelConfiguration() - Constructor for class info.magnolia.channel.ChannelConfiguration
 
ChannelManager - Interface in info.magnolia.channel
Defines a manager for channel configurations.
ChannelManagerImpl - Class in info.magnolia.channel
Map to host channel configurations.
ChannelManagerImpl() - Constructor for class info.magnolia.channel.ChannelManagerImpl
 
ChannelResolver - Interface in info.magnolia.channel
Defines a type that can resolve what channel is to be used.
ChannelVariationResolver - Class in info.magnolia.rendering.template.variation
Resolver that will use the channel set in the AggregationState.
ChannelVariationResolver() - Constructor for class info.magnolia.rendering.template.variation.ChannelVariationResolver
 
ChannelVisibilityContentDecorator - Class in info.magnolia.jcr.wrapper
ContentDecorator that hides content based on a multi-value property called excludeChannels.
ChannelVisibilityContentDecorator(String) - Constructor for class info.magnolia.jcr.wrapper.ChannelVisibilityContentDecorator
 
ChannelVisibilitySessionWrapper - Class in info.magnolia.jcr.wrapper
Session wrapper that applies ChannelVisibilityContentDecorator to a session.
ChannelVisibilitySessionWrapper(Session, String) - Constructor for class info.magnolia.jcr.wrapper.ChannelVisibilitySessionWrapper
 
characters(char[], int, int) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
 
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.ImportXmlRootFilter
Deprecated.
 
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.MagnoliaV2Filter
Deprecated.
 
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.MetadataUuidFilter
Deprecated.
 
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.RemoveMixversionableFilter
Deprecated.
 
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.SkipNodeFilter
Deprecated.
 
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter
Deprecated.
characters(char[], int, int) - Method in class info.magnolia.importexport.filters.VersionFilter
Deprecated.
 
CharValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.CharValueFormatter
 
check(InstallContext) - Method in interface info.magnolia.module.delta.Condition
 
check(InstallContext) - Method in class info.magnolia.module.delta.FalseCondition
 
check(InstallContext) - Method in class info.magnolia.module.delta.NoSameNameSiblingsCondition
 
check(InstallContext) - Method in class info.magnolia.module.delta.TrueCondition
 
check(InstallContext) - Method in class info.magnolia.module.delta.WarnCondition
 
check(InstallContext) - Method in class info.magnolia.setup.for5_2.IsNotAProblematicEnvironmentCondition
 
check(InstallContext) - Method in class info.magnolia.setup.SystemTmpDirCondition
 
checkAndAddMixin(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Verifies the existence of the mix:versionable and adds it if not.
checkAndModifyPartOfPropertyValue(InstallContext, Node, String, String, String) - Method in class info.magnolia.module.delta.PropertyValuesTask
Checks if property contains concrete string.
CheckAndModifyPartOfPropertyValueTask - Class in info.magnolia.module.delta
If the property (Property) contains the expected string, then it will be replaced by the new string.
CheckAndModifyPartOfPropertyValueTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckAndModifyPartOfPropertyValueTask
 
CheckAndModifyPartOfPropertyValueTask(String, String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckAndModifyPartOfPropertyValueTask
 
checkAndModifyPropertyValue(InstallContext, Node, String, String, String) - Method in class info.magnolia.module.delta.PropertyValuesTask
Checks that the given String property has the expected value.
checkAndModifyPropertyValue(InstallContext, Node, String, Collection<String>, String) - Method in class info.magnolia.module.delta.PropertyValuesTask
Checks that the given String property has one of the expected values.
CheckAndModifyPropertyValueTask - Class in info.magnolia.module.delta
If the specified property (NodeData) has the expected value, then it will be replaced by the new value.
CheckAndModifyPropertyValueTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckAndModifyPropertyValueTask
 
CheckAndModifyPropertyValueTask(String, String, String, Collection<String>, String) - Constructor for class info.magnolia.module.delta.CheckAndModifyPropertyValueTask
 
CheckAndModifyPropertyValueTask(String, String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckAndModifyPropertyValueTask
 
CheckAndModifyPropertyValueTask(String, String, String, String, String, Collection<String>, String) - Constructor for class info.magnolia.module.delta.CheckAndModifyPropertyValueTask
 
checkBody(TemplateDirectiveBody, boolean) - Method in class info.magnolia.templating.freemarker.AbstractDirective
Utility method for directives who need to ensure they're used with or without a body.
checkDependencies(Map<String, ModuleDefinition>) - Method in interface info.magnolia.module.model.reader.DependencyChecker
Checks dependencies between the given modules, throws a ModuleDependencyException if there is a dependency mismatch.
checkDependencies(Map<String, ModuleDefinition>) - Method in class info.magnolia.module.model.reader.DependencyCheckerImpl
 
checkFilterDispatchersConfiguration(String, List, List) - Method in class info.magnolia.cms.util.WebXmlUtil
Returns: +1 if all mandatory dispatchers are present and no additional unsupported dispatcher is present, or this filter class isn't registered.
checkForInstallOrUpdates() - Method in interface info.magnolia.module.ModuleManager
Checks if we need to do any module installation, update or uninstall.
checkForInstallOrUpdates() - Method in class info.magnolia.module.ModuleManagerImpl
In addition to checking for install or updates, this method also loads repositories when there are no pending install or update tasks.
checkIfInitialized() - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - use RepositoryManager.checkIfInitialized() directly.
checkIfInitialized(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
checkIfInitialized() - Method in class info.magnolia.repository.DefaultRepositoryManager
 
checkIfInitialized(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
checkIfInitialized() - Method in interface info.magnolia.repository.RepositoryManager
Verify the initialization state of all the workspaces.
checkIfInitialized(String) - Method in interface info.magnolia.repository.RepositoryManager
Verifies the initialization state of a workspace.
checkin() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
checkin(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
checkin() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
checkin(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
checkInitialized() - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
checkInput() - Method in class info.magnolia.module.files.BasicFileExtractorOperation
 
checkLocale(Locale) - Method in class info.magnolia.freemarker.FreemarkerHelper
Returns the passed Locale if non-null, otherwise attempts to get the Locale from the current context.
checkNode(Node) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
Returns true if the given node should be used to load a definition from it.
checkNode(Node, InstallContext) - Method in class info.magnolia.module.delta.CheckNodeDelegateTask
 
checkNode(Node, InstallContext) - Method in class info.magnolia.module.delta.HasPropertyDelegateTask
 
checkNode(Content, InstallContext) - Method in class info.magnolia.module.delta.NodeCheckDelegateTask
Deprecated.
 
checkNode(Content, InstallContext) - Method in class info.magnolia.module.delta.PropertyExistsDelegateTask
Deprecated.
 
checkNode(Content, InstallContext) - Method in class info.magnolia.module.delta.PropertyValueDelegateTask
Deprecated.
 
checkNode(Node, InstallContext) - Method in class info.magnolia.module.delta.ValueOfPropertyDelegateTask
 
CheckNodeDelegateTask - Class in info.magnolia.module.delta
A task that delegates to another if a checkNode is true, or to an optional other if it is false.
CheckNodeDelegateTask(String, String, String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.CheckNodeDelegateTask
 
checkNodeType(Node, String, String...) - Static method in class info.magnolia.jcr.util.NodeTypes
 
CheckOrCreateLastActivatedPropertyTask - Class in info.magnolia.setup.for5_0
This task checks whether the node specified by workspace and path constructor parameters has the mgnl:lastActivated property set, and if not, sets it to the current date &time (by calling NodeTypes.Activatable#update(Node, String, boolean).
CheckOrCreateLastActivatedPropertyTask(String, String, String, String) - Constructor for class info.magnolia.setup.for5_0.CheckOrCreateLastActivatedPropertyTask
 
checkOrCreateProperty(InstallContext, Node, String, String) - Method in class info.magnolia.module.delta.PropertyValuesTask
 
CheckOrCreatePropertyTask - Class in info.magnolia.module.delta
Sets the specified property with a new value or creates the property with the new value.
CheckOrCreatePropertyTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckOrCreatePropertyTask
 
CheckOrCreatePropertyTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckOrCreatePropertyTask
 
CheckOrCreatePropertyTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CheckOrCreatePropertyTask
 
checkout() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
checkout(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
checkOutput() - Method in class info.magnolia.module.files.BasicFileExtractorOperation
 
checkPermission(ItemId, int) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
checkPermission(Path, int) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
checkPermission(String, int) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
checkPermission(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
checkPermissions(String, String, long) - Method in class info.magnolia.commands.ExportJcrNodeToYamlCommand
Uses access manager to authorize this request.
checkPermissions(String, String, long) - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
Uses access manager to authorize this request.
checkpoint(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
checkpoint(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
checkPrecondition(String, String) - Static method in class info.magnolia.module.delta.DeltaBuilder
 
checkServletContextModel(ServletContext) - Method in class info.magnolia.freemarker.FreemarkerHelper
 
checkSpecificDependency(ModuleDefinition, DependencyDefinition, Map<String, ModuleDefinition>) - Method in class info.magnolia.module.model.reader.DependencyCheckerImpl
 
checkTaglibFactory(ServletContext) - Method in class info.magnolia.freemarker.FreemarkerHelper
 
checkValidNodePath(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
checkXmlSettings() - Method in class info.magnolia.jackrabbit.ProviderImpl
WORKAROUND for tomcat 5.0/jdk 1.5 problem tomcat\common\endorsed contains an xml-apis.jar needed by tomcat and loaded before all xmsl stuff present in the jdk (1.4 naming problem).
ChildFilteringContentDecorator - Class in info.magnolia.jcr.wrapper
Content decorator that filters out child nodes with given predicate.
ChildFilteringContentDecorator(AbstractPredicate<Node>, boolean) - Constructor for class info.magnolia.jcr.wrapper.ChildFilteringContentDecorator
 
ChildFilteringContentDecorator(AbstractPredicate<Node>, boolean, boolean) - Constructor for class info.magnolia.jcr.wrapper.ChildFilteringContentDecorator
 
ChildFilteringNodeWrapper - Class in info.magnolia.jcr.wrapper
NodeWrapper that hides children based on a predicate.
ChildFilteringNodeWrapper(Node, AbstractPredicate<Node>) - Constructor for class info.magnolia.jcr.wrapper.ChildFilteringNodeWrapper
 
ChildFilteringNodeWrapper(Node, AbstractPredicate<Node>, boolean) - Constructor for class info.magnolia.jcr.wrapper.ChildFilteringNodeWrapper
 
ChildFilteringNodeWrapper(Node, AbstractPredicate<Node>, boolean, boolean) - Constructor for class info.magnolia.jcr.wrapper.ChildFilteringNodeWrapper
 
children(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the child nodes of the provided node.
children(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the child nodes of the provided node of a specific nodeType.
children(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the child nodes of the provided contentMap - as a list of ContentMaps.
children(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the child nodes of the the provided contentMap of a specific nodeType - as a list of ContentMaps.
ChildrenExistsDelegateTask - Class in info.magnolia.module.delta
A task that delegates to another depending on existence of children.
ChildrenExistsDelegateTask(String, String, String, String, String, Task) - Constructor for class info.magnolia.module.delta.ChildrenExistsDelegateTask
 
ChildrenExistsDelegateTask(String, String, String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.ChildrenExistsDelegateTask
 
childrenOf(Content) - Static method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
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.
childrenOf(Content, ItemType) - Static method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child of given type.
childrenOf(Content, Content.ContentFilter) - Static method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
Instantiates a SiblingsHelper representing the children of the given node, where the current node is the first child from all that pass the filter.
ChildWrappingNodeWrapper - Class in info.magnolia.jcr.wrapper
Deprecated.
since magnolia 4.5.8 use ContentDecoratorNodeWrapper instead
ChildWrappingNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
CLASS_PROPERTY - Static variable in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
 
Classes - Class in info.magnolia.objectfactory
Entry point to the currently configured ClassFactory, as well as some additional utility methods for manipulating Class objects.
Classes() - Constructor for class info.magnolia.objectfactory.Classes
 
Classes.ClassFactoryProvider - Class in info.magnolia.objectfactory
ClassFactoryProvider is used to hide the "swapability" of ClassFactory.
ClassFactory - Interface in info.magnolia.objectfactory
ClassFactory implementations are responsible for locating and instantiating classes.
ClassFactoryProvider(ClassFactory) - Constructor for class info.magnolia.objectfactory.Classes.ClassFactoryProvider
 
classForName(String) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
Returns the class denoted by the supplied class name without initializing the class.
classForName(String) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
classNameToWords(Exception) - Static method in class info.magnolia.cms.util.ExceptionUtil
Translates an exception class name to an english-readable idiom.
classNameToWords(Throwable) - Static method in class info.magnolia.cms.util.ExceptionUtil
 
ClasspathDirectory - Class in info.magnolia.resourceloader.classpath.hierarchy
Represents a classpath directory.
ClasspathDirectory(String) - Constructor for class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
 
ClasspathEntriesResolver - Class in info.magnolia.resourceloader.classpath.service.impl.base
Produces a set of classpath entries mapped to their absolute paths on the basis of classpath configuration and some classpath traversal strategy.
ClasspathEntriesResolver(ClasspathFileConstructionStrategy) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathEntriesResolver
 
ClasspathEntriesResolver.ReflectionsVfsBased - Class in info.magnolia.resourceloader.classpath.service.impl.base
Default implementation of ClasspathEntriesResolver based Reflections library's VFS.
ClasspathEntry - Interface in info.magnolia.resourceloader.classpath.hierarchy
Base interface of an entity which represents a file or a directory resolved from the application's classpath.
ClasspathEntryNotFoundException(String) - Constructor for exception info.magnolia.resourceloader.classpath.service.ClasspathService.ClasspathEntryNotFoundException
 
ClasspathFile - Interface in info.magnolia.resourceloader.classpath.hierarchy
Represents a file from application's classpath.
ClasspathFileConstructionStrategy - Class in info.magnolia.resourceloader.classpath.service.impl.base
Strategy class which helps to build classpath files from some arbitrary context.
ClasspathFileConstructionStrategy() - Constructor for class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathFileConstructionStrategy
 
ClasspathPropertySource - Class in info.magnolia.init.properties
Simple PropertySource wrapping Properties loaded on the classpath from a given path.
ClasspathPropertySource(String) - Constructor for class info.magnolia.init.properties.ClasspathPropertySource
 
ClasspathResource<T extends ClasspathEntry> - Class in info.magnolia.resourceloader.classpath
ClasspathResourceChange() - Constructor for class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService.ClasspathResourceChange
 
ClasspathResourceOrigin - Class in info.magnolia.resourceloader.classpath
A ResourceOrigin which serves resources collected from the web application classpath.
ClasspathResourceOrigin(String, ClasspathService) - Constructor for class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
ClasspathResourceOriginFactory - Class in info.magnolia.resourceloader.classpath
 
ClasspathResourceOriginFactory(Provider<ClasspathService>) - Constructor for class info.magnolia.resourceloader.classpath.ClasspathResourceOriginFactory
 
ClasspathResourcesFilterAdapter - Class in info.magnolia.module.files
A ClasspathResourcesUtil.Filter which delegates to a FileExtractor.Transformer.
ClasspathResourcesFilterAdapter(FileExtractor.Transformer) - Constructor for class info.magnolia.module.files.ClasspathResourcesFilterAdapter
 
ClasspathResourcesUtil - Class in info.magnolia.cms.util
Util to find resources in the classpath (WEB-INF/lib and WEB-INF/classes).
ClasspathResourcesUtil() - Constructor for class info.magnolia.cms.util.ClasspathResourcesUtil
 
ClasspathResourcesUtil.Filter - Interface in info.magnolia.cms.util
Filter for filtering the resources.
ClasspathResourcesUtil.PatternFilter - Class in info.magnolia.cms.util
A filter using a regex pattern.
ClasspathService - Interface in info.magnolia.resourceloader.classpath.service
Organises classpath resources into a hierarchical structure based on ClasspathEntry objects and provides convenient access to it.
ClasspathService.ClasspathEntryNotFoundException - Exception in info.magnolia.resourceloader.classpath.service
Thrown when an attempt to resolve a ClasspathEntry by a path fails.
ClasspathServiceBase - Class in info.magnolia.resourceloader.classpath.service.impl.base
Base abstract implementation of ClasspathService.
ClasspathServiceBase(ClasspathServiceConfiguration, ClasspathEntriesResolver) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
ClasspathServiceConfiguration - Interface in info.magnolia.resourceloader.classpath.service
Aggregates common properties which allow to narrow the classpath resource search scope, distinguish meaningful classpath resources from the insignificant ones etc.
ClasspathServiceProvider - Class in info.magnolia.resourceloader.classpath
Default Guice provider of ClasspathService.
ClasspathServiceProvider(MagnoliaConfigurationProperties, DefaultClasspathServiceConfigurations) - Constructor for class info.magnolia.resourceloader.classpath.ClasspathServiceProvider
 
ClasspathSpool - Class in info.magnolia.cms.servlets
Deprecated.
since 5.4, use info.magnolia.module.resources.servlets.ResourcesServlet instead.
ClasspathSpool() - Constructor for class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
 
ClassPropertyBasedTypeResolver - Class in info.magnolia.transformer
TypeResolver implementation which relies on the presence of the "" property in the provided bean related data.
ClassPropertyBasedTypeResolver() - Constructor for class info.magnolia.transformer.ClassPropertyBasedTypeResolver
 
cleanComment(Node) - Method in class info.magnolia.commands.impl.VersionCommand
Deprecated.
cleanHandle(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
Clean a handle.
clear() - Method in class info.magnolia.cms.beans.config.ObservedManager
Deprecated.
Clears the registered UUIDs and calls onClear().
clear() - Static method in class info.magnolia.cms.core.SystemProperty
Deprecated.
 
clear() - Method in class info.magnolia.cms.util.NodeMapWrapper
Deprecated.
 
clear() - Method in class info.magnolia.commands.CommandsManager
Deprecated.
clear() - Method in class info.magnolia.context.AbstractContext
clear() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
clear() - Method in class info.magnolia.jcr.util.ContentMap
 
clearAll() - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
 
clearAll() - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
removes all principals from the collection.
clearAll() - Method in class info.magnolia.repository.WorkspaceMapping
 
clearAllMappings() - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
clearRepositories() - Method in class info.magnolia.repository.WorkspaceMapping
 
clone() - Method in class info.magnolia.cms.core.ContentHandler
Deprecated.
Bit by bit copy of the current object.
clone(Node, Node, Predicate, boolean) - Method in class info.magnolia.cms.core.version.CopyUtil
 
clone() - Method in class info.magnolia.commands.chain.ChainBase
 
clone() - Method in interface info.magnolia.commands.chain.Command
This method allows to create new clone of a command, so the instances in the CommandManager's catalogs are masters, and the execution always uses clone created by this method.
NOTE: CommandsManager clone the command instances by standard Java cloning mechanism.
clone() - Method in class info.magnolia.commands.DelegateCommand
 
clone() - Method in class info.magnolia.commands.MgnlCommand
 
clone() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
clone() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
clone(String, String, String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
clone(String, String, String, boolean) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingWorkspaceWrapper
 
clone() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
clone() - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
close() - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
close() - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
close() - Method in class info.magnolia.cms.filters.RangedOutputStream
 
close() - Method in class info.magnolia.rendering.util.AppendableWriter
 
close() - Method in class info.magnolia.rendering.util.FilteringWriter
Deprecated.
 
closeComment(String) - Method in class info.magnolia.templating.elements.MarkupHelper
 
closeTag(String) - Method in class info.magnolia.templating.elements.MarkupHelper
 
closeTemplateSource(Object) - Method in class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
 
closeTemplateSource(Object) - Method in class info.magnolia.freemarker.loaders.ResourceTemplateLoader
 
closeURLConnection(URLConnection) - Static method in class info.magnolia.resourceloader.classpath.service.impl.URLConnectionUtil
 
CMS_ADD - Static variable in interface info.magnolia.rendering.template.AreaDefinition
 
CMS_COMPONENT_TAG - Static variable in class info.magnolia.templating.elements.ComponentElement
 
CMS_EDIT - Static variable in interface info.magnolia.rendering.template.AreaDefinition
 
CMS_PAGE_TAG - Static variable in class info.magnolia.templating.elements.PageElement
 
CMS_PLACEHOLDER - Static variable in interface info.magnolia.rendering.template.AreaDefinition
 
code() - Method in class info.magnolia.config.source.ConfigurationSourceFactory
 
collect() - Method in class info.magnolia.cms.filters.AggregatorFilter
Collect content from the pre configured repository and attach it to the HttpServletRequest.
collectAllChildren(Content) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Get all children recursively (content and contentnode).
collectAllChildren(Content, Content.ContentFilter) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Get all children using a filter.
collectAllChildren(Content, ItemType) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Get all children of a particular type.
collectAllChildren(Content, ItemType[]) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Get all children of a particular type.
collectAllChildren(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Get all children (by recursion) using MAGNOLIA_FILTER (filter accepting all nodes of a type with namespace mgnl).
collectAllChildren(Node, Predicate) - Static method in class info.magnolia.jcr.util.NodeUtil
Get all children (by recursion) using a Predicate.
collectAllChildren(List<Node>, Node, Predicate) - Static method in class info.magnolia.jcr.util.NodeUtil
Get all children (by recursion) using a Predicate.
collectFromClasspathString(Collection<String>, String, ClasspathResourcesUtil.Filter) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
 
collectFromFileSystem(ClasspathResourcesUtil.Filter, Collection<String>) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
 
collectFromURLs(Collection<String>, URL[], ClasspathResourcesUtil.Filter) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
 
collectGroupNames() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
Extract all the configured groups from the given node.
collectGroupNames() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
Deprecated.
Extract all the configured groups from the given node.
collection(String, Collection<DefinitionRawView.Property>) - Static method in class info.magnolia.config.registry.DefinitionRawView.Property
 
CollectionPropertyHidingTransformer - Class in info.magnolia.content2bean.impl
Deprecated.
since 5.2.4 - use CollectionPropertyHidingTransformer instead.
CollectionPropertyHidingTransformer(Class<?>, String) - Constructor for class info.magnolia.content2bean.impl.CollectionPropertyHidingTransformer
Deprecated.
 
CollectionPropertyHidingTransformer - Class in info.magnolia.jcr.node2bean.impl
A transformer which "hides" a collection node.
CollectionPropertyHidingTransformer(Class<?>, String) - Constructor for class info.magnolia.jcr.node2bean.impl.CollectionPropertyHidingTransformer
 
CollectionValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
collector(Collection<T>) - Static method in class info.magnolia.resourceloader.util.Functions
This Function simply collects all input into the given target collection.
collector() - Static method in class info.magnolia.resourceloader.util.Functions
This Function simply collects all input into a new collection.
collectProvidersFor(List<DefinitionProvider<T>>, Node) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
 
collectResources(FileExtractor.Transformer) - Method in class info.magnolia.module.files.BasicFileExtractor
 
collectRoleNames() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
Extract all the configured roles from the given node.
collectRoleNames() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
Deprecated.
Extract all the configured roles from the given node.
collectUniquePropertyNames(Node, String, String, boolean) - Method in class info.magnolia.cms.security.MgnlUserManager
Collects all property names of given type, sorting them (case insensitive) and removing duplicates in the process.
combine(ComponentProviderConfiguration) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
combinePathAndName(String, String) - Static method in class info.magnolia.jcr.util.NodeUtil
 
combinePropertyIterators(PropertyIterator, List<PropertyIterator>) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
Combines the inherited properties and provides them as a PropertyIterator.
command - Variable in class info.magnolia.cms.util.DelayedExecutor
 
Command - Interface in info.magnolia.commands.chain
A replacement for the org.apache.commons.chain.Command interface.
COMMAND_DELIM - Static variable in class info.magnolia.commands.CommandsManager
 
CommandBasedMVCServletHandler - Class in info.magnolia.cms.servlets
Deprecated.
since 5.5.3 not used
CommandBasedMVCServletHandler(String, HttpServletRequest, HttpServletResponse) - Constructor for class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
Deprecated.
 
commands - Variable in class info.magnolia.commands.chain.ChainBase
 
commands - Variable in class info.magnolia.commands.MgnlCatalog
 
CommandsManager - Class in info.magnolia.commands
Manages configured commands and command catalogs and performs execution of commands.
CommandsManager(ModuleRegistry, Node2BeanProcessor, EventBus) - Constructor for class info.magnolia.commands.CommandsManager
 
CommandsManager(Node2BeanProcessor) - Constructor for class info.magnolia.commands.CommandsManager
CommandTransformer - Class in info.magnolia.commands
Command to transform old "impl" reference to implementing class to new "class" node data name for references.
CommandTransformer() - Constructor for class info.magnolia.commands.CommandTransformer
 
COMMENT - Static variable in class info.magnolia.jcr.util.NodeTypes.Deleted
 
COMMENT - Static variable in class info.magnolia.jcr.util.NodeTypes.Versionable
 
commit() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
Updates subject with ACL and other properties.
commit() - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
 
compare(Content, Content) - Method in class info.magnolia.cms.util.CreationDateComparator
Deprecated.
 
compare(Content, Content) - Method in class info.magnolia.cms.util.NodeDataStringComparator
Deprecated.
 
compare(Content, Content) - Method in class info.magnolia.cms.util.NodeNameComparator
Deprecated.
 
compare(Content, Content) - Method in class info.magnolia.cms.util.NodePathComparator
Deprecated.
 
compare(Content, Content) - Method in class info.magnolia.cms.util.NodeUuidComparator
Deprecated.
 
compare(String, String) - Method in class info.magnolia.cms.util.StringLengthComparator
 
compare(Node, Node) - Method in class info.magnolia.jcr.comparator.CreationDateComparator
 
compare(Node, Node) - Method in class info.magnolia.jcr.comparator.NodeIdentifierComparator
 
compare(Node, Node) - Method in class info.magnolia.jcr.comparator.NodeNameComparator
 
compare(Node, Node) - Method in class info.magnolia.jcr.comparator.NodePathComparator
 
compare(Node, Node) - Method in class info.magnolia.jcr.comparator.PropertyStringComparator
 
compare(Version, Version) - Method in class info.magnolia.module.model.VersionComparator
 
compare(Node, Node) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance.NodeDepthComparator
 
compareByHandle() - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
since 6.1 use static Comparator.comparing(Function) with Resource.getPath() method reference
compareTo(VirtualUriMapping.Result) - Method in class info.magnolia.virtualuri.VirtualUriMapping.Result
 
compilePermissions(Set<Principal>) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
CompleteUrlPathTransformer - Class in info.magnolia.link
Constructs URLs by prefixing the path with ServerConfiguration.getDefaultBaseUrl().
CompleteUrlPathTransformer() - Constructor for class info.magnolia.link.CompleteUrlPathTransformer
 
CompleteUrlPathTransformer(boolean, boolean) - Constructor for class info.magnolia.link.CompleteUrlPathTransformer
 
COMPONENT - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
Component() - Constructor for class info.magnolia.jcr.util.NodeTypes.Component
 
COMPONENT_CLASS - Static variable in class info.magnolia.rendering.module.setup.InstallRendererContextAttributeTask
 
ComponentAvailability - Interface in info.magnolia.rendering.template
ComponentConfiguration<T> - Class in info.magnolia.objectfactory.configuration
Represents a configuration of a component for a specific type.
ComponentConfiguration() - Constructor for class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
ComponentConfiguration(Class<T>) - Constructor for class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
ComponentConfigurationException - Exception in info.magnolia.objectfactory.configuration
Exception thrown when parsing components configuration fails.
ComponentConfigurationException() - Constructor for exception info.magnolia.objectfactory.configuration.ComponentConfigurationException
 
ComponentConfigurationException(String) - Constructor for exception info.magnolia.objectfactory.configuration.ComponentConfigurationException
 
ComponentConfigurationException(String, Throwable) - Constructor for exception info.magnolia.objectfactory.configuration.ComponentConfigurationException
 
ComponentConfigurationException(Throwable) - Constructor for exception info.magnolia.objectfactory.configuration.ComponentConfigurationException
 
ComponentConfigurationPath - Class in info.magnolia.objectfactory
A string-based representation of a node path, in the form of repository:/path/to/node, or /path/to/node (where the repository defaults to "config").
ComponentConfigurationPath(String) - Constructor for class info.magnolia.objectfactory.ComponentConfigurationPath
 
ComponentConfigurationReader - Class in info.magnolia.objectfactory.configuration
Reads components defined in xml.
ComponentConfigurationReader() - Constructor for class info.magnolia.objectfactory.configuration.ComponentConfigurationReader
 
ComponentConfigurer - Interface in info.magnolia.objectfactory.configuration
Component configurers are called to customize the ComponentProviderConfiguration before its used to create a ComponentProvider.
ComponentDefinition - Class in info.magnolia.module.model
Component as defined in module descriptor.
ComponentDefinition() - Constructor for class info.magnolia.module.model.ComponentDefinition
 
ComponentDirective - Class in info.magnolia.templating.freemarker
A freemarker directive for rendering an arbitrary piece of content.
ComponentDirective() - Constructor for class info.magnolia.templating.freemarker.ComponentDirective
 
ComponentElement - Class in info.magnolia.templating.elements
Renders a piece of content.
ComponentElement(ServerConfiguration, RenderingContext, RenderingEngine, TemplateDefinitionAssignment, WebContext, Provider<TemplatingModule>) - Constructor for class info.magnolia.templating.elements.ComponentElement
 
ComponentElement(ServerConfiguration, RenderingContext, RenderingEngine, TemplateDefinitionAssignment, I18nizer, WebContext) - Constructor for class info.magnolia.templating.elements.ComponentElement
ComponentFactory<T> - Interface in info.magnolia.objectfactory
Implementations of ComponentFactory provide their own instantiation mechanisms.
ComponentFactoryUtil - Class in info.magnolia.objectfactory
Utility method to work with ComponentFactorys.
ComponentFactoryUtil() - Constructor for class info.magnolia.objectfactory.ComponentFactoryUtil
 
ComponentProvider - Interface in info.magnolia.objectfactory
ComponentProvider is responsible for providing components, these can be scoped as singletons or live in narrower scopes such as local and session, or be non scoped in which case a new instances will be created.
ComponentProviderConfiguration - Class in info.magnolia.objectfactory.configuration
Configuration used to create component providers.
ComponentProviderConfiguration() - Constructor for class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
ComponentProviderConfigurationBuilder - Class in info.magnolia.objectfactory.configuration
Builder for creating ComponentProviderConfigurations from component definitions.
ComponentProviderConfigurationBuilder() - Constructor for class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
Components - Class in info.magnolia.objectfactory
Static access utility for the currently set ComponentProvider.
Components() - Constructor for class info.magnolia.objectfactory.Components
 
COMPONENTS_ALL - Static variable in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
COMPONENTS_FILTERED - Static variable in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
COMPONENTS_NONE - Static variable in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
ComponentsDefinition - Class in info.magnolia.module.model
Set of components as defined in module descriptor.
ComponentsDefinition() - Constructor for class info.magnolia.module.model.ComponentsDefinition
 
CompositeCallback - Class in info.magnolia.cms.security.auth.callback
Deprecated.
since 4.5 - not needed anymore. The SecurityCallbackFilter can be configured to accept multiple HttpClientCallbacks, and the callback themselves accept a request or not.
CompositeCallback() - Constructor for class info.magnolia.cms.security.auth.callback.CompositeCallback
Deprecated.
 
CompositeFilter - Class in info.magnolia.cms.filters
A single filter which in turn executes a chain of other filters.
CompositeFilter() - Constructor for class info.magnolia.cms.filters.CompositeFilter
 
CompositeFilterTransformer - Class in info.magnolia.cms.filters
A special content2bean transformer for filters.
CompositeFilterTransformer() - Constructor for class info.magnolia.cms.filters.CompositeFilterTransformer
 
compute(Object, BiFunction) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
computeIfAbsent(Object, Function) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
computeIfPresent(Object, BiFunction) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
condition(InstallContext) - Method in class info.magnolia.module.delta.CheckNodeDelegateTask
 
condition(InstallContext) - Method in class info.magnolia.module.delta.ChildrenExistsDelegateTask
 
Condition - Interface in info.magnolia.module.delta
Conditions are checked prior to the installation or update of a module.
condition(InstallContext) - Method in class info.magnolia.module.delta.ConditionalDelegateTask
 
condition(InstallContext) - Method in class info.magnolia.module.delta.IsInstallSamplesTask
 
condition(InstallContext) - Method in class info.magnolia.module.delta.IsModuleInstalledOrRegistered
 
condition(InstallContext) - Method in class info.magnolia.module.delta.NodeCheckDelegateTask
Deprecated.
 
condition(InstallContext) - Method in class info.magnolia.module.delta.NodeExistsDelegateTask
 
condition(InstallContext) - Method in class info.magnolia.module.delta.PathExistenceDelegateTask
 
ConditionalDelegateTask - Class in info.magnolia.module.delta
A task that delegates to another if a condition is true, or to an optional other if it is false.
ConditionalDelegateTask(String, String, Task) - Constructor for class info.magnolia.module.delta.ConditionalDelegateTask
 
ConditionalDelegateTask(String, String, Task, Task) - Constructor for class info.magnolia.module.delta.ConditionalDelegateTask
 
CONFIG - Static variable in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
CONFIG - Static variable in interface info.magnolia.repository.RepositoryConstants
 
ConfigDump - Class in info.magnolia.config.debug
TODO: This class exists only for debug purposes and should be removed as soon as a real ui exist (or turned into a real utility class).
ConfigDump() - Constructor for class info.magnolia.config.debug.ConfigDump
 
ConfigLoader - Class in info.magnolia.cms.beans.config
This class is an entry point to all config.
ConfigLoader(ModuleManager, ModuleRegistry, ProductDescriptorExtractor, MessagesManager, VersionConfig, ServletContext) - Constructor for class info.magnolia.cms.beans.config.ConfigLoader
Initialize a ConfigLoader instance.
ConfigLoader(ModuleManager, ModuleRegistry, LicenseFileExtractor, MessagesManager, VersionConfig, ServletContext) - Constructor for class info.magnolia.cms.beans.config.ConfigLoader
ConfigModule - Class in info.magnolia.config
Manages the lifecycle of registries configuration resources like the DirectoryWatcherService.
configuration - Variable in class info.magnolia.objectfactory.guice.AbstractGuiceComponentConfigurer
 
ConfigurationException - Exception in info.magnolia.cms.beans.config
Thrown when initial configuration can't be loaded.
ConfigurationException(String) - Constructor for exception info.magnolia.cms.beans.config.ConfigurationException
 
ConfigurationException(String, Exception) - Constructor for exception info.magnolia.cms.beans.config.ConfigurationException
 
ConfigurationException(Exception) - Constructor for exception info.magnolia.cms.beans.config.ConfigurationException
 
ConfigurationMapOverlay - Class in info.magnolia.config.maputil
Overlays a map-represented configuration data (map of maps) with another similarly-structured map at a certain path.
ConfigurationMapOverlay() - Constructor for class info.magnolia.config.maputil.ConfigurationMapOverlay
 
ConfigurationMapOverlay.OverridingMap<K,V> - Class in info.magnolia.config.maputil
Map structure wrapper which merely indicates to the ConfigurationMapOverlay that whenever the overlaying map is instance of this class, it should completely overwrite the data coming from the source map.
ConfigurationParsingException - Exception in info.magnolia.config.map2bean
Deprecated.
since 5.4.7 - the class has been relocated to ConfigurationParsingException, please use it instead.
ConfigurationParsingException(String, Throwable) - Constructor for exception info.magnolia.config.map2bean.ConfigurationParsingException
Deprecated.
 
ConfigurationParsingException - Exception in info.magnolia.map2bean
This exception is thrown if in the process of reading and interpreting of the configuration file a error occurs.
ConfigurationParsingException(String, Throwable) - Constructor for exception info.magnolia.map2bean.ConfigurationParsingException
 
ConfigurationSource - Interface in info.magnolia.config.source
A ConfigurationSource knows how to read a particular data store, holds details about where and how configuration items are loaded.
ConfigurationSourceBuilder - Interface in info.magnolia.config.source
Builder interface for ConfigurationSource instances.
ConfigurationSourceFactory - Class in info.magnolia.config.source
This factory provides builders for the default ConfigurationSource implementations.
ConfigurationSourceFactory(ResourceOrigin, YamlReader, Map2BeanTransformer, Node2BeanProcessor, ModuleRegistry) - Constructor for class info.magnolia.config.source.ConfigurationSourceFactory
ConfigurationSourceFactory(ResourceOrigin, YamlReader, Map2BeanTransformer, Node2BeanProcessor, ModuleRegistry, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.config.source.ConfigurationSourceFactory
 
configurationSourceType(ConfigurationSourceType) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
 
ConfigurationSourceType - Interface in info.magnolia.config.source
Implement this in an enum to add more ConfigurationSourceType types.
ConfigurationSourceTypes - Enum in info.magnolia.config.source
Basic ConfigurationSourceTypes we know of in core.
ConfigurationSourceTypeStub - Enum in info.magnolia.config.source.stub
ConfigurationSourceType representing unknown configuration source.
configure() - Method in class info.magnolia.event.EventBusProtector
 
configure() - Method in class info.magnolia.event.SystemEventBusConfigurer
 
configure() - Method in class info.magnolia.objectfactory.guice.AbstractGuiceComponentConfigurer
 
configure() - Method in class info.magnolia.objectfactory.guice.GuiceComponentConfigurationModule
 
configure() - Method in class info.magnolia.objectfactory.guice.GuiceContextAndScopesConfigurer
 
configure() - Method in class info.magnolia.objectfactory.guice.GuiceParentBindingsModule
 
configure() - Method in class info.magnolia.objectfactory.guice.GuicePropertyConfigurer
 
ConfiguredAccessDefinition - Class in info.magnolia.cms.security.operations
Configured definition for action permissions.
ConfiguredAccessDefinition() - Constructor for class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
 
ConfiguredAreaDefinition - Class in info.magnolia.rendering.template.configured
A AreaDefinition configured in the configuration workspace.
ConfiguredAreaDefinition() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
ConfiguredAreaDefinition(TemplateAvailability) - Constructor for class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
ConfiguredAutoGeneration - Class in info.magnolia.rendering.template.configured
Implementation of AutoGenerationConfiguration.
ConfiguredAutoGeneration() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
 
ConfiguredComponentAvailability - Class in info.magnolia.rendering.template.configured
A ComponentAvailability configured in the configuration workspace.
ConfiguredComponentAvailability() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
 
ConfiguredComponentConfiguration<T> - Class in info.magnolia.objectfactory.configuration
Configuration for a components which is configured in a workspace.
ConfiguredComponentConfiguration() - Constructor for class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
 
ConfiguredComponentConfiguration(Class<T>, String, String, boolean) - Constructor for class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
 
ConfiguredComponentConfiguration(Class<T>, String) - Constructor for class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
 
ConfiguredComponentFactory<T> - Class in info.magnolia.objectfactory
Builds a component configured in the repository by using node2bean.
ConfiguredComponentFactory(String, String, ComponentProvider) - Constructor for class info.magnolia.objectfactory.ConfiguredComponentFactory
 
ConfiguredInheritance - Class in info.magnolia.rendering.template.configured
Defines behavior for inheritance.
ConfiguredInheritance() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
ConfiguredInheritance.AllComponentsAndResourcesInheritancePredicate - Class in info.magnolia.rendering.template.configured
Deprecated.
since 5.3.5. Use InheritancePredicate instead.
ConfiguredInheritance.FilteredComponentInheritancePredicate - Class in info.magnolia.rendering.template.configured
Deprecated.
since 5.3.5. Use FilteredInheritancePredicate instead.
ConfiguredInheritance.InheritNothingInheritancePredicate - Class in info.magnolia.rendering.template.configured
Predicate for component inheritance that includes no components.
ConfiguredInheritance.NodeDepthComparator - Class in info.magnolia.rendering.template.configured
Comparator for ordering nodes by depth placing nodes deeper in the hierarchy after those further up and ordering nodes on the same level by the order they appear as siblings.
ConfiguredOperationPermissionDefinition - Class in info.magnolia.cms.security.operations
Configured definition for actions permissions.
ConfiguredOperationPermissionDefinition() - Constructor for class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
ConfiguredRenderableDefinition - Class in info.magnolia.rendering.template.configured
A RenderableDefinition configured in the configuration workspace.
ConfiguredRenderableDefinition() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
ConfiguredRendererManager - Class in info.magnolia.rendering.renderer.registry
Deprecated.
ConfiguredRendererManager() - Constructor for class info.magnolia.rendering.renderer.registry.ConfiguredRendererManager
Deprecated.
 
ConfiguredRendererProvider - Class in info.magnolia.rendering.renderer.registry
Deprecated.
since 5.4 use DefinitionProvider and configuration sources.
ConfiguredRendererProvider(String, Node) - Constructor for class info.magnolia.rendering.renderer.registry.ConfiguredRendererProvider
Deprecated.
 
ConfiguredTemplateAvailability - Class in info.magnolia.rendering.template.configured
Deprecated.
since 5.4 - use DefaultTemplateAvailability instead.
ConfiguredTemplateAvailability() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredTemplateAvailability
Deprecated.
 
ConfiguredTemplateDefinition - Class in info.magnolia.rendering.template.configured
A TemplateDefinition configured in the configuration workspace.
ConfiguredTemplateDefinition() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
Required by CglibProxyFactory.
ConfiguredTemplateDefinition(TemplateAvailability) - Constructor for class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
ConfiguredTemplateDefinitionManager - Class in info.magnolia.rendering.template.registry
Deprecated.
ConfiguredTemplateDefinitionManager() - Constructor for class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionManager
Deprecated.
 
ConfiguredTemplateDefinitionProvider - Class in info.magnolia.rendering.template.registry
Deprecated.
since 5.4 use DefinitionProvider and configuration sources.
ConfiguredTemplateDefinitionProvider(String, Node) - Constructor for class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionProvider
Deprecated.
 
configureNodeType() - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
 
ConfigurerDefinition - Class in info.magnolia.module.model
Component configurer as defined in module descriptor.
ConfigurerDefinition() - Constructor for class info.magnolia.module.model.ConfigurerDefinition
 
configureTransformer(Transformer) - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
configureTransformer(Transformer) - Method in class info.magnolia.templating.inspector.formatter.TextOutputter
 
ConfigUtil - Class in info.magnolia.cms.util
Deprecated.
since 5.5.3, please see methods description to find out what to use instead
ConfigUtil() - Constructor for class info.magnolia.cms.util.ConfigUtil
Deprecated.
 
ConfigUtil.MapDTDEntityResolver - Class in info.magnolia.cms.util
Deprecated.
since 5.5.3 without replacement
construct(Node) - Method in class info.magnolia.config.source.yaml.construct.IncludeFileYamlWithModificationPossibility
 
construct(Node) - Method in class info.magnolia.config.source.yaml.construct.IncludeYamlFile
Deprecated.
 
construct(Node) - Method in class info.magnolia.config.source.yaml.construct.InheritDefinition
 
construct(Node) - Method in class info.magnolia.config.source.yaml.construct.OverrideSource
 
construct(Node) - Method in class info.magnolia.config.source.yaml.construct.WrapMetadata
 
ConstructingProperties(InputStream, String) - Constructor for class info.magnolia.init.properties.AbstractStreamBasedPropertySource.ConstructingProperties
 
constructMapping2ndStep(MappingNode, Map<Object, Object>) - Method in class info.magnolia.config.source.yaml.MgnlYamlConstructor
 
consume(EventIterator) - Method in class info.magnolia.cms.util.ObservationUtil.ObservationBasedDelayedExecutor
Deprecated.
 
contains(Principal) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
 
contains(String) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
Checks if this collection contains object with the specified name.
contains(Principal) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
Checks if this collection contains specified principal.
contains(String) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
Checks if this collection contains principal with the specified name.
contains(Version) - Method in class info.magnolia.module.model.VersionRange
 
containsKey(Object) - Method in class info.magnolia.cms.util.NodeMapWrapper
Deprecated.
 
containsKey(Object) - Method in class info.magnolia.cms.util.OrderedProperties
 
containsKey(Object) - Method in class info.magnolia.context.AbstractContext
containsKey(Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
containsKey(Object) - Method in class info.magnolia.jcr.util.ContentMap
 
containsValue(Object) - Method in class info.magnolia.cms.util.NodeMapWrapper
Deprecated.
 
containsValue(Object) - Method in class info.magnolia.cms.util.OrderedProperties
 
containsValue(Object) - Method in class info.magnolia.context.AbstractContext
This implementation is very slow!
containsValue(Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
containsValue(Object) - Method in class info.magnolia.jcr.util.ContentMap
 
Content - Interface in info.magnolia.cms.core
Deprecated.
since 4.5 - use jcr.Node instead.
CONTENT - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
Content() - Constructor for class info.magnolia.jcr.util.NodeTypes.Content
 
content - Variable in class info.magnolia.rendering.model.RenderingModelImpl
 
CONTENT - Static variable in class info.magnolia.rendering.template.type.DefaultTemplateTypes
 
Content - Class in info.magnolia.templating.elements.attribute
Content(Provider<RenderingContext>) - Constructor for class info.magnolia.templating.elements.attribute.Content
 
content(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
content(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Content.ContentFilter - Interface in info.magnolia.cms.core
Deprecated.
since 4.5 - use Predicate instead.
Content2BeanException - Exception in info.magnolia.content2bean
Deprecated.
since 5.2.4 - use Node2BeanException instead.
Content2BeanException() - Constructor for exception info.magnolia.content2bean.Content2BeanException
Deprecated.
 
Content2BeanException(String) - Constructor for exception info.magnolia.content2bean.Content2BeanException
Deprecated.
 
Content2BeanException(Throwable) - Constructor for exception info.magnolia.content2bean.Content2BeanException
Deprecated.
 
Content2BeanException(String, Throwable) - Constructor for exception info.magnolia.content2bean.Content2BeanException
Deprecated.
 
Content2BeanProcessor - Interface in info.magnolia.content2bean
Deprecated.
since 4.5, use Node2BeanProcessor instead.
Content2BeanProcessor.Factory - Class in info.magnolia.content2bean
Deprecated.
since 4.5, we should use IoC. However, we'll leave the processor as is for now.
Content2BeanProcessorImpl - Class in info.magnolia.content2bean.impl
Deprecated.
since 5.2.4 - use Node2BeanProcessorImpl instead.
Content2BeanProcessorImpl(TypeMapping) - Constructor for class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
Deprecated.
 
Content2BeanTransformer - Interface in info.magnolia.content2bean
Deprecated.
since 5.2.4 - use Node2BeanTransformer instead.
Content2BeanTransformer.Factory - Class in info.magnolia.content2bean
Deprecated.
since 4.5, we should use IoC...
Content2BeanTransformerImpl - Class in info.magnolia.content2bean.impl
Deprecated.
since 5.2.4 - use Node2BeanTransformerImpl instead.
Content2BeanTransformerImpl() - Constructor for class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
Deprecated.
 
Content2BeanUtil - Class in info.magnolia.content2bean
Deprecated.
since 5.2.4 - will be dropped without replacement.
Content2BeanUtil() - Constructor for class info.magnolia.content2bean.Content2BeanUtil
Deprecated.
 
Content2BeanUtil.DefaultClassTransformer - Class in info.magnolia.content2bean
Deprecated.
Provide a default class.
Content2BeanUtil.ToMapTransformer - Class in info.magnolia.content2bean
Deprecated.
A Content2BeanTransformer transforming all nodes to Maps.
CONTENT_ATTRIBUTE - Static variable in class info.magnolia.templating.freemarker.AbstractDirective
 
CONTENT_STRUCTURE_FLAT - Static variable in interface info.magnolia.rendering.template.AreaDefinition
 
CONTENT_STRUCTURE_NODE - Static variable in interface info.magnolia.rendering.template.AreaDefinition
 
CONTENT_TYPE - Static variable in class info.magnolia.cms.beans.runtime.File
 
CONTENT_TYPE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
contentById(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return the ContentMap by the given identifier from the website repository.
contentById(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return the ContentMap by the given identifier from the given repository.
contentByIdentifier(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Deprecated.
since 5.3.3 use TemplatingFunctions.contentById(String) or {@link #nodeById(String) instead
contentByIdentifier(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
contentByPath(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return the ContentMap for the given path from the website repository.
contentByPath(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return the ContentMap for the given path from the given repository.
contentByReference(Node, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns a Node object which is referenced by its id, stored in the @param propertyName.
contentByReference(ContentMap, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
ContentDecorator - Interface in info.magnolia.jcr.decoration
Applies custom behavior in a graph of JCR objects by wrapping objects.
ContentDecoratorNodeIterator - Class in info.magnolia.jcr.decoration
NodeIterator that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorNodeIterator(NodeIterator, ContentDecorator) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorNodeIterator
 
ContentDecoratorNodeWrapper<D extends ContentDecorator> - Class in info.magnolia.jcr.decoration
Node wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorNodeWrapper(Node, D) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
ContentDecoratorPropertyIterator - Class in info.magnolia.jcr.decoration
PropertyIterator that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorPropertyIterator(PropertyIterator, ContentDecorator) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorPropertyIterator
 
ContentDecoratorPropertyWrapper<D extends ContentDecorator> - Class in info.magnolia.jcr.decoration
Property wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorPropertyWrapper(Property, D) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
ContentDecoratorSessionWrapper<D extends ContentDecorator> - Class in info.magnolia.jcr.decoration
Session wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorSessionWrapper(Session, D) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
ContentDecoratorUtil - Class in info.magnolia.jcr.decoration
Utility class for ContentDecorator.
ContentDecoratorUtil() - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorUtil
 
ContentDecoratorVersionHistoryWrapper - Class in info.magnolia.jcr.decoration
VersionHistory wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorVersionHistoryWrapper(VersionHistory, ContentDecorator) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
ContentDecoratorVersionIterator - Class in info.magnolia.jcr.decoration
VersionIterator that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorVersionIterator(VersionIterator, ContentDecorator) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
 
ContentDecoratorVersionManagerWrapper<D extends ContentDecorator> - Class in info.magnolia.jcr.decoration
VersionManager wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorVersionManagerWrapper(VersionManager, D) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
ContentDecoratorVersionWrapper - Class in info.magnolia.jcr.decoration
Version wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorVersionWrapper(Version, ContentDecorator) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
ContentDecoratorWorkspaceWrapper - Class in info.magnolia.jcr.decoration
Workspace wrapper that applies wrappers and filtering by delegating to a ContentDecorator.
ContentDecoratorWorkspaceWrapper(Workspace, ContentDecorator) - Constructor for class info.magnolia.jcr.decoration.ContentDecoratorWorkspaceWrapper
 
ContentHandler - Class in info.magnolia.cms.core
Deprecated.
since 5.6 without replacement.
contentListByTemplateId(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
contentListByTemplateId(Node, String, int, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Find content objects with the given template ID below a given search root.
contentListByTemplateIds(Node, Set<String>, int, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Find content objects with one of the given template IDs below a given search root.
contentListByTemplateIds(ContentMap, Set<String>, int, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
contentListByTemplateType(Node, String, String, int, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Find content objects with the given template type (and optionally subtype) below given search root.
contentListByTemplateType(ContentMap, String, String, int, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
contentListByTemplateType(Node, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
contentListByTemplateType(ContentMap, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
ContentMap - Class in info.magnolia.jcr.util
Map based representation of JCR content.
ContentMap(Node) - Constructor for class info.magnolia.jcr.util.ContentMap
 
contentMap - Variable in class info.magnolia.rendering.model.RenderingModelImpl
 
ContentMapModel - Class in info.magnolia.freemarker.models
A wrapper for Content nodes.
ContentMapValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.ContentMapValueFormatter
 
CONTENTNODE - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
ContentNode() - Constructor for class info.magnolia.jcr.util.NodeTypes.ContentNode
 
ContentOps - Class in info.magnolia.nodebuilder
Deprecated.
since 5.2.4 - Content API itself has been deprecated long time ago so this type will be dropped without replacement.
ContentOps() - Constructor for class info.magnolia.nodebuilder.ContentOps
Deprecated.
 
ContentRepository - Class in info.magnolia.cms.beans.config
Deprecated.
ContentSecurityFilter - Class in info.magnolia.cms.security
Used to check if the user can read the requested content.
ContentSecurityFilter() - Constructor for class info.magnolia.cms.security.ContentSecurityFilter
 
contentStack - Variable in class info.magnolia.content2bean.impl.TransformationStateImpl
Deprecated.
 
contentToProperties(HierarchyManager) - Static method in class info.magnolia.importexport.PropertiesImportExport
contentToProperties(Content) - Static method in class info.magnolia.importexport.PropertiesImportExport
contentToProperties(Content, Content.ContentFilter) - Static method in class info.magnolia.importexport.PropertiesImportExport
ContentTypeCheckingResponseWrapper - Class in info.magnolia.cms.filters
A wrapper that cross-checks the content type against the extension in the original request URI.
ContentTypeCheckingResponseWrapper(HttpServletResponse, String) - Constructor for class info.magnolia.cms.filters.ContentTypeCheckingResponseWrapper
 
ContentTypeFilter - Class in info.magnolia.cms.filters
Sets content type and encoding for requests based on the uri extension and prepares uri path information in the aggregation state.
ContentTypeFilter() - Constructor for class info.magnolia.cms.filters.ContentTypeFilter
Deprecated.
ContentTypeFilter(ServerConfiguration) - Constructor for class info.magnolia.cms.filters.ContentTypeFilter
 
ContentUtil - Class in info.magnolia.cms.util
Deprecated.
since 4.5 - use NodeUtil instead.
ContentUtil() - Constructor for class info.magnolia.cms.util.ContentUtil
Deprecated.
 
ContentUtil.PostVisitor - Interface in info.magnolia.cms.util
Deprecated.
Used in ContentUtil.Visitor.visit(Content) if the visitor wants to use post order.
ContentUtil.Visitor - Interface in info.magnolia.cms.util
Deprecated.
Used in ContentUtil.Visitor.visit(Content) to visit the hierarchy.
ContentVersion - Class in info.magnolia.cms.core.version
Deprecated.
since 4.5, declared deprecated in 5.6. Use VersionedNode instead.
ContentVersion(Version, Content) - Constructor for class info.magnolia.cms.core.version.ContentVersion
Deprecated.
since 5.4
ContentVersion(RepositoryManager, Version, Content) - Constructor for class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
ContentWrapper - Class in info.magnolia.cms.util
Deprecated.
since 4.5 (by proxy of deprecating implementing interface Content. Declared deprecated since 5.5.4.
ContentWrapper() - Constructor for class info.magnolia.cms.util.ContentWrapper
ContentWrapper(Content) - Constructor for class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
Context - Interface in info.magnolia.commands.chain
Replacement for org.apache.commons.chain.Context.
Context - Interface in info.magnolia.context
This interface defines all the methods which should be implemented by any configured magnolia context.
context - Variable in class info.magnolia.context.DefaultRepositoryStrategy
 
CONTEXT_ATTRIBUTE_PLACEHOLDER_PREFIX - Static variable in class info.magnolia.cms.beans.config.PropertiesInitializer
Deprecated.
Context attribute prefix, to obtain a property definition like ${contextAttribute/property}, that can refer to any context attribute.
CONTEXT_ATTRIBUTE_PLACEHOLDER_PREFIX - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
Context attribute prefix, to obtain a property definition like ${contextAttribute/property}, that can refer to any context attribute.
CONTEXT_ATTRIBUTES - Static variable in class info.magnolia.rendering.module.setup.InstallRendererContextAttributeTask
 
CONTEXT_PARAM_PLACEHOLDER_PREFIX - Static variable in class info.magnolia.cms.beans.config.PropertiesInitializer
Deprecated.
Context parameter prefix, to obtain a property definition like ${contextParam/property}, that can refer to any context parameter.
CONTEXT_PARAM_PLACEHOLDER_PREFIX - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
Context parameter prefix, to obtain a property definition like ${contextParam/property}, that can refer to any context parameter.
ContextAttributeConfiguration - Class in info.magnolia.rendering.renderer
Configuration of a context attribute.
ContextAttributeConfiguration() - Constructor for class info.magnolia.rendering.renderer.ContextAttributeConfiguration
 
ContextDecorator - Class in info.magnolia.context
Subclass this context if you like to decorate an other context.
ContextDecorator(Context) - Constructor for class info.magnolia.context.ContextDecorator
 
contextDestroyed(ServletContextEvent) - Method in class info.magnolia.init.MagnoliaServletContextListener
 
ContextFactory - Class in info.magnolia.context
Default context provider.
ContextFactory() - Constructor for class info.magnolia.context.ContextFactory
 
ContextFilter - Class in info.magnolia.cms.filters
This class initializes the current context and configures MDC logging.
ContextFilter(WebContextFactory) - Constructor for class info.magnolia.cms.filters.ContextFilter
 
contextInitialized(ServletContextEvent) - Method in class info.magnolia.init.MagnoliaServletContextListener
 
contextInitialized(ServletContextEvent, boolean) - Method in class info.magnolia.init.MagnoliaServletContextListener
 
ContextLocaleProvider - Class in info.magnolia.i18nsystem
A default implementation of LocaleProvider which uses Context.getLocale() to provide the current Locale.
ContextLocaleProvider(Context) - Constructor for class info.magnolia.i18nsystem.ContextLocaleProvider
 
CONTINUE_PROCESSING - Static variable in interface info.magnolia.commands.chain.Command
 
convert(DefinitionRawView) - Method in interface info.magnolia.config.converters.DefinitionRawViewToYamlConverter
 
convert(DefinitionRawView) - Method in class info.magnolia.config.converters.DefinitionRawViewToYamlConverterImpl
 
convert(Class, Object) - Method in class info.magnolia.module.model.reader.VersionConverter
 
convertAbsoluteLinksToUUIDs(String) - Static method in class info.magnolia.link.LinkUtil
Parses provided html and transforms all the links to the magnolia format.
convertJackrabbitPermissionsToMagnoliaPermissions(long) - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
convertLinksFromUUIDPattern(String, LinkTransformer) - Static method in class info.magnolia.link.LinkUtil
Converts provided html with links in UUID pattern format to any other kind of links based on provided link transformer.
convertLinksFromUUIDPattern(String) - Static method in class info.magnolia.link.LinkUtil
 
ConvertMetaDataUpdateTask - Class in info.magnolia.setup.for5_0
Update task for migration content with MetaData sub nodes to instead use mixins on the content node itself.
ConvertMetaDataUpdateTask(String, String) - Constructor for class info.magnolia.setup.for5_0.ConvertMetaDataUpdateTask
 
convertNodeAndChildren(Node) - Method in class info.magnolia.importexport.postprocessors.MetaDataAsMixinConversionHelper
 
convertNodeDataStringToObject(String) - Method in class info.magnolia.importexport.PropertiesImportExport
Deprecated.
 
convertNodeDataValue(TransformationState, String, Object) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
Deprecated.
Convert complex values to the basic supported types (int, boolean, ..
convertPermissions(String) - Static method in class info.magnolia.cms.security.PermissionUtil
Return String-representation of permissions convert from provided long-permission (old).
convertPropertyStringToObject(String) - Method in class info.magnolia.jcr.util.PropertiesImportExport
 
convertPropertyValue(Class<?>, Object) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
Deprecated.
Transforms the simple basic jcr property value objects to more complex properties.
convertPropertyValue(Class<?>, Object) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
Deprecated.
Most of the conversion is done by the BeanUtils.
convertPropertyValue(Class<?>, Object) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
 
convertPropertyValue(Class<?>, Object) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
Transforms the simple basic jcr property value objects to more complex properties.
convertUUIDtoHandle(String, String) - Static method in class info.magnolia.link.LinkUtil
Transforms a uuid to a handle beginning with a /.
convertUUIDtoURI(String, String) - Static method in class info.magnolia.link.LinkUtil
Transforms a uuid to an uri.
copy(String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorWorspaceWrapper
 
copy(String, String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorWorspaceWrapper
 
copy(String, String) - Method in class info.magnolia.cms.core.version.MgnlVersioningWorkspaceWrapper
 
copy(String, String, String) - Method in class info.magnolia.cms.core.version.MgnlVersioningWorkspaceWrapper
 
copy(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
copy(String, String, String) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
copy(String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingWorkspaceWrapper
 
copy(String, String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingWorkspaceWrapper
 
copy() - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
 
copy() - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
The instance of each AbstractRenderingListener needs to be copied per request.
copy() - Method in class info.magnolia.rendering.listeners.AreaFilteringListener
 
copyAndClose(InputStream, OutputStream) - Method in class info.magnolia.module.files.BasicFileExtractorOperation
 
CopyGenerator - Class in info.magnolia.rendering.generator
An implementation of Generator which will create nodes and properties verbatim as found in AutoGenerationConfiguration.getContent().
CopyGenerator(Node) - Constructor for class info.magnolia.rendering.generator.CopyGenerator
 
copyInSession(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Session based copy operation.
copyInSession(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Session based copy operation.
copyNode(String, String) - Static method in class info.magnolia.nodebuilder.Ops
Deprecated.
Copies a node, using session-scoped operation.
CopyNodeTask - Class in info.magnolia.module.delta
Copies a node by performing a in session copy operation.
CopyNodeTask(String, String, String, boolean) - Constructor for class info.magnolia.module.delta.CopyNodeTask
 
CopyNodeTask(String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.CopyNodeTask
 
CopyOrReplaceNodePropertiesTask - Class in info.magnolia.module.delta
Copies a node's properties to another node.
CopyOrReplaceNodePropertiesTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CopyOrReplaceNodePropertiesTask
 
CopyPropertyTask - Class in info.magnolia.module.delta
Copies a property.
CopyPropertyTask(String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.CopyPropertyTask
 
CopyPropertyTask(String, String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.CopyPropertyTask
 
copyTo(String, String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
copy content to the specified location.
copyTo(String, String) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
copyTo(String, String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
CopyUtil - Class in info.magnolia.cms.core.version
Util to copy nodes and hierarchies between workspaces.
CopyUtil(SystemContext, RepositoryManager, FileSystemHelper) - Constructor for class info.magnolia.cms.core.version.CopyUtil
 
CopyUtil(SystemContext, RepositoryManager) - Constructor for class info.magnolia.cms.core.version.CopyUtil
CORE_VERSION - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
Core version number read from core module definition.
CoreModule - Class in info.magnolia.setup
Core module life cycle class.
CoreModule() - Constructor for class info.magnolia.setup.CoreModule
 
CoreModule(VirtualURIManager, CommandsManager) - Constructor for class info.magnolia.setup.CoreModule
Deprecated.
since 5.4.5 use CoreModule.CoreModule()
CoreModuleVersionHandler - Class in info.magnolia.setup
Special VersionHandler for the core module.
CoreModuleVersionHandler(RepositoryManager, NodeNameHelper) - Constructor for class info.magnolia.setup.CoreModuleVersionHandler
 
CoreModuleVersionHandler(RepositoryManager) - Constructor for class info.magnolia.setup.CoreModuleVersionHandler
CosMultipartRequestFilter - Class in info.magnolia.cms.filters
Deprecated.
since 6.2, use MultipartRequestFilter
CosMultipartRequestFilter(FileSystemHelper) - Constructor for class info.magnolia.cms.filters.CosMultipartRequestFilter
Deprecated.
 
CosMultipartRequestFilter() - Constructor for class info.magnolia.cms.filters.CosMultipartRequestFilter
create(Object, ObjectWrapper) - Method in interface info.magnolia.freemarker.models.MagnoliaModelFactory
If possible, our models should instantiate models which implement AdapterTemplateModel, so they can be unwrapped easily.
create(String) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOriginFactory
 
create(String) - Method in class info.magnolia.resourceloader.classpath.LegacyClasspathResourceOriginFactory
 
create(String) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOriginFactory
 
create(String) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOriginFactory
 
create(String, ResourceOrigin<?>...) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOriginFactory
 
create(Object, ObjectWrapper) - Method in class info.magnolia.templating.freemarker.RenderableDefinitionModel.Factory
 
createAbsoluteLink(Property) - Static method in class info.magnolia.link.LinkUtil
Creates absolute link including context path for provided Property.
createAbsoluteLink(String, String) - Static method in class info.magnolia.link.LinkUtil
Creates absolute link including context path to the provided content and performing all URI2Repository mappings and applying locales.
createAbsoluteLink(Node) - Static method in class info.magnolia.link.LinkUtil
Creates absolute link including context path to the provided node and performing all URI2Repository mappings and applying locales.
createActivity(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
createActivity(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
CreateAreaNode - Class in info.magnolia.templating.elements.attribute
CreateAreaNode() - Constructor for class info.magnolia.templating.elements.attribute.CreateAreaNode
 
createChildNodeDefinition(NodeTypeManager, boolean, boolean, boolean, boolean, String, String, int, String[]) - Static method in class info.magnolia.jcr.util.NodeTypeTemplateUtil
Create a NodeDefinitionTemplate set as 'childNodeDefinition' on a 'nodeType'.
createCollectionFromMap(Map<?, ?>, Class<?>) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
Creates collection from map.
createCollectionNode(String) - Static method in class info.magnolia.nodebuilder.ContentOps
Deprecated.
 
createConfiguration(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
createConfiguration(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
createContent(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
createContent(String, ItemType) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
createContent(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Creates a Content node under the current node with the specified name.
createContent(String, String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Creates a Content node under the current node with the specified name.
createContent(String, ItemType) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Creates a Content node under the current node with the specified name.
createContent(String, String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
createContent(String, String, String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
Creates contentNode of type contentType.
createContent(String, String, String) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
createContent(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
createContent(String, String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
createContent(String, ItemType) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
createContent(String, String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
createContent(String, String, String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
createContent(Content, InputStream) - Method in class info.magnolia.importexport.PropertiesImportExport
Deprecated.
 
createContent(String, ItemType) - Static method in class info.magnolia.nodebuilder.ContentOps
Deprecated.
 
Created() - Constructor for class info.magnolia.jcr.util.NodeTypes.Created
 
CREATED - Static variable in class info.magnolia.jcr.util.NodeTypes.Created
 
Created - Class in info.magnolia.templating.elements.attribute
ElementAttribute for "created" attribute.
Created() - Constructor for class info.magnolia.templating.elements.attribute.Created
 
CREATED_BY - Static variable in class info.magnolia.jcr.util.NodeTypes.Created
 
createDateExpression(Calendar) - Static method in class info.magnolia.cms.util.DateUtil
Expression for searching - representing a date.
createDateExpression(int, int, int) - Static method in class info.magnolia.cms.util.QueryUtil
Deprecated. 
createDateExpression(Calendar) - Static method in class info.magnolia.cms.util.QueryUtil
Deprecated.
since 4.5.4 use info.magnolia.cms.util.DateUtil.createDateExpression(calendar)
createDateTimeExpression(Calendar) - Static method in class info.magnolia.cms.util.DateUtil
Expression for searching - representing a date and time.
createDateTimeExpression(int, int, int, int, int, int) - Static method in class info.magnolia.cms.util.QueryUtil
Deprecated. 
createDateTimeExpression(Calendar) - Static method in class info.magnolia.cms.util.QueryUtil
Deprecated.
since 4.5.4 use info.magnolia.cms.util.DateUtil.createDateTimeExpression(calendar)
createDateTimeExpressionIgnoreTimeZone(Calendar) - Static method in class info.magnolia.cms.util.DateUtil
Expression for searching - not considering the timezone.
createDateTimeExpressionIgnoreTimeZone(int, int, int, int, int, int) - Static method in class info.magnolia.cms.util.QueryUtil
Deprecated. 
createDateTimeExpressionIgnoreTimeZone(Calendar) - Static method in class info.magnolia.cms.util.QueryUtil
Deprecated.
since 4.5.4 use info.magnolia.cms.util.DateUtil.createDateTimeExpressionIgnoreTimeZone(calendar)
createExcerpt(TermPositionVector, String, int, int) - Method in class info.magnolia.jackrabbit.lucene.SearchHTMLExcerpt
 
createExportPath(String) - Static method in class info.magnolia.importexport.DataTransporter
Prior to 4.5 Magnolia used to produce export xml filenames where the / (slash) separating sub nodes was replaced by a dot.
createExternalLink(Node) - Static method in class info.magnolia.link.LinkUtil
Creates a complete url to access given node from external systems applying all the URI2Repository mappings and locales.
createFactory(Class<? extends ComponentFactory<T>>, ComponentProvider) - Static method in class info.magnolia.objectfactory.ComponentFactoryUtil
Uses the empty constructor or passes the ComponentProvider if such a constructor exists.
createFilter(Class<T>) - Method in class info.magnolia.servlet.ServletContextWrapper
 
createGroup(String) - Method in interface info.magnolia.cms.security.GroupManager
Creates a new group in the root folder.
createGroup(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
createGroup(String, String) - Method in class info.magnolia.cms.security.MgnlGroupManager
Creates a new group in a specific folder.
createHierarchyManager(Session) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
since 5.4
createHtmlAttribute(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Util method to create html attributes name="value".
createIndexingConfiguration(NamespaceMappings) - Method in class info.magnolia.jackrabbit.lucene.SearchIndex
createInitialStructure() - Method in class info.magnolia.cms.core.version.BaseVersionManager
Create structure needed for version store workspace.
createInstance(Class<?>) - Method in class info.magnolia.map2bean.Map2BeanTransformer
 
createLink(Node) - Static method in class info.magnolia.link.LinkUtil
Creates link guessing best possible link format from current site and provided node.
createLink(Property) - Static method in class info.magnolia.link.LinkUtil
Creates link guessing best possible link format from current site and provided Property.
createLink(String, String) - Static method in class info.magnolia.link.LinkUtil
Creates link guessing best possible link format from current site and provided content.
createLinkInstance(Node) - Static method in class info.magnolia.link.LinkUtil
Creates Link to provided Node.
createLinkInstance(Property) - Static method in class info.magnolia.link.LinkUtil
 
createLinkInstance(String, String) - Static method in class info.magnolia.link.LinkUtil
Creates link to the content denoted by repository and uuid.
createLinkInstance(String, String, String, String, String) - Static method in class info.magnolia.link.LinkUtil
Creates link to the content identified by the repository and path.
createLinkInstance(String, String, String, String, String, String, String) - Static method in class info.magnolia.link.LinkUtil
Creates link based on provided parameters.
createListener(Class<T>) - Method in class info.magnolia.servlet.ServletContextWrapper
 
createLoginContext(CredentialsCallbackHandler, String) - Static method in class info.magnolia.cms.security.SecuritySupportBase
 
createMetadata(Node) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
 
createMetadata(Resource) - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
 
createNewName(Node) - Method in class info.magnolia.setup.for5_2.RenameSameNameSiblingNodesTask
Create a new unique name.
Override this method in order to create a unique name based on another pattern.
createNodeData(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
createNodeData(String, Value) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
createNodeData(String, Value[]) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated. 
createNodeData(String, int) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated. 
createNodeData(String, Object) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated. 
createNodeData(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Object) instead.
createNodeData(String, int) - Method in interface info.magnolia.cms.core.Content
Deprecated.
since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Object) instead.
createNodeData(String, Value) - Method in interface info.magnolia.cms.core.Content
Deprecated.
since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Value) instead.
createNodeData(String, Value[]) - Method in interface info.magnolia.cms.core.Content
Deprecated.
since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Value[]) instead.
createNodeData(String, Object) - Method in interface info.magnolia.cms.core.Content
Deprecated.
since 4.3, as JCR only supports set or remove operations for properties we recommend to use Content.setNodeData(String, Object) instead.
createNodeData(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
createNodeData(String, Value, int) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
createNodeData(String, Value) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
createNodeData(String, int) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
CreateNodePathTask - Class in info.magnolia.module.delta
A Task to create a full path, i.e the parent doesn't need to exist.
CreateNodePathTask(String, String, String) - Constructor for class info.magnolia.module.delta.CreateNodePathTask
 
CreateNodePathTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.CreateNodePathTask
 
CreateNodePathTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CreateNodePathTask
 
createNodes(Node, String...) - Method in class info.magnolia.jcr.util.PropertiesImportExport
Each property is one item in the properties varargs passed in.
createNodes(Node, InputStream) - Method in class info.magnolia.jcr.util.PropertiesImportExport
Each property or node in the stream has to be separated by the \n.
CreateNodeTask - Class in info.magnolia.module.delta
Creates a node in the given parent with the given name and type.
CreateNodeTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.CreateNodeTask
 
CreateNodeTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.CreateNodeTask
 
createNodeType(NodeTypeManager, String, String[], boolean, boolean, String, boolean) - Static method in class info.magnolia.jcr.util.NodeTypeTemplateUtil
Create a NodeTypeTemplate used a NodeType definition.
createPage(String, String) - Static method in class info.magnolia.nodebuilder.ContentOps
Deprecated.
 
createParagraph(String, String) - Static method in class info.magnolia.nodebuilder.ContentOps
Deprecated.
 
createPath(HierarchyManager, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
createPath(HierarchyManager, String, boolean) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
createPath(HierarchyManager, String, ItemType) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
createPath(HierarchyManager, String, ItemType, boolean) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
createPath(Content, String, ItemType) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
createPath(Content, String, ItemType, boolean) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
createPath(String, String) - Static method in class info.magnolia.cms.util.PathUtil
 
createPath(Node, String, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Creates a node under the specified parent and relative path, then returns it.
createPath(Node, String, String, boolean) - Static method in class info.magnolia.jcr.util.NodeUtil
Creates a node under the specified parent and relative path, then returns it.
createPropertyDefinition(NodeTypeManager, String, boolean, boolean, boolean, boolean, boolean, boolean, int, int, String[], String[], Value[]) - Static method in class info.magnolia.jcr.util.NodeTypeTemplateUtil
Create a PropertyDefinitionTemplate set as 'propertyDefinition' on a 'nodeType'.
createQuery(String, String) - Method in interface info.magnolia.cms.core.search.QueryManager
Deprecated.
Description inherited from javax.jcr.query.QueryManager#createQuery(String, String)
Creates a new query by specifying the query statement itself and the language in which the query is stated.
createQuery(String, String) - Method in class info.magnolia.cms.core.search.QueryManagerImpl
Deprecated.
 
createRole(String) - Method in class info.magnolia.cms.security.MgnlRoleManager
 
createRole(String, String) - Method in class info.magnolia.cms.security.MgnlRoleManager
Create a new role in a specific folder without any security restrictions.
createRole(String) - Method in interface info.magnolia.cms.security.RoleManager
Creates a new role in the root folder without any security restrictions.
createRole(String, String) - Method in interface info.magnolia.cms.security.RoleManager
 
createRootFilter() - Method in class info.magnolia.cms.filters.FilterManagerImpl
 
createServlet(Class<T>) - Method in class info.magnolia.servlet.ServletContextWrapper
 
createSession(Credentials) - Method in class info.magnolia.jcr.registry.DefaultSessionProvider
 
createSession(Credentials) - Method in interface info.magnolia.jcr.registry.SessionProvider
 
createSimpleMixinNodeType(NodeTypeManager, String, String, HashMap<String, Integer>) - Static method in class info.magnolia.jcr.util.NodeTypeTemplateUtil
Create a simple mixin NodeTypeTemplate with a single supertype, no child nodes and several property.
Property are set by defaultto
- autoCreated="false"
- mandatory="false"
- onParentVersion="COPY"
- protected="false"
- multiple="false"
createSimpleNodeType(NodeTypeManager, String, List<String>) - Static method in class info.magnolia.jcr.util.NodeTypeTemplateUtil
Create a simple NodeTypeTemplate with a list of supertype, one generic child node and two generic properties.
createSubject(User) - Static method in class info.magnolia.cms.security.PrincipalUtil
 
createSubjectAndPopulate(User) - Static method in class info.magnolia.cms.security.SecurityUtil
 
createSystemUIFilter() - Method in class info.magnolia.cms.filters.FilterManagerImpl
Initializes the required filter(s) if we need to go through SystemUI initialization screens.
createTemplateName(Class<?>, String) - Static method in class info.magnolia.freemarker.FreemarkerUtil
Deprecated.
Creates a template name based on the class name and adds the extension.
createTemplateName(Class<?>, String, String) - Static method in class info.magnolia.freemarker.FreemarkerUtil
Deprecated.
Same as FreemarkerUtil.createTemplateName(Class, String) but adds the classifier between the template name and the extension.
createTemplatingElement() - Method in class info.magnolia.templating.freemarker.AbstractDirective
 
createUser(String, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
createUser(String, String, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
createUser(String, String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
createUser(String, String, String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
createUser(String, String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
createUser(String, String, String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
createUser(String, String) - Method in interface info.magnolia.cms.security.UserManager
Creates a user without security restrictions.
createUser(String, String, String) - Method in interface info.magnolia.cms.security.UserManager
Creates a user on given path.
createUserNode(String, String, Session) - Method in class info.magnolia.cms.security.HierarchicalUserManager
 
createUserNode(String, String, Session) - Method in class info.magnolia.cms.security.MgnlUserManager
 
createValue(String, int) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Uses the default value factory.
createValue(Object, ValueFactory) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
createValue(String, int, ValueFactory) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
since 4.5 - directly use PropertyUtil.createValue(String, int, ValueFactory) instead.
createValue(String, int, ValueFactory) - Static method in class info.magnolia.jcr.util.PropertyUtil
Transforms a string to a jcr value object.
createValue(Object, ValueFactory) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
createVersion(Node, Rule, String) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Create version of the specified node and all child nodes based on the given Rule.
createWebContext(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class info.magnolia.context.ContextFactory
 
createWebContext(HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface info.magnolia.context.WebContextFactory
 
createWebContext(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class info.magnolia.context.WebContextFactoryImpl
 
createWorkspace(String) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
createWorkspace(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
createWorkspace(String, String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
createWorkspace(String, String) - Method in interface info.magnolia.repository.RepositoryManager
Registers permanently new workspace and makes it available in Magnolia.
CREATION_DATE - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
since 5.0 - use NodeTypes.Created.CREATED instead
CreationDateComparator - Class in info.magnolia.cms.util
Deprecated.
since 5.3.11 – use CreationDateComparator instead.
CreationDateComparator() - Constructor for class info.magnolia.cms.util.CreationDateComparator
Deprecated.
 
CreationDateComparator - Class in info.magnolia.jcr.comparator
Compares the creation date of two nodes.
CreationDateComparator() - Constructor for class info.magnolia.jcr.comparator.CreationDateComparator
 
CredentialsCallbackHandler - Class in info.magnolia.cms.security.auth.callback
A JAAS CallbackHandler using plain text passwords.
CredentialsCallbackHandler() - Constructor for class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
Default constructor required by java security framework.
CredentialsCallbackHandler(String, char[]) - Constructor for class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
 
CredentialsCallbackHandler(String, char[], String) - Constructor for class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
 
csrfCheckPasses(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.CsrfTokenSecurityFilter
 
CsrfSecurityFilter - Class in info.magnolia.cms.security
Ensure that the request is not a CSRF attack.
CsrfSecurityFilter() - Constructor for class info.magnolia.cms.security.CsrfSecurityFilter
 
CsrfTokenSecurityFilter - Class in info.magnolia.cms.security
Filter that handles setup and validation of tokens to prevent CSRF attacks.
CsrfTokenSecurityFilter(Provider<Context>) - Constructor for class info.magnolia.cms.security.CsrfTokenSecurityFilter
 
ctx - Variable in class info.magnolia.context.ContextDecorator
 
current() - Method in class info.magnolia.objectfactory.Classes.ClassFactoryProvider
 
currentContent() - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
Returns the "current content" from the aggregation state.
CUSTOM_BASENAME - Static variable in class info.magnolia.cms.i18n.TemplateMessagesUtil
Deprecated.
Name of the custom basename.
CustomFilterConfig(FilterConfig, Map) - Constructor for class info.magnolia.cms.filters.FilterDecorator.CustomFilterConfig
 
CustomFilterConfig - Class in info.magnolia.cms.util
Custom FilterConfig for manually initializing filters.
CustomFilterConfig(String, ServletContext, Map<String, String>) - Constructor for class info.magnolia.cms.util.CustomFilterConfig
 
CustomFilterConfig(String, ServletContext) - Constructor for class info.magnolia.cms.util.CustomFilterConfig
 
CustomServletConfig - Class in info.magnolia.cms.util
Custom ServletConfig for manually initializing servlets.
CustomServletConfig(String, ServletContext, Map<String, String>) - Constructor for class info.magnolia.cms.util.CustomServletConfig
 
CustomServletConfig(String, ServletContext) - Constructor for class info.magnolia.cms.util.CustomServletConfig
Deprecated.
since 5.3.3 - not used

D

DataTransporter - Class in info.magnolia.importexport
Utility class for manipulation of XML/YAML files (mainly JCR XML).
DataTransporter() - Constructor for class info.magnolia.importexport.DataTransporter
 
DateUtil - Class in info.magnolia.cms.util
Util to format and parse dates.
DateValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.DateValueFormatter
 
deactivate(Content) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
 
deactivate(Subscriber, Content) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
 
declareRoles(String...) - Method in class info.magnolia.servlet.ServletContextWrapper
 
decode(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Removes escaping of HTML on properties.
decode(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Removes escaping of HTML on properties.
decodePassword(String) - Method in class info.magnolia.cms.security.MgnlUser
Deprecated.
Since 4.5.8. Password is now encoded by BCrypt and therefore cannot be decoded.
decodePath(String, String) - Static method in class info.magnolia.importexport.DataTransporter
decode a path (ex.
decorate(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
 
decorate(DefinitionProvider<T>) - Method in interface info.magnolia.config.registry.decoration.DefinitionDecorator
 
decorate(DefinitionProvider<T>) - Method in class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
 
decorate(C) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer
 
decorate(Method, ByteBuddyI18nizer.DelegateResolver<T>, T) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NableGetterInterceptor
 
decorate(C) - Method in interface info.magnolia.i18nsystem.I18nizer
 
decorate(String, T, Method) - Method in class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator
Deprecated.
 
decorate(C) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorate(String) - Method in class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
 
decorateChild(C, P) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateI18nTextMethods(T, Class<T>, Class...) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateI18nTextMethods(T, Class<T>, Class[], Decorator<T>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
decorateInvocationException(T, Method, Object[], Exception) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
decorateResult(T, Method, Object[], Object) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
decorateResult(T, Method, Object[], Object) - Method in class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator
Deprecated.
 
decorateTargetException(T, Method, Object[], Throwable) - Method in class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
decorators(List<DefinitionDecorator<T>>) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
 
decrypt(String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
decrypt(String, String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
decSessionCount() - Method in class info.magnolia.stats.JCRStats
 
deepUnwrap(Class<? extends DelegateNodeWrapper>) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
deepUnwrap(Node, Class<? extends DelegateNodeWrapper>) - Static method in class info.magnolia.jcr.util.NodeUtil
Removes a wrapper by type.
deepUnwrap(Class<? extends DelegateNodeWrapper>) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
Removes a wrapper by type.
deepUnwrap(Class<? extends DelegateSessionWrapper>) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
Removes a wrapper by type.
deepUnwrapAll(Node, Class<? extends DelegateNodeWrapper>) - Static method in class info.magnolia.jcr.util.NodeUtil
Removes all wrappers of a given type.
DEFAULT_BASENAME - Static variable in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
Use this basename if no other is provided.
DEFAULT_BASENAME - Static variable in class info.magnolia.cms.i18n.TemplateMessagesUtil
Deprecated.
Use this basename if the string is not found in the custom basename.
DEFAULT_CATALOG - Static variable in class info.magnolia.commands.CommandsManager
 
DEFAULT_CHAR_ENCODING - Static variable in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
DEFAULT_EXTENSION - Static variable in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
DEFAULT_EXTENSION - Static variable in class info.magnolia.link.LinkUtil
 
DEFAULT_ICON - Static variable in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
DEFAULT_ICON_STYLE - Static variable in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
DEFAULT_INITIALIZATION_PARAMETER - Static variable in class info.magnolia.cms.beans.config.PropertiesInitializer
Deprecated.
Default value for the MAGNOLIA_INITIALIZATION_FILE parameter.
DEFAULT_INITIALIZATION_PARAMETER - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
DEFAULT_JAAS_LOGIN_CHAIN - Static variable in class info.magnolia.cms.security.SecuritySupportBase
 
DEFAULT_MAPPING - Static variable in class info.magnolia.cms.beans.config.URI2RepositoryManager
 
DEFAULT_META_NODE - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
since 5.0 - there's no longer such a subnode
DEFAULT_MODEL_EXECUTION_ATTRIBUTE_NAME - Static variable in class info.magnolia.rendering.model.ModelExecutionFilter
 
DEFAULT_PLATFORM_COMPONENTS_CONFIG_LOCATION - Static variable in class info.magnolia.init.MagnoliaServletContextListener
 
DEFAULT_REALM - Static variable in interface info.magnolia.cms.security.Realm
The default realm is Realm.REALM_ALL.
DEFAULT_REPOSITORY - Static variable in class info.magnolia.link.LinkUtil
 
DEFAULT_SUPERUSER_ROLE - Static variable in interface info.magnolia.cms.security.operations.AccessDefinition
 
DEFAULT_TYPE - Static variable in interface info.magnolia.rendering.template.AreaDefinition
 
DEFAULT_WORKSPACE - Static variable in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
 
DefaultACLBasedPermissions - Class in info.magnolia.cms.core
Permission based on user ACL for given workspace.
DefaultACLBasedPermissions(List<Permission>, SessionImpl, Map<?, ?>) - Constructor for class info.magnolia.cms.core.DefaultACLBasedPermissions
 
DefaultClassFactory - Class in info.magnolia.objectfactory
A ClassFactory implementation which uses the default class loader and the thread context class loader.
DefaultClassFactory() - Constructor for class info.magnolia.objectfactory.DefaultClassFactory
 
defaultClasspathLocations() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
 
DefaultClasspathServiceConfigurations - Class in info.magnolia.resourceloader.classpath
Default classpath service configurations aggregated in one place.
DefaultClasspathServiceConfigurations(ServletContext, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
 
DefaultClasspathServiceConfigurations.Builder - Class in info.magnolia.resourceloader.classpath
Builder class for ClasspathServiceConfiguration objects.
DefaultClassTransformer(Class) - Constructor for class info.magnolia.content2bean.Content2BeanUtil.DefaultClassTransformer
Deprecated.
 
DefaultContent - Class in info.magnolia.cms.core
Deprecated.
since 4.5 use jcr.Node instead.
DefaultContent() - Constructor for class info.magnolia.cms.core.DefaultContent
Deprecated.
since 5.4
DefaultContent(RepositoryManager) - Constructor for class info.magnolia.cms.core.DefaultContent
Deprecated.
since 5.4
DefaultContent(Node, String) - Constructor for class info.magnolia.cms.core.DefaultContent
Deprecated.
Constructor to get existing node.
DefaultContent(Node) - Constructor for class info.magnolia.cms.core.DefaultContent
DefaultContent(Node, RepositoryManager) - Constructor for class info.magnolia.cms.core.DefaultContent
Deprecated.
 
DefaultContent(Node, String, String) - Constructor for class info.magnolia.cms.core.DefaultContent
Deprecated.
since 5.4
DefaultDefinitionReference - Class in info.magnolia.config.registry
Default DefinitionReference implementation.
DefaultDefinitionReference() - Constructor for class info.magnolia.config.registry.DefaultDefinitionReference
 
DefaultFilter() - Constructor for class info.magnolia.importexport.command.JcrExportCommand.DefaultFilter
 
DefaultHierarchyManager - Class in info.magnolia.cms.core
Deprecated.
since 4.5. Use Session and its methods instead.
DefaultHierarchyManager(Session, RepositoryManager) - Constructor for class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
DefaultHierarchyManager(String, Session, AccessManager, RepositoryManager) - Constructor for class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
since 5.4 not used
DefaultHierarchyManager(String, Session, RepositoryManager) - Constructor for class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
since 5.4 not used
DefaultHierarchyManager(Session, String, RepositoryManager) - Constructor for class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
since 5.4 not used !?
DefaultI18nContentSupport - Class in info.magnolia.cms.i18n
This implementation support a language prefix like /en/*.
DefaultI18nContentSupport() - Constructor for class info.magnolia.cms.i18n.DefaultI18nContentSupport
 
DefaultInheritanceContentDecorator - Class in info.magnolia.templating.inheritance
Provides an inheritance model that can be customized with configuration on the nodes.
DefaultInheritanceContentDecorator(Node, InheritanceConfiguration) - Constructor for class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
 
DefaultInterceptor() - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.DefaultInterceptor
 
defaultLocale - Variable in class info.magnolia.cms.i18n.AbstractI18nContentSupport
If no locale can be determined the default locale will be set.
DefaultMagnoliaConfigurationProperties - Class in info.magnolia.init
This implementation of MagnoliaConfigurationProperties sets up the following list of PropertySource: InitPathsPropertySource ModulePropertiesSource (all properties exposed my modules) Sources provided by MagnoliaPropertiesResolver SystemPropertySource EnvironmentPropertySource This class along with DefaultMagnoliaPropertiesResolver provide a replacement for PropertiesInitializer since 4.5.
DefaultMagnoliaConfigurationProperties(MagnoliaInitPaths, ModuleRegistry, MagnoliaPropertiesResolver, SystemPropertySource, EnvironmentPropertySource) - Constructor for class info.magnolia.init.DefaultMagnoliaConfigurationProperties
 
DefaultMagnoliaConfigurationProperties(MagnoliaInitPaths, ModuleRegistry, MagnoliaPropertiesResolver) - Constructor for class info.magnolia.init.DefaultMagnoliaConfigurationProperties
DefaultMagnoliaInitPaths - Class in info.magnolia.init
A simple wrapper about the few initial variables used to resolve PropertySource.
DefaultMagnoliaInitPaths(ServletContext) - Constructor for class info.magnolia.init.DefaultMagnoliaInitPaths
 
DefaultMagnoliaInitPaths(MagnoliaServletContextListener, ServletContext) - Constructor for class info.magnolia.init.DefaultMagnoliaInitPaths
Deprecated.
since 5.6, was only introduced in 4.5 for retro-compatibility with potential subclasses of former MgnlServletContextListener.
DefaultMagnoliaPropertiesResolver - Class in info.magnolia.init
Resolves the paths of the properties files to load.
DefaultMagnoliaPropertiesResolver(ServletContext, MagnoliaInitPaths, SystemPropertySource, EnvironmentPropertySource) - Constructor for class info.magnolia.init.DefaultMagnoliaPropertiesResolver
 
DefaultMagnoliaPropertiesResolver(ServletContext, MagnoliaInitPaths) - Constructor for class info.magnolia.init.DefaultMagnoliaPropertiesResolver
DefaultMessageBundlesLoader - Class in info.magnolia.i18nsystem
Loads global message bundles from "^/[^/]+/i18n/" and .
DefaultMessageBundlesLoader(ResourceOrigin) - Constructor for class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
DefaultMessageBundlesLoader() - Constructor for class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
DefaultMessagesImpl - Class in info.magnolia.cms.i18n
Loads the message from properties files accessed as classpath resources.
DefaultMessagesImpl(String, Locale) - Constructor for class info.magnolia.cms.i18n.DefaultMessagesImpl
 
DefaultMessagesManager - Class in info.magnolia.cms.i18n
Default MessagesManager implementation.
DefaultMessagesManager(Node2BeanProcessor, SystemContext) - Constructor for class info.magnolia.cms.i18n.DefaultMessagesManager
 
DefaultMessagesManager() - Constructor for class info.magnolia.cms.i18n.DefaultMessagesManager
DefaultMessagesManager(Node2BeanProcessor) - Constructor for class info.magnolia.cms.i18n.DefaultMessagesManager
DefaultMessagesManager.MessagesID - Class in info.magnolia.cms.i18n
Used as the key in the Map.
DefaultModuleVersionHandler - Class in info.magnolia.module
A version handler which provides the most common installation tasks: register repositories, nodetypes and workspaces as stated in the module definition, bootstrap the module's mgnl-bootstrap files, extract the module's mgnl-files files, register the module's servlets.
DefaultModuleVersionHandler() - Constructor for class info.magnolia.module.DefaultModuleVersionHandler
 
DefaultNodeData - Class in info.magnolia.cms.core
Deprecated.
since 4.5, use jcr.Property instead.
DefaultNodeData(Content, String) - Constructor for class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
DefaultRenderableVariationResolver - Class in info.magnolia.rendering.template.variation
Resolver that will combine channel and extension variation resolver.
DefaultRenderableVariationResolver() - Constructor for class info.magnolia.rendering.template.variation.DefaultRenderableVariationResolver
 
DefaultRenderingEngine - Class in info.magnolia.rendering.engine
Default implementation of RenderingEngine.
DefaultRenderingEngine() - Constructor for class info.magnolia.rendering.engine.DefaultRenderingEngine
Used to create an observed proxy object.
DefaultRenderingEngine(RendererRegistry, TemplateDefinitionAssignment, RenderableVariationResolver, Provider<RenderingContext>) - Constructor for class info.magnolia.rendering.engine.DefaultRenderingEngine
 
DefaultRepositoryManager - Class in info.magnolia.repository
Manages all used Repositories.
DefaultRepositoryManager(MagnoliaConfigurationProperties, WorkspaceMapping, FileSystemHelper) - Constructor for class info.magnolia.repository.DefaultRepositoryManager
 
DefaultRepositoryManager() - Constructor for class info.magnolia.repository.DefaultRepositoryManager
DefaultRepositoryManager(MagnoliaConfigurationProperties, WorkspaceMapping) - Constructor for class info.magnolia.repository.DefaultRepositoryManager
DefaultRepositoryStrategy - Class in info.magnolia.context
Uses a user based access manager.
DefaultRepositoryStrategy(RepositoryManager, UserContext) - Constructor for class info.magnolia.context.DefaultRepositoryStrategy
 
defaultResourceFilter() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
 
DefaultResourceOrigins - Class in info.magnolia.resourceloader
With the help of this provider, one can @Inject ResourceOrigin in their code.
DefaultResourceOrigins(ClasspathResourceOriginFactory, LegacyClasspathResourceOriginFactory, FileSystemResourceOriginFactory, JcrResourceOriginFactory, LayeredResourceOriginFactory) - Constructor for class info.magnolia.resourceloader.DefaultResourceOrigins
See note in ResourceOriginFactory about why we can't use @Multibinding at the moment.
defaults() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
 
defaultScannableResourcePattern() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
 
DefaultSessionProvider - Class in info.magnolia.jcr.registry
Default-Implementation for a SessionProvider.
DefaultSessionProvider(String, Repository, String) - Constructor for class info.magnolia.jcr.registry.DefaultSessionProvider
 
DefaultTemplateAvailability - Class in info.magnolia.rendering.template.configured
DefaultTemplateAvailability() - Constructor for class info.magnolia.rendering.template.configured.DefaultTemplateAvailability
 
DefaultTemplateTypes - Class in info.magnolia.rendering.template.type
Default template types.
DefaultTemplateTypes() - Constructor for class info.magnolia.rendering.template.type.DefaultTemplateTypes
 
DefaultVirtualURIMapping - Class in info.magnolia.cms.beans.config
Deprecated.
since 5.5.6, default URI mapping has been relocated to the virtual-uri module (see MAGNOLIA-7016).
DefaultVirtualURIMapping() - Constructor for class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
Deprecated.
 
DefaultVirtualUriMapping - Class in info.magnolia.virtualuri.mapping
A simple implementation of VirtualUriMapping based on UrlPattern.
DefaultVirtualUriMapping() - Constructor for class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
 
DefaultVoting<T> - Class in info.magnolia.voting
The highest returned vote is taken (8 or -10, ..) and returned.
DefaultVoting() - Constructor for class info.magnolia.voting.DefaultVoting
 
DeferringEventListener(EventListener, long, long) - Constructor for class info.magnolia.cms.util.ObservationUtil.DeferringEventListener
Deprecated.
 
DeferringEventListener - Class in info.magnolia.observation
A listener using an ObservationBasedDelayedExecutor.
DeferringEventListener(EventListener, long, long) - Constructor for class info.magnolia.observation.DeferringEventListener
 
definition(T) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
 
definition - Variable in class info.magnolia.rendering.model.RenderingModelImpl
 
DefinitionDecorator<T> - Interface in info.magnolia.config.registry.decoration
DefinitionDecorator interface: provides some info about itself via DefinitionDecoratorMetadata, can decide whether it can decorate a DefinitionProvider and exposes a method to actually perform the decoration.
DefinitionDecoratorMetadata - Interface in info.magnolia.config.registry.decoration
Provides the very minimum of meta-data needed for decorators.
DefinitionDecorators - Class in info.magnolia.config.registry.decoration
Common DefinitionDecorator-related functions.
DefinitionDecorators() - Constructor for class info.magnolia.config.registry.decoration.DefinitionDecorators
 
DefinitionDependency - Class in info.magnolia.config.source.yaml.dependency
A kind of YamlConfigurationDependency which represents a definition referenced within some YAML configuration file.
DefinitionDependency.Builder - Class in info.magnolia.config.source.yaml.dependency
Builder for DefinitionDependency class instances.
DefinitionMetadata - Interface in info.magnolia.config.registry
Use a DefinitionMetadata type {name, type, moduleID, location}, with an asString() method that outputs the current format.
DefinitionMetadataBuilder - Class in info.magnolia.config.registry
DefinitionMetadataBuilder are used to progressively populate metadata for a DefinitionProvider.
DefinitionMetadataBuilder() - Constructor for class info.magnolia.config.registry.DefinitionMetadataBuilder
 
DefinitionMetadataBuilder.DefinitionMetadataImpl - Class in info.magnolia.config.registry
Implementation of DefinitionMetadata.
DefinitionMetadataImpl() - Constructor for class info.magnolia.config.registry.DefinitionMetadataBuilder.DefinitionMetadataImpl
 
DefinitionProvider<T> - Interface in info.magnolia.config.registry
This is NOT called Provider to avoid confusion with javax.inject.Provider; however, keep in mind that some objects provided by these and registries are not necessarily "just" definition, they might be "live" objects (Renderer is an example).
DefinitionProvider.Problem - Interface in info.magnolia.config.registry
Allows to record and memoize the details about an issue which might have occurred during the population of a definition provider.
DefinitionProvider.Problem.DefaultTypes - Enum in info.magnolia.config.registry
Default pre-defined problem types.
DefinitionProvider.Problem.SeverityType - Enum in info.magnolia.config.registry
Possible severity types of definition provider problems.
DefinitionProvider.Problem.Type - Interface in info.magnolia.config.registry
Interface of a potential DefinitionProvider.Problem type.
DefinitionProviderBuilder<T> - Class in info.magnolia.config.registry
A builder that allows to construct a DefinitionProviders progressively, without nesting try/catch blocks.
DefinitionProviderBuilder() - Constructor for class info.magnolia.config.registry.DefinitionProviderBuilder
 
DefinitionProviderProblemBuilder - Class in info.magnolia.config.registry
DefinitionProviderProblemLogger - Class in info.magnolia.config.registry
Takes a DefinitionProvider instance and prints its problems to the log.
DefinitionProviderWrapper<T> - Class in info.magnolia.config.registry
Default implementation DefinitionProvider wrapper implementation, wraps a concrete DefinitionProvider and delegates to it.
DefinitionProviderWrapper(DefinitionProvider<T>) - Constructor for class info.magnolia.config.registry.DefinitionProviderWrapper
 
DefinitionProviderWrapperWithProxyFallback<T> - Class in info.magnolia.config.source
Encourages DefinitionProviderWrapperWithProxyFallback.get() method implementation in such a way that it's result uses a 'decorated super-result' as a safety net for unsuccessful method calls.
DefinitionProviderWrapperWithProxyFallback(DefinitionProvider<T>, T) - Constructor for class info.magnolia.config.source.DefinitionProviderWrapperWithProxyFallback
 
DefinitionProviderWrapperWithProxyFallback(DefinitionProvider<T>) - Constructor for class info.magnolia.config.source.DefinitionProviderWrapperWithProxyFallback
DefinitionQuery<T> - Class in info.magnolia.config.registry
DefinitionQuery aggregates metadata search criteria allowing for specifying it in a builder-pattern fashion.
DefinitionQuery() - Constructor for class info.magnolia.config.registry.DefinitionQuery
 
DefinitionQuery(DefinitionQuery) - Constructor for class info.magnolia.config.registry.DefinitionQuery
Create a new query instance based on another one.
DefinitionRawView - Interface in info.magnolia.config.registry
This is a read-only view on the "raw" data of a configured definition.
DefinitionRawView.Kind - Enum in info.magnolia.config.registry
Kinds of raw view types.
DefinitionRawView.Property - Class in info.magnolia.config.registry
Property definition for the raw view.
DefinitionRawViewMapWrapper - Class in info.magnolia.config.source.raw
This is a read-only view on the "raw" data of a configured definition.
DefinitionRawViewMapWrapper(Map) - Constructor for class info.magnolia.config.source.raw.DefinitionRawViewMapWrapper
 
DefinitionRawViewToYamlConverter - Interface in info.magnolia.config.converters
Interface for converting DefinitionRawView to YAML.
DefinitionRawViewToYamlConverterImpl - Class in info.magnolia.config.converters
Converts given DefinitionRawView to YAML.
DefinitionRawViewToYamlConverterImpl() - Constructor for class info.magnolia.config.converters.DefinitionRawViewToYamlConverterImpl
 
DefinitionReference - Interface in info.magnolia.config.registry
Metadata of a common entry within a module, which can be referenced by relative location in that module and a name.
DefinitionReferenceIdResolver - Interface in info.magnolia.config.registry
Knows how to convert a definition reference object into a string representation.
DefinitionType - Interface in info.magnolia.config.registry
Implement this in an enum to add more definition types.
DefinitionTypes - Enum in info.magnolia.rendering
Enum of the DefinitionTypes we know in the rendering module.
DefinitionValidator<T> - Interface in info.magnolia.config.registry.validator
Validates a definition.
delay - Variable in class info.magnolia.cms.util.DelayedExecutor
 
DelayedExecutor - Class in info.magnolia.cms.util
There are many places where we like to delay an execution (in case of a serie of fired events).
DelayedExecutor(Runnable, long, long) - Constructor for class info.magnolia.cms.util.DelayedExecutor
 
DelayedExecutor.RunnableWrapper - Class in info.magnolia.cms.util
Resets the timestamp after starting the execution.
DelegateCommand - Class in info.magnolia.commands
Delegate to an other command at runtime.
DelegateCommand(CommandsManager) - Constructor for class info.magnolia.commands.DelegateCommand
 
DelegateNodeWrapper - Class in info.magnolia.jcr.wrapper
Wrapper for JCR node.
DelegateNodeWrapper() - Constructor for class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
DelegateNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
DelegatePropertyWrapper - Class in info.magnolia.jcr.wrapper
Wrapper for JCR property.
DelegatePropertyWrapper(Property) - Constructor for class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
DelegateSessionWrapper - Class in info.magnolia.jcr.wrapper
Wrapper for JCR Session.
DelegateSessionWrapper(Session) - Constructor for class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
DelegateVersionManagerWrapper - Class in info.magnolia.jcr.wrapper
Wrapper for JCR version manager.
DelegateVersionManagerWrapper(VersionManager) - Constructor for class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
DelegateVoter<T> - Class in info.magnolia.voting.voters
Deprecated.
since 5.6. Not used/needed.
DelegateVoter() - Constructor for class info.magnolia.voting.voters.DelegateVoter
Deprecated.
 
DelegateWorkspaceWrapper - Class in info.magnolia.jcr.wrapper
Wrapper for JCR workspace.
DelegateWorkspaceWrapper(Workspace) - Constructor for class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
DelegatingNodeIterator - Class in info.magnolia.jcr.iterator
Delegating NodeIterator intended to be used by subclasses for decoration.
DelegatingNodeIterator(NodeIterator) - Constructor for class info.magnolia.jcr.iterator.DelegatingNodeIterator
 
DelegatingPropertyIterator - Class in info.magnolia.jcr.iterator
Delegating PropertyIterator intended to be used by subclasses for decoration.
DelegatingPropertyIterator(PropertyIterator) - Constructor for class info.magnolia.jcr.iterator.DelegatingPropertyIterator
 
DelegatingUserManager - Class in info.magnolia.cms.security
A UserManager delegating to a set of user managers.
DelegatingUserManager(Map<String, UserManager>) - Constructor for class info.magnolia.cms.security.DelegatingUserManager
 
DELETABLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
Deletable(Provider<Context>) - Constructor for class info.magnolia.templating.elements.attribute.Permission.Deletable
 
delete() - Method in class info.magnolia.cms.beans.runtime.Document
Delete the file, taking care of closing an open input stream.
delete(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
delete() - Method in class info.magnolia.cms.core.BinaryNodeData
 
delete() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Remove this path.
delete(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Remove specified path.
delete() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
delete(String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
removes specified path, it can be either node or property.
delete() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
delete(String) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
delete() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Remove this path.
delete() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
delete() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
delete(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
delete() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
delete(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
delete() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
deleteAndRemoveEmptyParents(Content) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
deleteAndRemoveEmptyParents(Content, int) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
DeleteCommand - Class in info.magnolia.commands.impl
The command to delete one Item.
In case Item is a Node, all the Node children are removed.
DeleteCommand() - Constructor for class info.magnolia.commands.impl.DeleteCommand
 
Deleted() - Constructor for class info.magnolia.jcr.util.NodeTypes.Deleted
 
DELETED - Static variable in class info.magnolia.jcr.util.NodeTypes.Deleted
 
DELETED_BY - Static variable in class info.magnolia.jcr.util.NodeTypes.Deleted
 
DELETED_NODE_MIXIN - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
DELETED_NODE_PROP_NAME - Static variable in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
DELETED_NODE_TEMPLATE - Static variable in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
deleteNode(Node) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
deleteNodeData(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
deleteNodeData(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Delete NodeData with the specified name.
deleteNodeData(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
deleteNodeData(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
deleteWorkspace(String) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
Delta - Interface in info.magnolia.module.delta
A Delta represents the differences from one version of a module to another.
DeltaBuilder - Class in info.magnolia.module.delta
Helper class to build Delta instances.
DeltaType - Enum in info.magnolia.module.delta
Enum for deltas.
DENY - Static variable in class info.magnolia.module.delta.AddURIPermissionTask
 
DependencyChecker - Interface in info.magnolia.module.model.reader
Utility class to check dependencies between instances of ModuleDescriptors and sort them according to their dependencies.
DependencyCheckerImpl - Class in info.magnolia.module.model.reader
Default implementation of DependencyChecker.
DependencyCheckerImpl() - Constructor for class info.magnolia.module.model.reader.DependencyCheckerImpl
 
DependencyDefinition - Class in info.magnolia.module.model
Models a dependency between modules.
DependencyDefinition() - Constructor for class info.magnolia.module.model.DependencyDefinition
 
DependencyDefinition(String, String, boolean) - Constructor for class info.magnolia.module.model.DependencyDefinition
 
deprecated() - Static method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
deprecated(String, Object...) - Static method in interface info.magnolia.transformer.TransformationProblem
 
DEPRECATED_I18N_PROPERTIES - Static variable in class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
deprecation(Deprecation) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
 
Deprecation - Class in info.magnolia.config.source
Object representation of MgnlDeprecated.
deprecation() - Static method in class info.magnolia.config.source.Deprecation
Static method which returns a Deprecation.Builder.
Deprecation.Builder - Class in info.magnolia.config.source
Builder for Deprecation.
DeprecationUtil - Class in info.magnolia.cms.util
A silly utility class to help marking stuff as deprecated even if they're not used directly (taglib attributes for instance).
DeprecationUtil() - Constructor for class info.magnolia.cms.util.DeprecationUtil
 
DeprecationUtil - Class in info.magnolia.util
Provides convenience methods for processing Deprecated and MgnlDeprecated annotations.
DerbyTestPersistenceManager - Class in info.magnolia.debug
A PM which measures the time spent in saving.
DerbyTestPersistenceManager() - Constructor for class info.magnolia.debug.DerbyTestPersistenceManager
 
describe() - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
describe() - Method in class info.magnolia.init.properties.AbstractPropertySource
 
describe() - Method in class info.magnolia.init.properties.AbstractStreamBasedPropertySource
 
describe() - Method in class info.magnolia.init.properties.ModulePropertiesSource
 
describe() - Method in interface info.magnolia.init.PropertySource
Provides a description of this source, typically the location of the file that was used to load the properties this source holds.
description(String) - Method in class info.magnolia.config.source.Deprecation.Builder
 
description() - Method in class info.magnolia.config.source.Deprecation
 
Description(I18nizer, Provider<RenderingContext>) - Constructor for class info.magnolia.templating.elements.attribute.Translated.Description
 
DescriptorFileBasedTypeMapping - Class in info.magnolia.content2bean.impl
Deprecated.
since 4.5, unused. Custom Transformer should be enough.
DescriptorFileBasedTypeMapping() - Constructor for class info.magnolia.content2bean.impl.DescriptorFileBasedTypeMapping
Deprecated.
 
DestinationNodeInheritanceNodeWrapper(Node) - Constructor for class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
destroy() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
destroy() - Method in class info.magnolia.cms.filters.CompositeFilter
 
destroy() - Method in class info.magnolia.cms.filters.FilterDecorator
 
destroy() - Method in interface info.magnolia.cms.filters.FilterManager
 
destroy() - Method in class info.magnolia.cms.filters.FilterManagerImpl
 
destroy() - Method in class info.magnolia.cms.filters.MgnlMainFilter
 
destroy() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
Destroys the target filter after waiting for all requests to complete.
destroy() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
Delegates the destroy() call to the wrapper servlet, then to this filter itself.
destroy() - Method in class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
 
destroy() - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
destroyRootFilter(MgnlFilter) - Method in class info.magnolia.cms.filters.FilterManagerImpl
 
determineContextPath(ServletContext) - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
determineLocale() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
Extracts the language from the uri.
determineLocale() - Method in interface info.magnolia.cms.i18n.I18nContentSupport
This method uses the current agregation state to set the locale used for the rendering process .
determineLocalFromString(String) - Static method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
determineNodeDataType(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
determineNodeDataType(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
determineRootPath(ServletContext) - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
Figures out the root path where the webapp is deployed.
determineServerName(ServletContext) - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
Figures out the local host name, makes sure it's lowercase, and use its unqualified name if the "magnolia.unqualified.server.name" init parameter is set to true.
determineWebappFolderName(String, ServletContext) - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
developmentMode() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
 
DevelopmentModeClasspathFile - Class in info.magnolia.resourceloader.classpath.service.impl.devmode
ClasspathFile implementation oriented onto development application mode.
DevelopmentModeClasspathFile(URL, Vfs.File) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
 
DevelopmentModeClasspathService - Class in info.magnolia.resourceloader.classpath.service.impl.devmode
Classpath service implementation which targets development application mode.
DevelopmentModeClasspathService(DefaultClasspathServiceConfigurations, ClasspathEntriesResolver) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService
 
DevelopmentModeClasspathService(ClasspathServiceConfiguration, ClasspathEntriesResolver) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService
Alternative c-tor which allows to pass in a custom classpath configuration.
DevelopmentModeClasspathService.ClasspathResourceCallback - Interface in info.magnolia.resourceloader.classpath.service.impl.devmode
Interface for classpath resource changes communication.
DevelopmentModeClasspathService.ClasspathResourceChange - Class in info.magnolia.resourceloader.classpath.service.impl.devmode
Simple context object for the classpath resource change.
developmentModeWithVfs() - Static method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathFileConstructionStrategy
 
Dialog - Class in info.magnolia.templating.elements.attribute
Dialog() - Constructor for class info.magnolia.templating.elements.attribute.Dialog
 
Digester - Class in info.magnolia.cms.security
Deprecated.
since 4.5.3 - use SecurityUtil instead.
Directives - Class in info.magnolia.templating.freemarker
A map with freemarker directives specific to Magnolia.
Directives() - Constructor for class info.magnolia.templating.freemarker.Directives
 
DIRECTORY_PREDICATE - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
 
DirectoryWatcher - Class in info.magnolia.dirwatch
The DirectoryWatcher covers implementation of the low level WatchService API.
DirectoryWatcher(boolean, boolean, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.dirwatch.DirectoryWatcher
 
DirectoryWatcherService - Class in info.magnolia.dirwatch
Service to watch for added and removed files and especially for file changes.
DirectoryWatcherService(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.dirwatch.DirectoryWatcherService
 
dirtyHandles - Variable in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
 
dirtyOps - Variable in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
 
dispatch(String, HttpServletRequest, HttpServletResponse) - Static method in class info.magnolia.cms.util.RequestDispatchUtil
Returns true if processing took place, even if it fails.
dispatch(H) - Method in interface info.magnolia.event.Event
Dispatches the event to a handler.
dispatch(Event<H>) - Method in class info.magnolia.event.EventHandlerCollection
 
dispatch(ModulesStartedEvent.Handler) - Method in class info.magnolia.module.ModulesStartedEvent
 
dispatch(PopulateModulesEvent.Handler) - Method in class info.magnolia.module.PopulateModulesEvent
 
dispatch(StartModuleEvent.Handler) - Method in class info.magnolia.module.StartModuleEvent
 
dispatch(StopModuleEvent.Handler) - Method in class info.magnolia.module.StopModuleEvent
 
DispatcherType - Enum in info.magnolia.cms.util
Enumeration of dispatcher types, matches the semantics for filter mappings in web.xml.
dispatchResourceChange(ResourceOriginChange) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
DispatchRule - Class in info.magnolia.cms.filters
Used to configure if a filter is executed for a specific dispatcher type (REQUEST, FORWARD, INCLUDE, ERROR).
DispatchRule() - Constructor for class info.magnolia.cms.filters.DispatchRule
 
DispatchRule(boolean, boolean) - Constructor for class info.magnolia.cms.filters.DispatchRule
 
DispatchRules - Class in info.magnolia.cms.filters
Similar to the dispatch mapping in the web.xml.
DispatchRules() - Constructor for class info.magnolia.cms.filters.DispatchRules
 
dispose(String) - Static method in class info.magnolia.cms.util.ObservationUtil
Deprecated.
since 5.4.6 without replacement
dispose() - Method in class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
DO_NOTHING - Static variable in class info.magnolia.module.delta.AbstractTask
 
doAuthenticate(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.BaseSecurityFilter
Deprecated.
since 4.5, should not be needed, and does nothing.
doBody(Environment, TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.AbstractDirective
 
doCallback(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
Deprecated.
since 4.5
Document - Class in info.magnolia.cms.beans.runtime
A wrapper for a temporary uploaded file.
Document(File, String) - Constructor for class info.magnolia.cms.beans.runtime.Document
Used to create a document based on a existing file.
DOCUMENT_URL - Static variable in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
 
doDispatch(ServletRequest, ServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.MgnlFilterDispatcher
Calls the target filter if it matches the request otherwise passes the request on to the next filter in web.xml.
doExec(Session) - Method in class info.magnolia.cms.security.SilentSessionOp
 
doExec() - Method in class info.magnolia.context.MgnlContext.RepositoryOp
 
doExec() - Method in class info.magnolia.context.MgnlContext.VoidOp
 
doExec(Node, ErrorHandler) - Method in class info.magnolia.jcr.nodebuilder.AbstractNodeOperation
 
doExec(Content, ErrorHandler) - Method in class info.magnolia.nodebuilder.AbstractNodeOperation
Deprecated.
 
doExec(Content, ErrorHandler) - Method in class info.magnolia.nodebuilder.RecursiveOp
Deprecated.
 
doExecute(InstallContext) - Method in class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
 
doExecute(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.AbstractNodeBuilderTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler.ModuleVersionToLatestTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.AbstractRepositoryTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.AddGroupToGroupTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.AddMimeMappingTask
doExecute(InstallContext) - Method in class info.magnolia.module.delta.AddRoleToGroupTask
Executes task and adds role to the specified group.
doExecute(InstallContext) - Method in class info.magnolia.module.delta.AllChildrenNodesOperation
Deprecated.
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.ChangeNodeTypeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.ChangeTemplateTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.CopyNodeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.CopyOrReplaceNodePropertiesTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.CopyPropertyTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.CreateNodePathTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.CreateNodeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.FilterOrderingTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.FindAndChangeTemplateIdTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.ImportNodesFromPropertiesTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.MoveAndRenamePropertyTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.MoveNodeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.MovePropertyTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.NodeVisitorTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.OrderFilterBeforeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.OrderNodeAfterTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.OrderNodeBeforeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.OrderNodeTo1stPosTask
Deprecated.
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.OrderNodeToFirstPositionTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.PropertiesImportTask
Deprecated.
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.QueryElementsAndDisplayWarningTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.QueryTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RemoveDuplicatePermissionTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RemoveInstallFilesTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RemoveNodesTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RemoveNodeWoChildren
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RemovePermissionTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RemovePropertiesTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RenameNodesTask
 
doExecute(InstallContext) - Method in class info.magnolia.module.delta.RenamePropertiesTask
 
doExecute(InstallContext) - Method in class info.magnolia.nodebuilder.task.AbstractNodeBuilderTask
Deprecated.
 
doExecute(InstallContext) - Method in class info.magnolia.rendering.module.setup.InstallRendererContextAttributeTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for4_5.RenameACLNodesTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for4_5.UpdateSecurityFilterClientCallbacksConfiguration
Deprecated.
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for4_5.UpdateUserManagers
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for5_0.CheckOrCreateLastActivatedPropertyTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for5_0.ConvertMetaDataUpdateTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for5_2.GrantReadPermissionToRolesTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.initial.AddFilterBypassTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.initial.UpdateURI2RepositoryMappings
Deprecated.
Creates the mappings node and delegates to the super UpdateURI2RepositoryMappings.doExecute(InstallContext) method.
doExecute(InstallContext) - Method in class info.magnolia.setup.MigrateVersionWorkspacesToNewStructureTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.nodetype.AbstractNodeTypeRegistrationTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.RenameVersionNodesTask
 
doExecute(InstallContext) - Method in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.AddHeadersFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.AggregatorFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.CompositeFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.ContentTypeFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.ContextFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.FilterDecorator
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.HostSecurityFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.InterceptFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse) - Method in class info.magnolia.cms.filters.MgnlFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.MgnlMainFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.MgnlMainFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.MultiChannelFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.MultipartRequestFilter
Determine if the request has multipart content and if so parse it into a MultipartForm and store it as a request attribute.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.RangeSupportFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.RepositoryMappingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
Read lock must be held when invoking this method.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
Dispatches the request to the servlet if not already bypassed.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.UnicodeNormalizationFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.filters.VirtualUriFilter
Deprecated.
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.i18n.I18nContentSupportFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.security.auth.login.LoginFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.security.BaseSecurityFilter
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.security.CsrfSecurityFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.security.CsrfTokenSecurityFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.security.LogoutFilter
Check if a request parameter PARAMETER_LOGOUT is set.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.cms.security.SecurityCallbackFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.debug.CallTrackingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.debug.DumpHeadersFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.debug.PerformanceTestFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.debug.SessionDebugger
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.module.ui.InstallationFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.rendering.engine.RenderingFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.rendering.model.ModelExecutionFilter
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class info.magnolia.virtualuri.VirtualUriFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
All static resource requests are handled here.
doGet(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.servlets.MVCServlet
Deprecated.
 
doGet() - Method in class info.magnolia.config.source.DefinitionProviderWrapperWithProxyFallback
 
doGet() - Method in class info.magnolia.config.source.MapBasedDefinitionProviderWrapper
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.module.ui.InstallationResourcesServlet
 
doInSystemContext(MgnlContext.Op<T, E>) - Static method in class info.magnolia.context.MgnlContext
Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown).
doInSystemContext(MgnlContext.Op<T, E>, boolean) - Static method in class info.magnolia.context.MgnlContext
Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown).
DomainNameRegexVoter - Class in info.magnolia.voting.voters
Checks if the request has domain that matches configured regex.
DomainNameRegexVoter() - Constructor for class info.magnolia.voting.voters.DomainNameRegexVoter
 
doMatch(T, TypeDescription.Generic) - Method in class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
 
doneMerge(Version) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
doneMerge(String, Version) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
doneMerge(Version) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
 
DoNothingServlet - Class in info.magnolia.freemarker
Dummy servlet used to satisfy all freemarker dependencies at runtime.
DONT_DISPATCH_ON_FORWARD_ATTRIBUTE - Static variable in class info.magnolia.voting.voters.DontDispatchOnForwardAttributeVoter
Deprecated.
since 4.4, should not be used anymore, replaced by the WebContainerResourcesImpl.WEB_CONTAINER_RESOURCE_MARKER_ATTRIBUTE.
DontDispatchOnForwardAttributeVoter - Class in info.magnolia.voting.voters
Deprecated.
since 4.4, use WebContainerResourcesImpl instead
DontDispatchOnForwardAttributeVoter() - Constructor for class info.magnolia.voting.voters.DontDispatchOnForwardAttributeVoter
Deprecated.
 
doOpenStream(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
doOpenStream(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
doOpenStream(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.LegacyClasspathResourceOrigin
 
doOpenStream(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
doOpenStream(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
doOpenStream(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.servlets.MVCServlet
Deprecated.
 
doReadWithDependencies(Resource, MgnlYamlConstructor.YamlConfigurationDependencyAggregator) - Method in class info.magnolia.config.source.yaml.YamlReader
 
DOT - Static variable in class info.magnolia.importexport.DataTransporter
 
doWith(T) - Method in class info.magnolia.resourceloader.util.Functions.CollectorFunction
 
doWith(T) - Method in class info.magnolia.resourceloader.util.VoidFunction
 
doWithConfiguration(ComponentProvider, ComponentProviderConfiguration) - Method in class info.magnolia.module.ModuleInstancesConfigurer
 
doWithConfiguration(ComponentProvider, ComponentProviderConfiguration) - Method in interface info.magnolia.objectfactory.configuration.ComponentConfigurer
 
doWithConfiguration(ComponentProvider, ComponentProviderConfiguration) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
doWithConfiguration(ComponentProvider, ComponentProviderConfiguration) - Method in class info.magnolia.objectfactory.guice.AbstractGuiceComponentConfigurer
 
DummyUser - Class in info.magnolia.cms.security
Deprecated.
since 4.3.6 - usage needs to be reviewed - see MAGNOLIA-3269
DummyUser() - Constructor for class info.magnolia.cms.security.DummyUser
Deprecated.
 
dump(Node) - Static method in class info.magnolia.cms.util.DumperUtil
 
dump(Node, int) - Static method in class info.magnolia.cms.util.DumperUtil
 
dump(Node, int, PrintStream) - Static method in class info.magnolia.cms.util.DumperUtil
 
dump(Node, int, PrintWriter) - Static method in class info.magnolia.cms.util.DumperUtil
Dump a JCR Node to a Writer.
dump(Node, PrintWriter) - Static method in class info.magnolia.cms.util.DumperUtil
Dump only this JCR-Node to a writer.
dump(RegistryFacade) - Static method in class info.magnolia.config.debug.ConfigDump
 
dump(Registry) - Static method in class info.magnolia.config.debug.ConfigDump
 
dump(StringBuilder, Registry<T>) - Static method in class info.magnolia.config.debug.ConfigDump
 
dump(Object) - Method in class info.magnolia.templating.functions.TemplatingFunctions
 
dump(Object, int) - Method in class info.magnolia.templating.functions.TemplatingFunctions
 
dump(Object, int, boolean) - Method in class info.magnolia.templating.functions.TemplatingFunctions
 
dump(Object) - Static method in class info.magnolia.templating.inspector.Inspector
 
dump(Object, int) - Static method in class info.magnolia.templating.inspector.Inspector
 
dump(Object, int, boolean) - Static method in class info.magnolia.templating.inspector.Inspector
 
dumpChanges(Session, PrintWriter) - Static method in class info.magnolia.cms.util.DumperUtil
 
DumperUtil - Class in info.magnolia.cms.util
Used to dump 1:1 repository content.
DumperUtil() - Constructor for class info.magnolia.cms.util.DumperUtil
 
DumpHeadersFilter - Class in info.magnolia.debug
A Filter which dumps the headers for the request and the response.
DumpHeadersFilter() - Constructor for class info.magnolia.debug.DumpHeadersFilter
 
dumpPropertiesToString(Content, Content.ContentFilter) - Static method in class info.magnolia.importexport.PropertiesImportExport
Deprecated.
Dumps content starting at the content node out to a string in the format that matches the import method.
dumpPropertiesToString(Properties) - Static method in class info.magnolia.importexport.PropertiesImportExport
Deprecated.
 
dumpSession(HttpSession, StringBuffer) - Method in class info.magnolia.debug.SessionDebugger
 
dumpSessionBindingEvent(HttpSessionBindingEvent, StringBuffer) - Method in class info.magnolia.debug.SessionDebugger
 
dumpStacktrace(StringBuffer) - Method in class info.magnolia.debug.SessionDebugger
 
DuplicateNodePredicate - Class in info.magnolia.jcr.predicate
Predicate filtering based on the previous appearance of the node.
DuplicateNodePredicate() - Constructor for class info.magnolia.jcr.predicate.DuplicateNodePredicate
 

E

EarlyExecutionAware<RD extends RenderableDefinition> - Interface in info.magnolia.rendering.model
Implemented by models that want to handle early execution in a separate callback.
Editable - Class in info.magnolia.templating.elements.attribute
Editable() - Constructor for class info.magnolia.templating.elements.attribute.Editable
 
editAccessControlPolicies(String) - Method in class info.magnolia.cms.core.MagnoliaACLEditor
 
editAccessControlPolicies(Principal) - Method in class info.magnolia.cms.core.MagnoliaACLEditor
 
EDITION - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
EditorLinkTransformer - Class in info.magnolia.link
Deprecated.
since 5.0 use AbsolutePathTransformer directly or register custom editor link transformer.
EditorLinkTransformer() - Constructor for class info.magnolia.link.EditorLinkTransformer
Deprecated.
 
ElementAttribute<T extends TemplatingElement> - Interface in info.magnolia.templating.elements.attribute
Producer of element attributes.
EMAIL - Static variable in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
EMPTY - Static variable in interface info.magnolia.config.registry.DefinitionRawView
A null pattern implementation of DefinitionRawView.
empty() - Static method in class info.magnolia.config.source.yaml.YamlReader.YamlConversionResult
 
EMPTY_CONTEXT - Static variable in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
EmptyMessages - Class in info.magnolia.cms.i18n
A null-pattern implementation of the messages interface.
EmptyMessages() - Constructor for class info.magnolia.cms.i18n.EmptyMessages
 
encode(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Adds escaping of HTML on properties as well as changing line breaks into <br/> tags.
encode(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Adds escaping of HTML on properties as well as changing line breaks into <br/> tags.
encode(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Adds escaping of HTML on normal text as well as changing line breaks into <br/> tags.
encodePassword(String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
encodePath(String, String, String) - Static method in class info.magnolia.importexport.DataTransporter
 
encrypt(String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
encrypt(String, String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
end(Appendable) - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
Override this method if you need to "do something" once the component is rendered, i.e cleanup the context.
end(Appendable) - Method in class info.magnolia.templating.elements.AreaElement
 
end(Appendable) - Method in class info.magnolia.templating.elements.ComponentElement
 
end(Appendable) - Method in class info.magnolia.templating.elements.PageElement
 
end(Appendable) - Method in interface info.magnolia.templating.elements.TemplatingElement
 
endContent(Node) - Method in class info.magnolia.templating.elements.MarkupHelper
 
endDocument() - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
 
endElement(String, String, String) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
 
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.ImportXmlRootFilter
Deprecated.
 
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.MagnoliaV2Filter
Deprecated.
 
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.MetadataUuidFilter
Deprecated.
 
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.RemoveMixversionableFilter
Deprecated.
 
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.SkipNodeFilter
Deprecated.
 
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter
Deprecated.
endElement(String, String, String) - Method in class info.magnolia.importexport.filters.VersionFilter
Deprecated.
 
endPrefixMapping(String) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
 
endPrefixMapping(String) - Method in class info.magnolia.importexport.filters.MetadataUuidFilter
Deprecated.
 
endPrefixMapping(String) - Method in class info.magnolia.importexport.filters.NamespaceFilter
 
ENFORCE_CHANNEL_PARAMETER - Static variable in class info.magnolia.cms.filters.MultiChannelFilter
 
Entity - Interface in info.magnolia.cms.security.auth
Deprecated.
EntityImpl - Class in info.magnolia.jaas.principal
Deprecated.
since 4.5 - not required for JCR based security.
EntityImpl() - Constructor for class info.magnolia.jaas.principal.EntityImpl
Deprecated.
 
entrySet() - Method in class info.magnolia.cms.util.NodeMapWrapper
Deprecated.
 
entrySet() - Method in class info.magnolia.cms.util.OrderedProperties
 
entrySet() - Method in class info.magnolia.config.maputil.ConfigurationMapOverlay.OverridingMap
 
entrySet() - Method in class info.magnolia.config.source.yaml.construct.WrapMetadata.Metadata
 
entrySet() - Method in class info.magnolia.context.AbstractContext
entrySet() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
entrySet() - Method in class info.magnolia.jcr.util.ContentMap
 
EnumCaseInsensitive - Class in info.magnolia.util
A utility to retrieve enum constants in a case-insensitive manner.
EnumCaseInsensitive() - Constructor for class info.magnolia.util.EnumCaseInsensitive
 
ENV_PROPERTY_PLACEHOLDER_PREFIX - Static variable in class info.magnolia.cms.beans.config.PropertiesInitializer
Deprecated.
System property prefix, to obtain a property definition like ${systemProperty/property}, that can refer to any System property.
ENV_PROPERTY_PLACEHOLDER_PREFIX - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
System property prefix, to obtain a property definition like ${systemProperty/property}, that can refer to any System property.
EnvironmentPropertySource - Class in info.magnolia.init.properties
A PropertySource exposing the current environment variables.
EnvironmentPropertySource() - Constructor for class info.magnolia.init.properties.EnvironmentPropertySource
 
equals(Object) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
equals(Object) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
equals(Object) - Method in class info.magnolia.cms.core.ItemType
Deprecated.
 
equals(Object) - Method in class info.magnolia.cms.core.search.QueryManagerImpl
Deprecated.
 
equals(Object) - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
True if the basename and the locale are the same.
equals(Object) - Method in class info.magnolia.cms.i18n.DefaultMessagesManager.MessagesID
 
equals(Object) - Method in class info.magnolia.cms.security.Realm.RealmImpl
 
equals(Object) - Method in class info.magnolia.cms.util.NodeTypeFilter
Deprecated.
 
equals(Object) - Method in class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
 
equals(Object) - Method in class info.magnolia.config.source.yaml.decoration.AbstractFileDefinitionDecorator
 
equals(Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
equals(Object) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
equals(Object) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
equals(Object) - Method in class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
equals(Object) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
equals(Object) - Method in class info.magnolia.module.model.ComponentDefinition
 
equals(Object) - Method in class info.magnolia.module.model.Version
 
equals(Object) - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
equals(Object) - Method in class info.magnolia.objectfactory.configuration.ImplementationConfiguration
 
equals(Object) - Method in class info.magnolia.objectfactory.configuration.InstanceConfiguration
 
equals(Object) - Method in class info.magnolia.objectfactory.configuration.ProviderConfiguration
 
equals(Object) - Method in class info.magnolia.objectfactory.NamedImpl
 
equals(Object) - Method in class info.magnolia.observation.DeferringEventListener
 
equals(Object) - Method in class info.magnolia.resourceloader.classpath.ClasspathResource
 
equals(Object) - Method in class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
 
equals(Object) - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
 
equals(Object) - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
 
error(String) - Method in interface info.magnolia.module.files.FileExtractionLogger
 
error(String, Throwable) - Method in interface info.magnolia.module.InstallContext
 
error(String, Throwable) - Method in class info.magnolia.module.InstallContextImpl
 
error(String, Object...) - Static method in interface info.magnolia.transformer.TransformationProblem
 
ERROR_REQUEST_STATUS_CODE_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtil
 
ERROR_REQUEST_STATUS_CODE_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtils
Deprecated.
 
ERROR_STRING - Static variable in class info.magnolia.cms.security.auth.callback.FormClientCallback
 
ErrorHandler - Interface in info.magnolia.jcr.nodebuilder
ErrorHandler implementations can decide what to do with certain conditions.
ErrorHandler - Interface in info.magnolia.nodebuilder
Deprecated.
since 5.2.4 - use ErrorHandler instead.
ErrorHandling - Enum in info.magnolia.jcr.nodebuilder.task
A shortcut enum for tasks, selecting either of these error handling styles.
ErrorHandling - Enum in info.magnolia.nodebuilder.task
Deprecated.
since 5.3 - use ErrorHandling instead.
escapeMetaCharacters(String) - Static method in class info.magnolia.cms.filters.Mapping
 
escapeSql(String) - Static method in class info.magnolia.util.EscapeUtil
Escapes the characters in a String to be suitable to pass as value to an SQL query.
EscapeUtil - Class in info.magnolia.util
Utilities to escaping characters for preventing XSS attack.
escapeXss(String) - Static method in class info.magnolia.util.EscapeUtil
 
escapeXss(String[]) - Static method in class info.magnolia.util.EscapeUtil
 
evaluate(Version) - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionVersionIteratorWrapper
 
evaluate(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeIterator
 
evaluate(Property) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyIterator
 
evaluate(Node) - Method in class info.magnolia.jcr.iterator.FilteringNodeIterator
 
evaluate(Property) - Method in class info.magnolia.jcr.iterator.FilteringPropertyIterator
 
evaluate(T) - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
 
evaluate(Object) - Method in class info.magnolia.jcr.predicate.AbstractPredicate
 
evaluateNode(Node) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
 
evaluateNode(Node) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
Evaluates if a node should be hidden by wrappers.
evaluateNode(Node) - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
 
evaluateNode(Node) - Method in class info.magnolia.jcr.wrapper.ChildFilteringContentDecorator
 
evaluateProperty(Property) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
 
evaluateProperty(Property) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
Evaluates if a property should be hidden by wrappers.
evaluateProperty(Property) - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
 
evaluateProperty(Property) - Method in class info.magnolia.jcr.wrapper.PropertyFilteringContentDecorator
 
evaluateTyped(T) - Method in class info.magnolia.jcr.predicate.AbstractPredicate
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.DuplicateNodePredicate
 
evaluateTyped(Property) - Method in class info.magnolia.jcr.predicate.JCRMgnlPropertyHidingPredicate
 
evaluateTyped(Property) - Method in class info.magnolia.jcr.predicate.JCRPropertyHidingPredicate
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.NodeFilteringPredicate
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.NodeNamePredicate
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.NodePropertyNamePredicate
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.NodeTypeParentPredicate
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.NodeTypePredicate
 
evaluateTyped(Property) - Method in class info.magnolia.jcr.predicate.PropertyFilteringPredicate