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
 
evaluateTyped(Node) - Method in class info.magnolia.jcr.predicate.RuleBasedNodePredicate
 
evaluateTyped(Property) - Method in class info.magnolia.jcr.predicate.StringPropertyValueFilterPredicate
 
evaluateTyped(Node) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance.AllComponentsAndResourcesInheritancePredicate
Deprecated.
 
evaluateTyped(Node) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance.FilteredComponentInheritancePredicate
Deprecated.
 
evaluateTyped(Node) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance.InheritNothingInheritancePredicate
 
evaluateTyped(Node) - Method in class info.magnolia.rendering.template.configured.FilteredInheritancePredicate
 
evaluateTyped(Node) - Method in class info.magnolia.rendering.template.configured.InheritancePredicate
 
Event<H extends EventHandler> - Interface in info.magnolia.event
Marker interface for events used in the EventBus.
EventBus - Interface in info.magnolia.event
Event bus which fires events to a set of registered handlers.
EventBusProtector - Class in info.magnolia.event
Protects event buses in the parent ComponentProvider by wrapping them with resettable wrappers.
EventBusProtector() - Constructor for class info.magnolia.event.EventBusProtector
 
EventHandler - Interface in info.magnolia.event
Marker interface for handlers used in the EventBus.
EventHandlerCollection<H extends EventHandler> - Class in info.magnolia.event
Simple thread safe collection of handlers for a specific event.
EventHandlerCollection() - Constructor for class info.magnolia.event.EventHandlerCollection
 
exception - Variable in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
 
exceptionToWords(Exception) - Static method in class info.magnolia.cms.util.ExceptionUtil
Translates an exception class name to an english-readable idiom, along with the exception's message.
exceptionToWords(Throwable) - Static method in class info.magnolia.cms.util.ExceptionUtil
 
ExceptionUtil - Class in info.magnolia.cms.util
Util to handle exceptions.
ExceptionUtil() - Constructor for class info.magnolia.cms.util.ExceptionUtil
 
ExchangeException - Exception in info.magnolia.cms.exchange
Deprecated.
since 5.6 use info.magnolia.publishing.exception.PublicationException instead.
ExchangeException() - Constructor for exception info.magnolia.cms.exchange.ExchangeException
Deprecated.
 
ExchangeException(String) - Constructor for exception info.magnolia.cms.exchange.ExchangeException
Deprecated.
 
ExchangeException(String, Throwable) - Constructor for exception info.magnolia.cms.exchange.ExchangeException
Deprecated.
 
ExchangeException(Throwable) - Constructor for exception info.magnolia.cms.exchange.ExchangeException
Deprecated.
 
exclude(String...) - Method in class info.magnolia.module.delta.AddUsersPermissionTask
 
exclude(Key<?>...) - Method in class info.magnolia.objectfactory.guice.GuiceParentBindingsModule
 
exclude(Class<?>...) - Method in class info.magnolia.objectfactory.guice.GuiceParentBindingsModule
 
EXCLUDE_CHANNEL_PROPERTY_NAME - Static variable in class info.magnolia.jcr.wrapper.ChannelVisibilityContentDecorator
 
EXCLUDE_META_DATA_CONTENT_FILTER - Static variable in class info.magnolia.cms.util.ContentUtil
Deprecated.
Content filter accepting everything except meta data and jcr types.
EXCLUDE_META_DATA_FILTER - Static variable in class info.magnolia.jcr.util.NodeUtil
Deprecated.
since 5.0 - obsolete as there's no nodetypes with namespace jcr and because of MAGNOLIA-4640
EXCLUDED_BY_DEFAULT - Static variable in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
EXCLUDED_KEYS_PROPERTY - Static variable in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
ExclusionsFilter - Class in info.magnolia.resourceloader.file
Predicate and DirectoryStream.Filter which checks a given Path is under the root and is able to exclude.
ExclusionsFilter(Path, List<String>, List<String>, List<String>) - Constructor for class info.magnolia.resourceloader.file.ExclusionsFilter
 
ExclusiveWrite - Class in info.magnolia.cms.util
A system wide lock.
exec() - Method in class info.magnolia.cms.security.JCRSessionOp
 
exec(Session) - Method in class info.magnolia.cms.security.JCRSessionOp
 
exec() - Method in class info.magnolia.cms.security.SilentSessionOp
 
exec() - Method in class info.magnolia.context.MgnlContext.LockingOp
 
exec() - Method in interface info.magnolia.context.MgnlContext.Op
 
exec() - Method in class info.magnolia.context.MgnlContext.RepositoryOp
 
exec() - Method in class info.magnolia.context.MgnlContext.VoidOp
 
exec(Node, ErrorHandler) - Method in class info.magnolia.jcr.nodebuilder.AbstractNodeOperation
 
exec() - Method in class info.magnolia.jcr.nodebuilder.NodeBuilder
Execute the operations.
exec(Node, ErrorHandler) - Method in interface info.magnolia.jcr.nodebuilder.NodeOperation
 
exec(Content, ErrorHandler) - Method in class info.magnolia.nodebuilder.AbstractNodeOperation
Deprecated.
 
exec() - Method in class info.magnolia.nodebuilder.NodeBuilder
Deprecated.
Execute the operations.
exec(Content, ErrorHandler) - Method in interface info.magnolia.nodebuilder.NodeOperation
Deprecated.
 
EXECUTABLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
execute() - Method in interface info.magnolia.cms.core.search.Query
Deprecated.
Description inherited from javax.jcr.query.Query#execute()
Executes this query and returns a QueryResult.
execute() - Method in class info.magnolia.cms.core.search.QueryImpl
Deprecated.
 
EXECUTE - Static variable in interface info.magnolia.cms.security.Permission
 
execute(String) - Method in class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
Deprecated.
Try to get the command from the catalog.
execute(String) - Method in interface info.magnolia.cms.servlets.MVCServletHandler
Deprecated.
Execute the command.
execute(String) - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
Call the method through reflection.
execute(Context) - Method in class info.magnolia.commands.chain.ChainBase
 
execute(Context) - Method in interface info.magnolia.commands.chain.Command
 
execute(Context) - Method in class info.magnolia.commands.DelegateCommand
 
execute(Context) - Method in class info.magnolia.commands.ExportJcrNodeToYamlCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.DeleteCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
execute(Context) - Method in class info.magnolia.commands.impl.ExtractCommentCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
execute(Context) - Method in class info.magnolia.commands.impl.LogCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.MessageCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.RestorePreviousVersionCommand
 
execute(Context) - Method in class info.magnolia.commands.impl.VersionCommand
 
execute(Context) - Method in class info.magnolia.commands.MgnlCommand
Make sure that the context is castable to a magnolia context.
execute(Context) - Method in class info.magnolia.commands.MgnlCommand
This is the actual method to be overridden in descendant classes.
execute(Context) - Method in class info.magnolia.importexport.command.JcrExportCommand
 
execute(Context) - Method in class info.magnolia.importexport.command.JcrImportCommand
 
execute(InstallContext) - Method in class info.magnolia.module.delta.AbstractConditionalRepositoryTask
A good-citizen task should execute itself responsibly: it should know what to do in case of problems: for instance, fixable or irrelevant issues should usually just be logged used the InstallContext methods, when the user can fix them later on.
execute(InstallContext) - Method in class info.magnolia.module.delta.AbstractRepositoryTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.AddPermissionTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.AddRoleToUserTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.AddUserToGroupTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.ArrayDelegateTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.BackupTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.BootstrapResourcesTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.CheckAndModifyPartOfPropertyValueTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.CheckAndModifyPropertyValueTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.CheckOrCreatePropertyTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.ConditionalDelegateTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.ExecuteCommandTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.FixUserRolePermissionsPropertyTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.ModuleFilesExtraction
 
execute(InstallContext) - Method in class info.magnolia.module.delta.NewPropertyTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
execute(InstallContext) - Method in class info.magnolia.module.delta.RegisterModuleServletsTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.RegisterServletTask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.SetDefaultPublicURITask
 
execute(InstallContext) - Method in class info.magnolia.module.delta.SetPropertyTask
A good-citizen task should execute itself responsibly: it should know what to do in case of problems: for instance, fixable or irrelevant issues should usually just be logged used the InstallContext methods, when the user can fix them later on.
execute(InstallContext) - Method in class info.magnolia.module.delta.SetupModuleRepositoriesTask
 
execute(InstallContext) - Method in interface info.magnolia.module.delta.Task
A good-citizen task should execute itself responsibly: it should know what to do in case of problems: for instance, fixable or irrelevant issues should usually just be logged used the InstallContext methods, when the user can fix them later on.
execute(InstallContext) - Method in class info.magnolia.module.delta.WarnTask
 
execute(Writer, String) - Method in class info.magnolia.module.ui.ModuleManagerNullUI
 
execute(Writer, String) - Method in interface info.magnolia.module.ui.ModuleManagerUI
 
execute(Writer, String) - Method in class info.magnolia.module.ui.ModuleManagerWebUI
 
execute(InstallContext) - Method in class info.magnolia.module.webapp.WebappBootstrap
 
execute() - Method in interface info.magnolia.rendering.model.RenderingModel
Called after all properties were set.
execute() - Method in class info.magnolia.rendering.model.RenderingModelImpl
 
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.AbstractDirective
 
executeBootstrapImport(File, String) - Static method in class info.magnolia.importexport.DataTransporter
 
executeCommand(String, String, Map<String, Object>) - Method in class info.magnolia.commands.CommandsManager
Executes the given command in the given catalog with the given parameters.
executeCommand(String, Map<String, Object>) - Method in class info.magnolia.commands.CommandsManager
Executes the given command in the default catalog with the given parameters.
executeCommand(Command, Map<String, Object>) - Method in class info.magnolia.commands.CommandsManager
Executes the given command with the given parameters.
executeCommand(Command, Map<String, Object>, Context) - Method in class info.magnolia.commands.CommandsManager
Executes the given command with given context.
ExecuteCommandTask - Class in info.magnolia.module.delta
Task that executes command.
ExecuteCommandTask(String, String, Class<? extends Command>, Object...) - Constructor for class info.magnolia.module.delta.ExecuteCommandTask
Constructor.
executeEarly() - Method in interface info.magnolia.rendering.model.EarlyExecutionAware
Called after all properties were set.
executeExport(OutputStream, boolean, boolean, Session, String, String, String) - Static method in class info.magnolia.importexport.DataTransporter
 
executeStartupTasks() - Method in class info.magnolia.module.ModuleManagerImpl
Process startup tasks.
exists() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
 
exists() - Method in interface info.magnolia.config.source.yaml.dependency.YamlConfigurationDependency
 
exists() - Method in class info.magnolia.config.source.yaml.dependency.YamlFileDependency
 
existsAndAllowed(Path) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
export(Node, File) - Static method in class info.magnolia.importexport.BootstrapUtil
 
EXPORT_EXTENSION - Static variable in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
EXPORT_FILE_NAME - Static variable in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
EXPORT_FORMAT - Static variable in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
EXPORT_KEEP_HISTORY - Static variable in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
EXPORT_MIME_EXTENSION - Static variable in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
EXPORT_OUTPUT_STREAM - Static variable in class info.magnolia.commands.ExportJcrNodeToYamlCommand
 
EXPORT_OUTPUT_STREAM - Static variable in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
ExportCommand - Class in info.magnolia.commands.impl
Deprecated.
since 5.4.4. Use JcrExportCommand instead.
ExportCommand() - Constructor for class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningSession
 
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningSession
 
exportDocumentView(String, ContentHandler, boolean, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
exportDocumentView(String, OutputStream, boolean, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
ExportJcrNodeToYamlCommand - Class in info.magnolia.commands
Converts and exports a JCR sub-tree into to Yaml file.
ExportJcrNodeToYamlCommand(RegistryFacade, DefinitionRawViewToYamlConverter) - Constructor for class info.magnolia.commands.ExportJcrNodeToYamlCommand
 
exportNode(String, String, Node) - Method in class info.magnolia.importexport.exporter.YamlExporter
 
exportProperty(String, String, Value) - Method in class info.magnolia.importexport.exporter.YamlExporter
 
exportProperty(String, String, int, Value[]) - Method in class info.magnolia.importexport.exporter.YamlExporter
 
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningSession
 
exportSystemView(String, OutputStream, boolean, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningSession
 
exportSystemView(String, ContentHandler, boolean, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
exportSystemView(String, OutputStream, boolean, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
exposeGlobally() - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
EXPRESSION - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
"wfe:expression".
ext - Variable in class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
Deprecated.
 
EXTENDING_NODE_DATA - Static variable in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
EXTENDING_NODE_DATA_OVERRIDE - Static variable in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
EXTENDING_NODE_PROPERTY - Static variable in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
EXTENDING_NODE_PROPERTY_OVERRIDE - Static variable in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
ExtendingContentWrapper - Class in info.magnolia.cms.util
Deprecated.
since Magnolia 5.0 - use ExtendingNodeWrapper instead.
ExtendingContentWrapper(Content) - Constructor for class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
ExtendingContentWrapper(Content, Content) - Constructor for class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
Does not support the extends nodedata but chains the two nodes directly.
ExtendingNodeWrapper - Class in info.magnolia.jcr.wrapper
This wrapper allows extending other nodes (mainly useful to extend configurations).
ExtendingNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
Default constructor.
ExtendingNodeWrapper(Node, boolean) - Constructor for class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
Call directly for test purposes only.
ExtendingNodeWrapper(Node, Node) - Constructor for class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
Does not support the extends property but chains the two nodes directly.
EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.File
 
EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
EXTENSION_LOWER_CASE - Static variable in class info.magnolia.cms.beans.runtime.File
 
EXTENSION_LOWER_CASE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
EXTENSION_UPPER_CASE - Static variable in class info.magnolia.cms.beans.runtime.File
 
EXTENSION_UPPER_CASE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
ExtensionVariationResolver - Class in info.magnolia.rendering.template.variation
Variation resolver that will use a variation with the same name as the extension.
ExtensionVariationResolver() - Constructor for class info.magnolia.rendering.template.variation.ExtensionVariationResolver
 
ExtensionVoter - Class in info.magnolia.voting.voters
Parameters (as Magnolia's configuration nodes): allow: comma separated lists of allowed extensions. deny: comma separated lists of denied extensions. Returns: false if the extension is not a valid mimetype (as configured in config:/server/MIMEMapping. false if the allow list exists, but the extension is not in the allow list. false if the deny list exists and the extension is in the deny list. true in all other cases. Typed to Object, as it can vote on both a passed String, or the current MgnlContext.webContext if any.
ExtensionVoter() - Constructor for class info.magnolia.voting.voters.ExtensionVoter
 
EXTERNAL_LINK_PATTERN - Static variable in class info.magnolia.link.LinkUtil
Pattern that matches external and mailto: links.
externalLink(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns an external link prepended with http:// in case the protocol is missing or an empty String if the link does not exist.
externalLink(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns an external link prepended with http:// in case the protocol is missing or an empty String if the link does not exist.
externalLinkTitle(Node, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return a link title based on the @param linkTitlePropertyName.
externalLinkTitle(ContentMap, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Return a link title based on the @param linkTitlePropertyName.
ExternalUser - Class in info.magnolia.cms.security
A user which is not stored in Magnolia.
ExternalUser(Subject) - Constructor for class info.magnolia.cms.security.ExternalUser
Deprecated.
since 4.5 use ExternalUser(java.util.Map, info.magnolia.cms.security.auth.GroupList, info.magnolia.cms.security.auth.RoleList) instead
ExternalUser(Map<String, String>, GroupList, RoleList) - Constructor for class info.magnolia.cms.security.ExternalUser
 
ExternalUserManager - Class in info.magnolia.cms.security
Manages the JAAS users.
ExternalUserManager() - Constructor for class info.magnolia.cms.security.ExternalUserManager
 
extract() - Method in class info.magnolia.module.files.BasicFileExtractorOperation
 
ExtractCommentCommand - Class in info.magnolia.commands.impl
Extracts comment from the resource and put it in the context.
ExtractCommentCommand() - Constructor for class info.magnolia.commands.impl.ExtractCommentCommand
 
extractFile(String, String) - Method in class info.magnolia.module.files.BasicFileExtractor
 
extractFile(String, FileExtractor.Transformer) - Method in class info.magnolia.module.files.BasicFileExtractor
 
extractFile(String, String) - Method in interface info.magnolia.module.files.FileExtractor
Extracts the given resource from the classpath and stores it as absTargetPath.
extractFile(String, FileExtractor.Transformer) - Method in interface info.magnolia.module.files.FileExtractor
Extracts the given resource from the classpath and stores it as dictacted by the given Transformer.
extractFiles(FileExtractor.Transformer) - Method in class info.magnolia.module.files.BasicFileExtractor
 
extractFiles(FileExtractor.Transformer) - Method in interface info.magnolia.module.files.FileExtractor
Extracts all found resources from the classpath, using the given Transformer.

F

Factory() - Constructor for class info.magnolia.cms.security.IPSecurityManager.Factory
 
Factory() - Constructor for class info.magnolia.cms.security.Realm.Factory
 
Factory() - Constructor for class info.magnolia.cms.security.SecuritySupport.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.content2bean.Bean2ContentProcessor.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.content2bean.Content2BeanProcessor.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.content2bean.Content2BeanTransformer.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.content2bean.TypeMapping.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.module.ModuleManager.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.module.ModuleRegistry.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.templating.freemarker.RenderableDefinitionModel.Factory
 
Factory() - Constructor for class info.magnolia.voting.Voting.Factory
Deprecated.
 
factoryFor() - Method in interface info.magnolia.freemarker.models.MagnoliaModelFactory
Returns the Class this ModelFactory is able to create Model instances for.
factoryFor() - Method in class info.magnolia.templating.freemarker.RenderableDefinitionModel.Factory
 
FALLBACK_LOCALE - Static variable in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
Use this locale if no other provided.
FALLBACK_NODEDATA - Static variable in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
The name of the property to store the current system language.
fallbackDefinitionName(Matcher, String) - Method in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
 
FalseCondition - Class in info.magnolia.module.delta
A Condition which always return false.
FalseCondition(String, String) - Constructor for class info.magnolia.module.delta.FalseCondition
 
FalseVoter - Class in info.magnolia.voting.voters
Returns false.
FalseVoter() - Constructor for class info.magnolia.voting.voters.FalseVoter
 
FEATURE - Static variable in class info.magnolia.rendering.template.type.DefaultTemplateTypes
 
fieldOrGetterName(AnnotatedElement) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the name of the field or method passed to I18nKeyGenerator#keysFor(String, T, java.lang.reflect.AnnotatedElement).
FIELDS - Static variable in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
File - Class in info.magnolia.cms.beans.runtime
Wraps a Node and exposes it into a simple file-like bean.
File(Node) - Constructor for class info.magnolia.cms.beans.runtime.File
 
FileDefinitionDecorator<T> - Interface in info.magnolia.config.source.yaml.decoration
DefinitionDecorator originating from a file.
FileDefinitionDecoratorResolver - Interface in info.magnolia.config.source.yaml.decoration
Based on some criteria file definition decorator resolver determines whether a given resource could contain FileDefinitionDecorator data and in case it does, parses the decorator object.
fileExtension(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the file extension of a filename by returning the suffix after the last . (dot).
FileExtractionLogger - Interface in info.magnolia.module.files
A callback-type interface used by clients of FileExtractor to be informed about errors.
FileExtractor - Interface in info.magnolia.module.files
A component to extract files from modules.
FileExtractor.Transformer - Interface in info.magnolia.module.files
Transforms a resource path into a file system path.
FilePathBasedYamlDefinitionDecoratorResolver - Class in info.magnolia.config.source.yaml.decoration
Checks if a resource path matches a certain pattern () which includes a specific reference id of a single target definition provider.
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer, Registry) - Constructor for class info.magnolia.config.source.yaml.decoration.FilePathBasedYamlDefinitionDecoratorResolver
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer, Registry, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.config.source.yaml.decoration.FilePathBasedYamlDefinitionDecoratorResolver
 
FilePathBasedYamlDefinitionDecoratorResolver(Map2BeanTransformer, Registry, MagnoliaConfigurationProperties, Pattern) - Constructor for class info.magnolia.config.source.yaml.decoration.FilePathBasedYamlDefinitionDecoratorResolver
 
FileProperties - Class in info.magnolia.cms.beans.runtime
Deprecated.
since 5.6.
FileProperties(Content, String) - Constructor for class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
FileResourceCollectorVisitor - Class in info.magnolia.resourceloader.util
A PredicatedResourceVisitor which simply "collects" file resources matching a given pattern.
FileResourceCollectorVisitor(Predicate<Resource>, Predicate<Resource>) - Constructor for class info.magnolia.resourceloader.util.FileResourceCollectorVisitor
 
FileSystemHelper - Class in info.magnolia.cms.core
Class to retrieve files or directories used by Magnolia.
FileSystemHelper(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.cms.core.FileSystemHelper
 
FileSystemPropertySource - Class in info.magnolia.init.properties
Simple PropertySource wrapping Properties loaded on the file system from a given path.
FileSystemPropertySource(String) - Constructor for class info.magnolia.init.properties.FileSystemPropertySource
 
FileSystemPropertySource(File) - Constructor for class info.magnolia.init.properties.FileSystemPropertySource
 
FileSystemResource - Class in info.magnolia.resourceloader.file
FileSystemResourceOrigin - Class in info.magnolia.resourceloader.file
A ResourceOrigin which loads resources on the file system.
FileSystemResourceOriginFactory - Class in info.magnolia.resourceloader.file
 
FileSystemResourceOriginFactory(Provider<MagnoliaConfigurationProperties>, Provider<DirectoryWatcherService>) - Constructor for class info.magnolia.resourceloader.file.FileSystemResourceOriginFactory
 
Filter - Interface in info.magnolia.commands.chain
A replacement for org.apache.commons.chain.Filter.
filter(String, String) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter
Deprecated.
Implement this method to specificy if a given property (given its value and the parent node name) should be removed.
filter(String, String) - Method in class info.magnolia.importexport.filters.UselessNameFilter
Deprecated.
 
FilterDecorator - Class in info.magnolia.cms.filters
Used to decorate a normal (not magnolia) filter.
FilterDecorator() - Constructor for class info.magnolia.cms.filters.FilterDecorator
 
FilterDecorator.CustomFilterConfig - Class in info.magnolia.cms.filters
Exposes the parameters configured using content2bean as FilterConfig to the servlet API.
filterDuplicates(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
 
FILTERED_NODES - Static variable in class info.magnolia.importexport.filters.VersionFilter
Deprecated.
 
FILTERED_PROPERTIES - Static variable in class info.magnolia.importexport.filters.VersionFilter
Deprecated.
 
FilteredComponentInheritancePredicate() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredInheritance.FilteredComponentInheritancePredicate
Deprecated.
 
FilteredEventListener - Class in info.magnolia.cms.util
The FilteredEventListener decorates a given EventListener and allows to ignore specific Events according to a given Predicate.
FilteredEventListener(EventListener, Predicate) - Constructor for class info.magnolia.cms.util.FilteredEventListener
 
FilteredInheritancePredicate - Class in info.magnolia.rendering.template.configured
A class extending AbstractPredicate used in ConfiguredInheritance.
FilteredInheritancePredicate() - Constructor for class info.magnolia.rendering.template.configured.FilteredInheritancePredicate
 
FilteringAppendableWrapper - Class in info.magnolia.rendering.util
Wrapper for Appendable that appends all the text to wrapped Appendable only if writeEnabled=true.
FilteringAppendableWrapper() - Constructor for class info.magnolia.rendering.util.FilteringAppendableWrapper
 
FilteringMethodDecorator<T> - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
FilteringMethodDecorator(Decorator<T>, Predicate<Method>) - Constructor for class info.magnolia.i18nsystem.proxytoys.FilteringMethodDecorator
Deprecated.
 
FilteringNodeIterator - Class in info.magnolia.jcr.iterator
NodeIterator hiding all nodes that do not pass the predicate, returned nodes can also be wrapped effectively extending the condition to the whole hierarchy.
FilteringNodeIterator(NodeIterator, AbstractPredicate<Node>) - Constructor for class info.magnolia.jcr.iterator.FilteringNodeIterator
 
FilteringNodeIterator(NodeIterator, AbstractPredicate<Node>, ContentDecorator) - Constructor for class info.magnolia.jcr.iterator.FilteringNodeIterator
 
FilteringNodeIterator(NodeIterator, AbstractPredicate<Node>, NodeWrapperFactory) - Constructor for class info.magnolia.jcr.iterator.FilteringNodeIterator
FilteringPropertyIterator - Class in info.magnolia.jcr.iterator
PropertyIterator hiding all properties that do not pass the predicate, returned properties can also be wrapped.
FilteringPropertyIterator(PropertyIterator, AbstractPredicate<Property>) - Constructor for class info.magnolia.jcr.iterator.FilteringPropertyIterator
 
FilteringPropertyIterator(PropertyIterator, AbstractPredicate<Property>, ContentDecorator) - Constructor for class info.magnolia.jcr.iterator.FilteringPropertyIterator
 
FilteringPropertyIterator(PropertyIterator, AbstractPredicate<Property>, PropertyWrapperFactory) - Constructor for class info.magnolia.jcr.iterator.FilteringPropertyIterator
FilteringRangeIterator<T> - Class in info.magnolia.jcr.iterator
Base class for implementing filtering JCR iterators.
FilteringRangeIterator(Iterator<T>) - Constructor for class info.magnolia.jcr.iterator.FilteringRangeIterator
 
FilteringResponseOutputProvider - Class in info.magnolia.rendering.engine
Filtering implementation of OutputProvider.
FilteringResponseOutputProvider(HttpServletResponse) - Constructor for class info.magnolia.rendering.engine.FilteringResponseOutputProvider
 
FilteringWriter - Class in info.magnolia.rendering.util
Deprecated.
since 5.4. Use FilteringAppendableWrapper instead.
FilteringWriter(Appendable) - Constructor for class info.magnolia.rendering.util.FilteringWriter
Deprecated.
 
filterIsDeprecated(String, String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
 
FilterManager - Interface in info.magnolia.cms.filters
The FilterManager implementation is responsible for providing a MgnlFilterDispatcher which delegates to one single filter which is either the filter chain configured in the config workspace or the primitive system UI when a system/module installation or update is needed.
FilterManagerImpl - Class in info.magnolia.cms.filters
Default FilterManager implementation; uses node2bean and observation to maintain the filter chain configured at .
FilterManagerImpl(ModuleManager, SystemContext, Node2BeanProcessor, ComponentProvider) - Constructor for class info.magnolia.cms.filters.FilterManagerImpl
 
filterMustBeRegisteredWithCorrectDispatchers(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
 
filterNodeType(NodeIterator, String) - Static method in class info.magnolia.jcr.util.NodeUtil
 
FilterOrderingTask - Class in info.magnolia.module.delta
Orders a filter after a given set of other filters.
FilterOrderingTask(String, String[]) - Constructor for class info.magnolia.module.delta.FilterOrderingTask
 
FilterOrderingTask(String, String[], String[]) - Constructor for class info.magnolia.module.delta.FilterOrderingTask
 
FilterOrderingTask(String, String, String[]) - Constructor for class info.magnolia.module.delta.FilterOrderingTask
 
FilterOrderingTask(String, String, String[], String[]) - Constructor for class info.magnolia.module.delta.FilterOrderingTask
 
filterParentNodeType(NodeIterator, String) - Static method in class info.magnolia.jcr.util.NodeUtil
 
filterParentNodeType(RowIterator, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Filters rows of result set from query by provided selector and returns such nodes in the NodeIterator.
find(Resource, Predicate<Resource>) - Method in interface info.magnolia.resourceloader.ResourceOrigin
Collect all resources matching provided predicate starting at the specified root.
find(String, Predicate<Resource>) - Method in interface info.magnolia.resourceloader.ResourceOrigin
Collect all resources matching provided predicate starting at the specified path.
findAccessControlList(Iterable<Principal>, String) - Static method in class info.magnolia.cms.security.PrincipalUtil
 
findAccessControlList(Subject, String) - Static method in class info.magnolia.cms.security.PrincipalUtil
 
findAllGroupsInFolder(Node, Collection<Group>) - Method in class info.magnolia.cms.security.MgnlGroupManager
Finds all groups located in the provided node or in sub-folders within it and adds them to the given collection.
findAllUsersInFolder(Node, Collection<User>) - Method in class info.magnolia.cms.security.MgnlUserManager
Finds all users located in the provided node or in sub-folders within it and adds them to the given collection.
findAnchor() - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
Find the anchor for this node.
FindAndChangeTemplateIdTask - Class in info.magnolia.module.delta
Task which find all content with specific template id and change template id to new one.
FindAndChangeTemplateIdTask(String, String, String) - Constructor for class info.magnolia.module.delta.FindAndChangeTemplateIdTask
 
FindAndChangeTemplateIdTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.FindAndChangeTemplateIdTask
 
findCommand(String) - Method in class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
Deprecated.
Used to get the command object.
findFirstAnchor() - Method in class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
 
findFirstEncounteredDeprecatedSuperType(Class<?>) - Static method in class info.magnolia.util.DeprecationUtil
Searches for Deprecated super types of the given clazz.
findModuleDescriptors() - Method in class info.magnolia.module.model.reader.BetwixtModuleDefinitionReader
 
findMultiple() - Method in class info.magnolia.config.registry.DefinitionQuery
Returns all providers matching the given criteria or an empty collection if there are no matches.
findNextAnchor() - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
Find next anchor.
findParentWithTemplateType(Node, String) - Method in class info.magnolia.rendering.template.type.TemplateTypeHelper
Finds a parent Node of given Node with the specified templateType.
findPrincipal(Subject, Class<T>) - Static method in class info.magnolia.cms.security.PrincipalUtil
 
findPrincipalNode(String, Session) - Method in class info.magnolia.cms.security.MgnlGroupManager
Helper method to find a group.
findPrincipalNode(String, Session) - Method in class info.magnolia.cms.security.MgnlRoleManager
Helper method to find a role.
findPrincipalNode(String, Session) - Method in class info.magnolia.cms.security.MgnlUserManager
Helper method to find a user in a certain realm.
findPrincipalNode(String, Session) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
findPrincipalNode(String, Session, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
findPrincipalNode(String, Session, String, Node) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
Find principal nodes of type NodeTypes.User#NAME, NodeTypes.Group#NAME or NodeTypes.Role#NAME.
findPrincipalNodes(Node, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
Find nodes located in the provided node or in sub-folders within it that have the provided nodeType.
findResource(Predicate<Resource>) - Method in interface info.magnolia.resourceloader.Resource
 
findResource(String) - Method in interface info.magnolia.resourceloader.Resource
 
findResources(String) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
Return a collection containing the resource names which match the regular expression.
findResources(Pattern) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
Return a collection containing the resource names which match the regular expression.
findResources(ClasspathResourcesUtil.Filter) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
Return a collection containing the resource names which passed the filter.
findResources(Predicate<Resource>) - Method in interface info.magnolia.resourceloader.Resource
 
findSingle() - Method in class info.magnolia.config.registry.DefinitionQuery
Returns a single provider matching the criteria or throws an exception if not unique.
findTemplateSource(String) - Method in class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
 
findTemplateSource(String) - Method in class info.magnolia.freemarker.loaders.ResourceTemplateLoader
 
findTransformerByNamingConvention(Class<?>) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
since 4.5, transformers should be explicitly registered via the module descriptor.
findTransformerViaProperty(Class<?>) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
since 4.5, transformers should be explicitly registered via the module descriptor.
findUsersOrGroupsHavingAssignedGroupOrRoleWithUid(Session, Node, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
finishContent(TransformationState) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
Deprecated.
Called after the node data and child content is set.
fireEvent(Event<H>) - Method in interface info.magnolia.event.EventBus
Fires the event on the bus (synchronously).
fireEvent(Event<H>) - Method in class info.magnolia.event.ResettableEventBus
 
fireEvent(Event<H>) - Method in class info.magnolia.event.SimpleEventBus
 
FixedLocaleProvider - Class in info.magnolia.i18nsystem
A LocaleProvider provider that simply returns the Locale it was passed in its constructor.
FixedLocaleProvider(Locale) - Constructor for class info.magnolia.i18nsystem.FixedLocaleProvider
 
FixUserRolePermissionsPropertyTask - Class in info.magnolia.module.delta
Task to fix permissions property of a user role.
FixUserRolePermissionsPropertyTask(String) - Constructor for class info.magnolia.module.delta.FixUserRolePermissionsPropertyTask
 
flush() - Method in class info.magnolia.rendering.util.AppendableWriter
 
flush() - Method in class info.magnolia.rendering.util.FilteringWriter
Deprecated.
 
FOLDER - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
Folder() - Constructor for class info.magnolia.jcr.util.NodeTypes.Folder
 
followLifecycleTransition(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
forEach(BiConsumer) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
format(Date, String) - Static method in class info.magnolia.cms.util.DateUtil
Supports implicit formats like: date, date long, datetime, dateime long, time and time long.
format(Date, String, Locale) - Static method in class info.magnolia.cms.util.DateUtil
 
format(String, Locale, Object...) - Static method in class info.magnolia.i18nsystem.util.MessageFormatterUtils
 
format(String, Object...) - Static method in class info.magnolia.i18nsystem.util.MessageFormatterUtils
 
format(String, Object, Object, Object, Object, Object) - Method in class info.magnolia.module.delta.PropertyValuesTask
 
format(String, Object, Object, Object, Object) - Method in class info.magnolia.module.delta.PropertyValuesTask
 
format(String, Object, Object, Object) - Method in class info.magnolia.module.delta.PropertyValuesTask
 
FORMAT_DATE_LONG - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_DATE_MEDIUM - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_DATE_SHORT - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_DATETIME_LONG - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_DATETIME_MEDIUM - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_DATETIME_SHORT - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_DEFAULTPATTERN - Static variable in class info.magnolia.cms.util.DateUtil
Default date format.
FORMAT_TIME_LONG - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_TIME_MEDIUM - Static variable in class info.magnolia.cms.util.DateUtil
 
FORMAT_TIME_SHORT - Static variable in class info.magnolia.cms.util.DateUtil
 
formatDate(Object) - Static method in class info.magnolia.cms.util.DateUtil
Uses the current locale (user) to format the date.
formatDateTime(Object) - Static method in class info.magnolia.cms.util.DateUtil
Uses the current locale (user) to format the date and time.
formatKey(String) - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
formatKey(String) - Method in interface info.magnolia.templating.inspector.formatter.Outputter
 
formatMaxDepthReached(ValueFormatter<?>) - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
formatMaxDepthReached(ValueFormatter<?>) - Method in interface info.magnolia.templating.inspector.formatter.Outputter
 
formatMultiValue(ValueFormatter<?>) - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
formatMultiValue(ValueFormatter<?>) - Method in interface info.magnolia.templating.inspector.formatter.Outputter
 
formatSingleValue(ValueFormatter<?>) - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
formatSingleValue(ValueFormatter<?>) - Method in interface info.magnolia.templating.inspector.formatter.Outputter
 
FormClientCallback - Class in info.magnolia.cms.security.auth.callback
Renders a login form using Freemarker and the template configured with FormClientCallback.loginForm.
FormClientCallback(MagnoliaConfigurationProperties, Provider<WebContext>) - Constructor for class info.magnolia.cms.security.auth.callback.FormClientCallback
 
FormClientCallback(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.cms.security.auth.callback.FormClientCallback
Deprecated.
since 5.4.3 use FormClientCallback(MagnoliaConfigurationProperties, Provider) instead.
FormLogin - Class in info.magnolia.cms.security.auth.login
Uses the the "mgnlUserId" and "mgnlUserPSWD" parameters to login.
FormLogin() - Constructor for class info.magnolia.cms.security.auth.login.FormLogin
 
forName(String) - Method in interface info.magnolia.objectfactory.ClassFactory
 
forName(String) - Method in class info.magnolia.objectfactory.DefaultClassFactory
 
FORWARD_PREFIX - Static variable in class info.magnolia.cms.util.RequestDispatchUtil
 
FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtil
 
FORWARD_QUERY_STRING_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtils
Deprecated.
 
FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtil
 
FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtils
Deprecated.
 
FORWARD_REQUEST_URI_ATTRIBUTE - Static variable in class info.magnolia.voting.voters.ForwardVoter
The request attribute under which the original request URI is stored on an forwarded dispatcher request.
ForwardVoter - Class in info.magnolia.voting.voters
This voter returns true if the request has been forwarded.
ForwardVoter() - Constructor for class info.magnolia.voting.voters.ForwardVoter
 
FragmentDefinition - Interface in info.magnolia.rendering.template.fragment
Definition for dynamic page fragment.
FreemarkerConfig - Class in info.magnolia.freemarker
Observed bean holding Freemarker configuration.
FreemarkerConfig() - Constructor for class info.magnolia.freemarker.FreemarkerConfig
 
FreemarkerHelper - Class in info.magnolia.freemarker
A generic helper to render Content instances with Freemarker templates.
FreemarkerHelper(FreemarkerConfig, TranslationService, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.freemarker.FreemarkerHelper
 
FreemarkerHelper(FreemarkerConfig, TranslationService) - Constructor for class info.magnolia.freemarker.FreemarkerHelper
FreemarkerHelper(FreemarkerConfig) - Constructor for class info.magnolia.freemarker.FreemarkerHelper
FreemarkerRenderer - Class in info.magnolia.rendering.renderer
Uses FreeMarker to render the content.
FreemarkerRenderer() - Constructor for class info.magnolia.rendering.renderer.FreemarkerRenderer
FreemarkerRenderer(FreemarkerHelper, RenderingEngine) - Constructor for class info.magnolia.rendering.renderer.FreemarkerRenderer
 
FreemarkerServletContextWrapper - Class in info.magnolia.freemarker
Wraps the servlet context especially for freemarker taglib resolution.
FreemarkerServletContextWrapper(ServletContext) - Constructor for class info.magnolia.freemarker.FreemarkerServletContextWrapper
 
FreemarkerSupportModuleVersionHandler - Class in info.magnolia.freemarker.setup
ModuleVersionHandler for the Freemarker support module.
FreemarkerSupportModuleVersionHandler() - Constructor for class info.magnolia.freemarker.setup.FreemarkerSupportModuleVersionHandler
 
FreemarkerUtil - Class in info.magnolia.freemarker
Deprecated.
since 5.4 - just use FreemarkerHelper.
FreemarkerUtil() - Constructor for class info.magnolia.freemarker.FreemarkerUtil
Deprecated.
 
from(String) - Method in class info.magnolia.config.registry.DefinitionQuery
 
FROM_URI - Static variable in class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
FROM_URI_NEW_PROPERTY - Static variable in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
 
FROM_URI_NODEDATANAME - Static variable in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
 
FROM_URI_OLD_PROPERTY - Static variable in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
 
fromNode(Node) - Method in class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionProvider
Deprecated.
 
fromTransformationProblem(TransformationProblem) - Static method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
fromURI - Variable in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
Deprecated.
 
frozen - Variable in class info.magnolia.commands.chain.ChainBase
 
FULL_NAME - Static variable in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
FUNCTIONAL - Static variable in class info.magnolia.rendering.template.type.DefaultTemplateTypes
 
Functions - Class in info.magnolia.resourceloader.util
Functional-ish Function, Predicate and Comparator implementations that are useful when working with ResourceOrigin and Resource, and some more useful ones that had no better place for now.
Functions() - Constructor for class info.magnolia.resourceloader.util.Functions
 
Functions.CollectorFunction<T> - Class in info.magnolia.resourceloader.util
A simple Function which aggregates arguments from all its invocations.

G

generate(AutoGenerationConfiguration) - Method in class info.magnolia.rendering.generator.CopyGenerator
 
generate(C) - Method in interface info.magnolia.rendering.generator.Generator
 
generateFor(Locale, Object) - Method in class info.magnolia.i18nsystem.tools.GenerateTranslationFilesImpl
 
generateJavaScript(Writer, Messages) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
Adds Variables to a JS which can be used with the getMessage(key) method.
generateKeyPair(int) - Static method in class info.magnolia.cms.security.SecurityUtil
 
GenerateTranslationFilesImpl - Class in info.magnolia.i18nsystem.tools
THIS IS A PROTOTYPE.
GenerateTranslationFilesImpl() - Constructor for class info.magnolia.i18nsystem.tools.GenerateTranslationFilesImpl
 
Generator<C extends AutoGenerationConfiguration> - Interface in info.magnolia.rendering.generator
A generator to be implemented in order to create nodes based on the passed in configuration.
GeneratorResult - Interface in info.magnolia.i18nsystem.tools
Represents a "to-do" for translations.
GeneratorResult.AddKeyToNewBundle - Class in info.magnolia.i18nsystem.tools
A new key with a known text needs to be added.
GeneratorResult.AddUntranslatedKeyToNewBundle - Class in info.magnolia.i18nsystem.tools
A new key needs to be added and translated.
GeneratorResult.RemoveKeyFromLegacyBundle - Class in info.magnolia.i18nsystem.tools
A key needs to be removed from a bundle.
GeneratorResults - Class in info.magnolia.i18nsystem.tools
Holds a list of GeneratorResults for a given Locale.
GenericsUtils - Class in info.magnolia.i18nsystem.util
Utility methods to work with generics.
GenericsUtils() - Constructor for class info.magnolia.i18nsystem.util.GenericsUtils
 
GenericTasks - Class in info.magnolia.setup.initial
Groups tasks which are need to do a fresh install of magnolia 4.5 (or higher).
GenericTasks() - Constructor for class info.magnolia.setup.initial.GenericTasks
 
genericTasksForNewInstallation() - Static method in class info.magnolia.setup.initial.GenericTasks
 
get(String, Object[]) - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
Replace the {n} parameters in the string.
get(String) - Method in class info.magnolia.cms.i18n.DefaultMessagesImpl
Get the message from the bundle.
get(String) - Method in class info.magnolia.cms.i18n.EmptyMessages
 
get(String) - Method in interface info.magnolia.cms.i18n.Messages
Get the message from the bundle.
get(String, Object[]) - Method in interface info.magnolia.cms.i18n.Messages
Replace the {n} parameters in the string.
get(String) - Method in class info.magnolia.cms.i18n.MessagesChain
Get the string searching in the chain.
get(String) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
get(String, Object[]) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
Get a message with parameters inside: the value {0} must be a number.
get(String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
get(String, String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
get(String, String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
get(String, String, String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
get(String) - Method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
 
get(String) - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
get(String) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
Get principal associated to the specified name from the collection.
get(String) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
Gets principal associated to the specified name from the collection.
get(Object) - Method in class info.magnolia.cms.util.NodeMapWrapper
Deprecated.
Shortcut for Content.getNodeData(name).getString() or Content.getNodeData(name).getName().
get(Object) - Method in class info.magnolia.cms.util.OrderedProperties
 
get() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
get() - Method in interface info.magnolia.config.registry.DefinitionProvider
Returns the underlying bean if and only if it is successfully resolved, is valid, and is enabled.
get(DefinitionMetadata) - Method in class info.magnolia.config.registry.RegistryMap
 
get() - Method in class info.magnolia.config.source.DefinitionProviderWrapperWithProxyFallback
 
get(Object) - Method in class info.magnolia.context.AbstractContext
get(Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
get(String) - Method in class info.magnolia.freemarker.MessagesWrapper
We still use the deprecated method TranslationService.translate(info.magnolia.i18nsystem.LocaleProvider, String, String[]) due to compatibility with obsolete i18nBasename, the method TranslationService.translate(info.magnolia.i18nsystem.LocaleProvider, String[]) calls this method internally anyway.
get(String, List) - Method in class info.magnolia.freemarker.MessagesWrapper
 
get(String, String) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
since 5.4.4. Use MessagesWrapper.get(String) instead.
get(String, List, String) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
get(String, Messages) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
since 5.4.4. Use MessagesWrapper.get(String) instead.
get(String, List, Messages) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
get(String) - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
Deprecated.
 
get(String) - Method in class info.magnolia.freemarker.models.ContentMapModel
 
get() - Method in class info.magnolia.i18nsystem.LocaleProvider
 
get(String) - Method in class info.magnolia.jcr.registry.SessionProviderRegistry
 
get(Object) - Method in class info.magnolia.jcr.util.ContentMap
 
GET - Static variable in class info.magnolia.module.delta.AddURIPermissionTask
 
get() - Method in class info.magnolia.module.ModuleInstanceProvider
 
get() - Method in class info.magnolia.objectfactory.guice.GuiceConfiguredComponentProvider
 
get() - Method in class info.magnolia.objectfactory.guice.GuiceObservedComponentProvider
 
get(K) - Method in class info.magnolia.registry.RegistryMap
Deprecated.
 
get() - Method in class info.magnolia.resourceloader.classpath.ClasspathServiceProvider
 
get() - Method in class info.magnolia.resourceloader.DefaultResourceOrigins
 
get(String) - Method in class info.magnolia.templating.freemarker.RenderableDefinitionModel
Fall back on the parameters' hash model if no bean property has been found.
get() - Method in interface info.magnolia.transformer.TransformationResult
 
get() - Method in class info.magnolia.transformer.TransformationResult.TransformationResultImpl
 
GET_POST - Static variable in class info.magnolia.module.delta.AddURIPermissionTask
 
getAbsolute() - Method in class info.magnolia.link.LinkTransformerManager
Creates instance of absolute link transformer that will prepend the context path, will use URI2Repository mapping while constructing links and will localize the link if localization is set up.
getAbsolute(boolean) - Method in class info.magnolia.link.LinkTransformerManager
Creates instance of absolute link transformer that will optionally prepend the context path, but will always use URI2Repository mapping while constructing links and will localize the link if localization is set up.
getAbsoluteFileSystemPath(String) - Method in class info.magnolia.cms.core.FileSystemHelper
Gets absolute filesystem path, adds application root if path is not absolute.
getAbsoluteFileSystemPath(String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
getAbsolutePath(String, String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
getAbsolutePath(String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement
getAbsolutePath(String, String) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getAbsolutePath() - Method in class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
 
getAbsolutePath() - Method in interface info.magnolia.resourceloader.classpath.hierarchy.ClasspathEntry
Get an absolute path of a classpath entry.
getAbsolutePath() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
 
getAbsolutePath() - Method in class info.magnolia.resourceloader.classpath.service.impl.legacy.LegacyClasspathFile
 
getAbsolutePath() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
 
getAbsoluteTransformer() - Method in class info.magnolia.link.LinkTransformerManager
Gets registered absolute path transformer.
getAccessControlManager() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getAccessibleWorkspaceNames() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getAccessManager() - Method in interface info.magnolia.cms.core.Content
Deprecated.
since 4.0 - use getHierarchyManager instead
getAccessManager() - Method in class info.magnolia.cms.core.ContentHandler
Deprecated.
since 4.0 - use getHierarchyManager instead
getAccessManager() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
Get access manager.
getAccessManager() - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getAccessManager() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
use getHierarchyManager instead
getAccessManager(String, Subject) - Static method in class info.magnolia.cms.security.PermissionUtil
Creates instance of AccessManager configured with subject principal permissions for requested workspace/repository.
getAccessManager() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getAccessManager(String) - Method in class info.magnolia.context.AbstractContext
 
getAccessManager(String) - Method in interface info.magnolia.context.Context
Get a an AccessManager for logical entities.
getAccessManager(String) - Method in class info.magnolia.context.ContextDecorator
Delegates call to the original context.
getAccessManager(String) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getAccessManager(String) - Static method in class info.magnolia.context.MgnlContext
Get access manager for a resource, usually a workspace.
getAccessManager(String) - Method in class info.magnolia.context.SimpleContext
Delegate to the inner context.
getACLs(User) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getACLs(User) - Method in class info.magnolia.cms.security.ExternalUserManager
 
getACLs(String) - Method in interface info.magnolia.cms.security.GroupManager
 
getACLs(User) - Method in class info.magnolia.cms.security.MgnlUserManager
Sets access control list from a list of roles under the provided content object.
getACLs(String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
getACLs(Node) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
getACLs(String) - Method in interface info.magnolia.cms.security.RoleManager
Obtain list of ACLs defined for specified role.
getACLs(User) - Method in interface info.magnolia.cms.security.UserManager
 
getAction() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
getActions() - Method in class info.magnolia.i18nsystem.tools.GeneratorResults
 
getActivationManager() - Static method in class info.magnolia.cms.exchange.ActivationManagerFactory
Deprecated.
 
getActivationStatus() - Method in class info.magnolia.cms.core.MetaData
getActivationStatus(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
Returns the activation status of the node.
getActivationStatus(Node) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
Deprecated.
since 6.1. Use ActivationStatus instead.
getActivationStatusIcon(Content) - Static method in class info.magnolia.cms.util.MetaDataUtil
Deprecated.
getActivationStatusIcon(Node) - Static method in class info.magnolia.cms.util.MetaDataUtil
Deprecated.
Return iconFileName for a node.
getActivatorId() - Method in class info.magnolia.cms.core.MetaData
getActivity() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
getActivity() - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
getAdaptedObject(Class) - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
Deprecated.
 
getAdaptedObject(Class) - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getAdd() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getAdd() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getAddMethod(Class<?>, String, int) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
Get a adder method.
getAddMethod() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
Deprecated.
 
getAddMethod(Class<?>, String, int) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
Deprecated.
since 5.0 - use setters
getAddMethod() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
Deprecated.
since 5.0 - use setter instead.
getAdminPassword() - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
 
getAdminUser() - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
 
getAfter() - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
 
getAggregationState() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getAggregationState() - Static method in class info.magnolia.context.MgnlContext
Returns the AggregationState if we're in a WebContext, throws an IllegalStateException otherwise.
getAggregationState() - Method in interface info.magnolia.context.WebContext
Retrieves the Aggregator instance, which gathers all info regarding the current request (paths, etc).
getAggregationState() - Method in class info.magnolia.context.WebContextImpl
 
getAggregationStateProvider() - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
getAggregationStateSafely() - Static method in class info.magnolia.rendering.model.ModelExecutionFilter
 
getAggregationStateSafely() - Method in class info.magnolia.rendering.renderer.AbstractRenderer
This gets the aggregation state without throwing an exception if the current context is not a WebContext.
getAggregationStateSafely() - Method in class info.magnolia.rendering.template.variation.DefaultRenderableVariationResolver
This gets the aggregation state without throwing an exception if the current context is not a WebContext.
getAggregationStateSafely() - Method in class info.magnolia.rendering.template.variation.ExtensionVariationResolver
This gets the aggregation state without throwing an exception if the current context is not a WebContext.
getAllAnnotationsOfType(Class, Class<A>) - Static method in class info.magnolia.i18nsystem.util.AnnotationUtils
 
getAllChildren(Content) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Returns all children (not recursively) independent of there type.
getAllChildren(Content, Comparator<Content>) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Returns all children (not recursively) independent of there type.
getAllDefinitions() - Method in class info.magnolia.config.registry.AbstractRegistry
 
getAllDefinitions() - Method in interface info.magnolia.config.registry.Registry
Returns all resolvable, valid and enabled definitions.
getAllFrozenNodes() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getAllGroups() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getAllGroups() - Method in class info.magnolia.cms.security.ExternalUser
 
getAllGroups() - Method in interface info.magnolia.cms.security.Group
Get all groups assigned to this group, collected recursively from subgroups.
getAllGroups() - Method in interface info.magnolia.cms.security.GroupManager
Get all groups defined in the system.
getAllGroups(String) - Method in interface info.magnolia.cms.security.GroupManager
Deprecated.
getAllGroups() - Method in class info.magnolia.cms.security.MgnlGroup
 
getAllGroups() - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getAllGroups(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getAllGroups() - Method in class info.magnolia.cms.security.MgnlUser
 
getAllGroups() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getAllGroups() - Method in interface info.magnolia.cms.security.User
Get all groups this user belongs to, collected recursively including supergroups.
getAllLinearFrozenNodes() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getAllLinearVersions() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getAllMetadata() - Method in class info.magnolia.config.registry.AbstractRegistry
 
getAllMetadata() - Method in interface info.magnolia.config.registry.Registry
 
getAllowed() - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
getAllowed() - Method in class info.magnolia.voting.voters.UserAgentVoter
 
getAllowedLifecycleTransistions() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getAllProviders() - Method in class info.magnolia.config.registry.AbstractRegistry
 
getAllProviders() - Method in interface info.magnolia.config.registry.Registry
 
getAllRepositoryNames() - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - use RepositoryManager.getWorkspaceNames() directly.
getAllRoles() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getAllRoles() - Method in class info.magnolia.cms.security.ExternalUser
 
getAllRoles() - Method in class info.magnolia.cms.security.MgnlUser
 
getAllRoles() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getAllRoles() - Method in interface info.magnolia.cms.security.User
Get all roles assigned to this user, collected recursively including groups and supergroups.
getAllSubGroups(String) - Method in interface info.magnolia.cms.security.GroupManager
Returns all sub-groups of the given group.
getAllSubGroups(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getAllSuperGroups(String) - Method in interface info.magnolia.cms.security.GroupManager
Returns all super-groups of the given group, i.e.
getAllSuperGroups(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getAllUsers() - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getAllUsers() - Method in class info.magnolia.cms.security.ExternalUserManager
 
getAllUsers() - Method in class info.magnolia.cms.security.MgnlUserManager
Get all users managed by this user manager.
getAllUsers() - Method in interface info.magnolia.cms.security.UserManager
Get all users.
getAllVersions() - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
getAllVersions() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getAllVersions(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get all versions.
getAllVersions() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
getAllVersions() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getAllVersions() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getAllVersionsUnfiltered() - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionVersionIteratorWrapper
Returns all versions regardless of the workspace they were versioned from.
getAncestor(int) - Method in interface info.magnolia.cms.core.Content
Deprecated.
get absolute parent object starting from the root node.
getAncestor(int) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getAncestor(int) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
getAncestor(int) - Method in class info.magnolia.cms.core.version.VersionedNode
 
getAncestor(int) - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
getAncestor(int) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getAncestor(int) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getAncestor(int) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
getAncestor(int) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getAncestor(int) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getAncestorDefinition(int) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getAncestorDefinition(int) - Method in interface info.magnolia.rendering.context.RenderingContext
 
getAncestorKeyGenerators(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the I18nKeyGenerators corresponding to the parent objects of the given object.
getAncestorOfType(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Returns the first found ancestor of the given node which is of the given type, or the given node itself, it is of the given type.
getAncestors() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Convenience method for taglib.
getAncestors() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getAncestors() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Convenience method for taglib.
getAncestors() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getAncestors(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the list of parent objects as set via the I18nParentable interface when the object was decorated by I18nizer.
getAncestors(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Get all Ancestors until level 1.
getAnchor() - Method in class info.magnolia.link.Link
 
getAnnotatedComponents() - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
getAnnotatedTypeMappings() - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
getAnnotationOn(Class, Class<A>) - Static method in class info.magnolia.i18nsystem.util.AnnotationUtils
 
getAnonymousSubject() - Static method in class info.magnolia.cms.security.Security
Deprecated.
 
getAnonymousSubject() - Method in class info.magnolia.cms.security.SystemUserManager
 
getAnonymousUser() - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getAnonymousUser() - Method in class info.magnolia.cms.security.ExternalUserManager
SystemUserManager does this.
getAnonymousUser() - Method in class info.magnolia.cms.security.MgnlUserManager
SystemUserManager does this.
getAnonymousUser() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUserManager
 
getAnonymousUser() - Static method in class info.magnolia.cms.security.Security
Deprecated.
 
getAnonymousUser() - Method in class info.magnolia.cms.security.SystemUserManager
 
getAnonymousUser() - Method in interface info.magnolia.cms.security.UserManager
Get Anonymous user, this user must always exist in magnolia repository.
getAppendable() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getAppendable() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getAppendable() - Method in class info.magnolia.rendering.engine.AppendableOnlyOutputProvider
 
getAppendable() - Method in class info.magnolia.rendering.engine.FilteringResponseOutputProvider
 
getAppendable() - Method in interface info.magnolia.rendering.engine.OutputProvider
 
getAppendable() - Method in class info.magnolia.rendering.engine.ResponseOutputProvider
 
getApplicablePolicies(Principal) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getApplicablePolicies(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getAppRelativePaths() - Method in class info.magnolia.i18nsystem.setup.AbstractRemoveHardcodedI18nPropertiesTask
Subclasses will need to implement this abstract method to provide the paths relative to the module name under which one wants to remove such properties.
getAppRelativePaths() - Method in class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromDialogsTask
 
getAppRelativePaths() - Method in class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromSubappsTask
 
getAppRootDir() - Method in class info.magnolia.cms.core.FileSystemHelper
Gets the root directory for the magnolia web application.
getAppRootDir() - Static method in class info.magnolia.cms.core.Path
Deprecated.
getArea() - Method in class info.magnolia.templating.elements.AreaElement
 
getAreaDefinition() - Method in class info.magnolia.templating.elements.AreaElement
 
getAreas() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getAreas() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getArguments() - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
 
getAssignedTemplate(Node) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
 
getAssignedTemplate(Node) - Method in interface info.magnolia.rendering.template.assignment.TemplateDefinitionAssignment
Returns the id of the template assigned to a node or null if none has been assigned.
getAssignedTemplateDefinition(Node) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
 
getAssignedTemplateDefinition(Node) - Method in interface info.magnolia.rendering.template.assignment.TemplateDefinitionAssignment
 
getAsString() - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
Deprecated.
 
getAsString() - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getAtomName() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the parameter name.
getAttribute(String) - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getAttribute(String) - Method in class info.magnolia.cms.core.BinaryNodeData
 
getAttribute(String) - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
get attribute, available only if NodeData is of type Binary.
getAttribute(String) - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getAttribute(String) - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getAttribute(String, int) - Method in class info.magnolia.context.AbstractContext
 
getAttribute(String) - Method in class info.magnolia.context.AbstractContext
Get the attribute value.
getAttribute(String, int) - Method in class info.magnolia.context.AbstractMapBasedContext
Use the Map.get().
getAttribute(String, int) - Method in interface info.magnolia.context.AttributeStrategy
 
getAttribute(String, int) - Method in interface info.magnolia.context.Context
Get attribute value.
getAttribute(String) - Method in interface info.magnolia.context.Context
Get attribute value without passing a scope.
getAttribute(String, int) - Method in class info.magnolia.context.ContextDecorator
Delegates call to the original context.
getAttribute(String, int) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getAttribute(String) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getAttribute(String, int) - Method in class info.magnolia.context.MapAttributeStrategy
 
getAttribute(String) - Static method in class info.magnolia.context.MgnlContext
Get attribute value.
getAttribute(String, int) - Static method in class info.magnolia.context.MgnlContext
Get the attribute from the specified scope.
getAttribute(String, int) - Method in class info.magnolia.context.RequestAttributeStrategy
 
getAttribute(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getAttribute(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getAttributeNames() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getAttributeNames() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getAttributeNames() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
get all attribute names.
getAttributeNames() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getAttributeNames() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getAttributeNames() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getAttributes(int) - Method in class info.magnolia.context.AbstractContext
 
getAttributes() - Method in class info.magnolia.context.AbstractContext
Merge the scopes maps.
getAttributes(int) - Method in class info.magnolia.context.AbstractMapBasedContext
Ignore scope and return the inner map.
getAttributes() - Method in class info.magnolia.context.AbstractMapBasedContext
Returns the inner map.
getAttributes(int) - Method in interface info.magnolia.context.AttributeStrategy
 
getAttributes(int) - Method in interface info.magnolia.context.Context
Get a map of a attributes set in the scope.
getAttributes() - Method in interface info.magnolia.context.Context
Get an over all map.
getAttributes(int) - Method in class info.magnolia.context.ContextDecorator
Delegates call to the original context.
getAttributes(int) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getAttributes() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getAttributes(int) - Method in class info.magnolia.context.MapAttributeStrategy
Ignore scope and return the inner map.
getAttributes() - Method in class info.magnolia.context.MapAttributeStrategy
Returns the inner map.
getAttributes(int) - Method in class info.magnolia.context.RequestAttributeStrategy
 
getAttributes() - Method in class info.magnolia.templating.elements.attribute.Joining
 
getAttributeStrategy() - Method in class info.magnolia.context.AbstractContext
 
getAtts() - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
Deprecated.
Returns the atts.
getAuthorId() - Method in class info.magnolia.cms.core.MetaData
getAutoGeneration() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getAutoGeneration() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getAutoPopulateFromRequest() - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getAutoPopulateFromRequest() - Method in interface info.magnolia.rendering.engine.RenderingEngine
 
getAutoPopulateFromRequest() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getAutoPopulateFromRequest() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getAvailableComponents() - Method in interface info.magnolia.rendering.template.AreaDefinition
 
getAvailableComponents() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getAvailableComponents() - Method in class info.magnolia.templating.elements.AreaElement
 
getAvailableLocales() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
 
getAvailableLocales() - Method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getAvailableOrigins() - Method in class info.magnolia.resourceloader.DefaultResourceOrigins
 
getAvailableTemplates(Node) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
 
getAvailableTemplates(Node) - Method in interface info.magnolia.rendering.template.assignment.TemplateDefinitionAssignment
 
getBackupPath() - Method in class info.magnolia.module.delta.BackupTask
 
getBasename() - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
If no basename is provided this method returns DEFAULT_BASENAME.
getBasename() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager.MessagesID
Returns the basename.
getBasename() - Method in interface info.magnolia.cms.i18n.Messages
If no basename is provided this method returns DEFAULT_BASENAME.
getBaseNode() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getBasePath() - Method in class info.magnolia.freemarker.loaders.LazyFileTemplateLoader
 
getBaseVersion() - Method in interface info.magnolia.cms.core.Content
Deprecated.
get the current base version of this node.
getBaseVersion() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getBaseVersion(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Returns the current base version of given node.
getBaseVersion() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
getBaseVersion() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getBaseVersion() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getBaseVersion(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
getBaseVersion() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getBaseVersion(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
getBasicInstallTasks(InstallContext) - Method in class info.magnolia.freemarker.setup.FreemarkerSupportModuleVersionHandler
 
getBasicInstallTasks(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getBasicInstallTasks(InstallContext) - Method in class info.magnolia.module.DefaultModuleVersionHandler
This method should generally not be overridden.
getBasicInstallTasks(InstallContext) - Method in class info.magnolia.setup.CoreModuleVersionHandler
 
getBCrypt(String) - Static method in class info.magnolia.cms.security.Digester
Deprecated.
 
getBCrypt(String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getBean2ContentProcessor() - Static method in class info.magnolia.content2bean.Content2BeanUtil
Deprecated.
since 4.5 - unused, Bean2Content is not implemented yet.
getBefore() - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
 
getBinary() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getBinaryNode(boolean) - Method in class info.magnolia.cms.core.BinaryNodeData
 
getBinaryNodeDatas(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
getBindingContext() - Method in class info.magnolia.module.model.ComponentDefinition
 
getBindingContext() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
getBoolean() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getBoolean() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getBoolean() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the boolean representation of the value.
getBoolean() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getBoolean(Content, String, boolean) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getBoolean() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getBoolean(Node, String, boolean) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the boolean representing the node property value.
getBoolean() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getBooleanProperty(String) - Method in class info.magnolia.cms.core.MetaData
Deprecated.
 
getBooleanProperty(String) - Static method in class info.magnolia.cms.core.SystemProperty
Deprecated.
getBooleanProperty(String) - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
getBooleanProperty(String) - Method in class info.magnolia.init.properties.AbstractPropertySource
 
getBooleanProperty(String) - Method in interface info.magnolia.init.PropertySource
 
getBootstrapDirs() - Static method in class info.magnolia.importexport.Bootstrapper
Return the standard bootstrap dirs defined in the magnolia.properties file.
getBrowserLink(String) - Method in class info.magnolia.link.LinkTransformerManager
Creates instance of link transformer that will transform any provided links to either absolute or relative path based on the current server configuration.
getBundle() - Method in class info.magnolia.cms.i18n.DefaultMessagesImpl
Returns the bundle for the current basename.
getBypasses() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
getByPath(String) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getByPath(String) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getByPath(String) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getByPath(String) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
getByPath(String) - Method in interface info.magnolia.resourceloader.ResourceOrigin
Retrieves a Resource object based on the given path.
getByPath(String) - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
since 6.1 use ResourceOrigin.getByPath(String) and lambdas
getByStringKey(String) - Method in class info.magnolia.config.registry.RegistryMap
 
getCacheDirectory() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement.
getCacheDirectoryPath() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement.
getCaption() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem.Type
 
getCaseInsensitive(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Get a subnode case insensitive.
getCatalogueName() - Method in class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
Deprecated.
 
getChained(String, String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getChained(String, String[], String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getChainedWithDefault(String, String, String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getChainedWithDefault(String, String, String[], String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getChannel() - Method in class info.magnolia.cms.core.AggregationState
 
getChannel() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getChannels() - Method in interface info.magnolia.channel.ChannelManager
 
getChannels() - Method in class info.magnolia.channel.ChannelManagerImpl
 
getCharacterEncoding() - Method in class info.magnolia.cms.core.AggregationState
 
getCharacterEncoding() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getCharset() - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathServiceConfiguration
Get the charset to be used to access the contents of the textual classpath resources.
getCharsetFor(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
Returns the preferred Charset to read the given Resource.
getCharsetFor(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getCharsetFor(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getCharsetFor(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getCharsetFor(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
Overridden to throw an exception; since we override LayeredResourceOrigin.openReader(LayeredResource), this method used in AbstractResourceOrigin.openReader(info.magnolia.resourceloader.AbstractResource) should never be called.
getCheckedPath() - Method in class info.magnolia.module.delta.AbstractConditionalRepositoryTask
Returns a path in a repository in the form repository:path (e.g.
getChildByName(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated. 
getChildByName(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
getChildByName(String) - Method in class info.magnolia.cms.util.ContentWrapper
getChildNodes() - Method in class info.magnolia.freemarker.models.ContentMapModel
This returns all children, except nodes or jcr: types and mgnl:metaData.
getChildren() - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Gets a Collection containing all child nodes of the same NodeType as "this" object.
getChildren(Content.ContentFilter) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Get a collection containing child nodes which satisfies the given filter.
getChildren(ItemType) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Get collection of specified content type.
getChildren(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Get collection of specified content type and its subtypes.
getChildren(String, String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Get collection of specified content type.
getChildren(Content.ContentFilter, Comparator<Content>) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Get a collection containing child nodes which satisfies the given filter.
getChildren(Content.ContentFilter, String, Comparator<Content>) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
getChildren() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Gets a Collection containing all child nodes of the same NodeType as "this" object.
getChildren(Content.ContentFilter) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Get a collection containing child nodes which satisfies the given filter.
getChildren(Content.ContentFilter, Comparator<Content>) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Get a collection containing child nodes which satisfies the given filter.
getChildren(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Get collection of specified content type and its subtypes.
getChildren(ItemType) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Get collection of specified content type.
getChildren(String, String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Get collection of specified content type.
getChildren(Content.ContentFilter, String, Comparator<Content>) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getChildren(Content.ContentFilter, String, Comparator<Content>) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
All AbstractContent.getChildren() methods delegate to this method.
getChildren(Content.ContentFilter, String, Comparator<Content>) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getChildren(Content.ContentFilter, String, Comparator<Content>) - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
getChildren(Content.ContentFilter, String, Comparator<Content>) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
 
getChildren(Content) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
Deprecated.
Returns the children of the node to be transformed.
getChildren(Content) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
Deprecated.
 
getChildren(Node) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
 
getChildren(Node) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
Returns the children of the node to be transformed.
getChildren() - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
getChildren() - Method in class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
getChildren() - Method in class info.magnolia.templating.inspector.Inspector.ContentMapValueFormatter
 
getChildren() - Method in class info.magnolia.templating.inspector.Inspector.MapValueFormatter
 
getChildren() - Method in class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
 
getChildren() - Method in class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
 
getChildren() - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
getClassFactory() - Static method in class info.magnolia.objectfactory.Classes
 
getClassifier() - Method in class info.magnolia.module.model.Version
 
getClassLoader() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getClassName() - Method in class info.magnolia.module.model.ConfigurerDefinition
 
getClassName() - Method in class info.magnolia.module.model.ModuleDefinition
 
getClassName() - Method in class info.magnolia.module.model.ServletDefinition
 
getClasspathEntry() - Method in class info.magnolia.resourceloader.classpath.ClasspathResource
 
getClasspathEntryMappings() - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
getClasspathFileConstructionStrategy() - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathEntriesResolver
 
getClasspathLocations() - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathServiceConfiguration
Get possible classpath locations to search resources at (e.g.
getClientCallbacks() - Method in class info.magnolia.cms.security.SecurityCallbackFilter
 
getCollectedResources() - Method in class info.magnolia.resourceloader.util.FileResourceCollectorVisitor
 
getCollection() - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
 
getCollection() - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
 
getCollectionEntryType() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
Deprecated.
 
getCollectionEntryType() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
getCollectionFromNodeIterator(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getCollectionKeyType() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
Deprecated.
 
getCollectionKeyType() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
getCommand() - Method in interface info.magnolia.cms.servlets.MVCServletHandler
Deprecated.
Returns the name of the command we want to execute.
getCommand() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
 
getCommand(String) - Method in interface info.magnolia.commands.chain.Catalog
 
getCommand(String, String) - Method in class info.magnolia.commands.CommandsManager
Get the command.
getCommand(String) - Method in class info.magnolia.commands.CommandsManager
Use a delimiter to separate the catalog and command name.
getCommand(String) - Method in class info.magnolia.commands.MgnlCatalog
 
getCommandContext(String) - Method in class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
Deprecated.
The default implementation returns the current context.
getCommandName() - Method in class info.magnolia.commands.DelegateCommand
 
getCommands() - Method in class info.magnolia.commands.chain.ChainBase
Returns unmodifiable list of commands.
getComment() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getComment() - Method in class info.magnolia.commands.impl.VersionCommand
 
getComment(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Deleted
Returns the comment set when then node was last deleted or null if no comment has been set.
getComment(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Versionable
Returns the comment set when then node was last versioned or null if no comment has been set.
getComment() - Method in class info.magnolia.module.model.ServletDefinition
 
getCommentTemplate() - Method in class info.magnolia.commands.impl.ExtractCommentCommand
 
getCompleteUrl() - Method in class info.magnolia.link.LinkTransformerManager
Creates instance of Complete URL link transformer that will create fully qualified and localized link to content denoted by Link provided to its transform method.
getCompleteURLTransformer() - Method in class info.magnolia.link.LinkTransformerManager
Gets registered complete URL transformer.
getComponent(Class<T>) - Method in interface info.magnolia.objectfactory.ComponentProvider
Returns the component mapped for a given type.
getComponent(Class<T>) - Static method in class info.magnolia.objectfactory.Components
Returns a component from the currently set ComponentProvider.
getComponent(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
getComponent(Class<T>) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getComponentClass() - Method in class info.magnolia.rendering.renderer.ContextAttributeConfiguration
 
getComponentComparator() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
getComponentComparator() - Method in interface info.magnolia.rendering.template.InheritanceConfiguration
 
getComponentFactory(Class<T>, Class<? extends ComponentFactory<T>>) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
getComponentPredicate() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
getComponentPredicate() - Method in interface info.magnolia.rendering.template.InheritanceConfiguration
 
getComponentProvider() - Static method in class info.magnolia.objectfactory.Components
Returns the currently set ComponentProvider.
getComponents() - Method in class info.magnolia.module.model.ComponentsDefinition
 
getComponents() - Method in class info.magnolia.module.model.ModuleDefinition
 
getComponents() - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
Deprecated.
getComponents() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
getComponentsFromModules(String, List<ModuleDefinition>) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
Reads component definitions from module descriptors and return a ComponentProviderConfiguration containing all components with the given id.
getComponentType() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
 
getComponentWithAnnotation(Class<T>, Annotation) - Static method in class info.magnolia.objectfactory.Components
 
getCompression() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
getCondition() - Method in class info.magnolia.voting.voters.IfVoter
 
getConditions() - Method in interface info.magnolia.module.delta.Delta
Returns the list of Conditions which have to be checked before this Delta's Tasks can be executed.
getConditions() - Method in class info.magnolia.module.delta.DeltaBuilder
 
getConditions() - Method in class info.magnolia.module.webapp.WebappDelta
 
getConfig() - Method in class info.magnolia.cms.filters.FilterDecorator
 
getConfigJCRSession() - Method in interface info.magnolia.module.InstallContext
 
getConfigJCRSession() - Method in class info.magnolia.module.InstallContextImpl
 
getConfigPath() - Method in interface info.magnolia.cms.exchange.ActivationManager
Deprecated.
since 5.3.3 there's no real need to expose this as such a location is an implementation detail.
getConfiguration() - Method in class info.magnolia.freemarker.FreemarkerHelper
 
getConfiguration() - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathService
Get configuration of the current service.
getConfiguration() - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
getConfigurationProfile() - Method in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
 
getConfigurationSourceType() - Method in interface info.magnolia.config.registry.DefinitionMetadata
Returns the type of the configuration source which initially produced the definition.
getConfigurationSourceType() - Method in class info.magnolia.config.registry.DefinitionQuery
 
getConfigured(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
getConfigurer(ConfigurerDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
getConfigurers() - Method in class info.magnolia.module.model.ComponentsDefinition
 
getConfigurers() - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
 
getConnectTimeout() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getConstructByNodeType(Node) - Method in class info.magnolia.config.source.yaml.MgnlYamlConstructor
 
getConstructor() - Method in class info.magnolia.config.source.yaml.construct.MgnlYamlConstruct
 
getConstructor() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getContainingHistory() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Get containing version history.
getContainingHistory() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getContainingHistory() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getContent() - Method in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
getContent(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Gets the Content node of the current node with the specified name.
getContent(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getContent(String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
get content object of the requested URI.
getContent(String, boolean, ItemType) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
Like getContent() but creates the node if not yet existing.
getContent(String) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getContent(String, boolean, ItemType) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getContent() - Method in interface info.magnolia.cms.core.search.QueryResult
Deprecated.
Gets a collection of Content objects for mgnl:content NodeType.
getContent(String) - Method in interface info.magnolia.cms.core.search.QueryResult
Deprecated.
Gets a collection of Content objects for specified NodeType.
getContent() - Method in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
 
getContent(String) - Method in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
 
getContent(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Returns a direct child if it was included in the version.
getContent(String, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Returns a Content object of the named repository or null if not existing.
getContent(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
Get the node or null if not exists.
getContent(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getContent(String) - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
getContent(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getContent(String, boolean, ItemType) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getContent(String) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
 
getContent(String) - Method in class info.magnolia.rendering.model.ModelExecutionFilter
Returns the content node for the supplied node identifier.
getContent() - Method in interface info.magnolia.rendering.model.RenderingModel
Map representation of the content node tied to this model.
getContent() - Method in class info.magnolia.rendering.model.RenderingModelImpl
 
getContent() - Method in interface info.magnolia.rendering.template.AutoGenerationConfiguration
 
getContent() - Method in class info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
 
getContent() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getContent2BeanProcessor() - Static method in class info.magnolia.content2bean.Content2BeanUtil
Deprecated.
since 4.5, use IoC. - TODO only used locally
getContent2BeanTransformer() - Static method in class info.magnolia.content2bean.Content2BeanUtil
Deprecated.
since 4.5, use IoC.
getContentByUUID(String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
This method can be used to retrieve Content which has UUID assigned to it, in other words only those nodes which has mixin type mix:referenceable.
getContentByUUID(String) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getContentByUUID(String, String) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
 
getContentByUUID(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getContentDecorator() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getContentDecorator() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
getContentDecorator() - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getContentDecorator() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
getContentEncoding(String) - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
getContentEncodingOrDefault(String) - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
getContentFromJCRReference() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
Specific implementation for retrieving the referenced node when using a property of type REFERENCE.
getContentFromJCRReference() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getContentFromJCRReference() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getContentFromJCRReference() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getContentHandler(OutputStream) - Method in enum info.magnolia.importexport.command.JcrExportCommand.Format
 
getContentHandler(OutputStream, boolean) - Method in enum info.magnolia.importexport.command.JcrExportCommand.Format
 
getContentLength() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getContentLength() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getContentLength() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
returns size in bytes.
getContentLength() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getContentLength() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getContentListByTemplateIds(Node, Set<String>, int, String, String) - Method in class info.magnolia.rendering.template.type.TemplateTypeHelper
Find content objects with one of the given templates below a given search root.
getContentListByTemplateType(Node, String, String, int, String, String) - Method in class info.magnolia.rendering.template.type.TemplateTypeHelper
Find content objects with one of the given template (sub) types below given search root.
getContentSafely(String) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
This method returns null if no content has been found.
getContentSafely(InheritanceContentWrapper, String) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
This method returns null if no content has been found.
getContentStructure() - Method in interface info.magnolia.rendering.template.AreaDefinition
 
getContentStructure() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getContentType() - Method in class info.magnolia.cms.beans.runtime.File
 
getContentType(RenderableDefinition) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
It's currently not possible to determine the content type of the renderer from the RenderableDefinition.
getContentType() - Method in class info.magnolia.rendering.renderer.AbstractRenderer
 
getContext(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getContextAttributes() - Method in class info.magnolia.rendering.renderer.AbstractRenderer
 
getContextAttributes() - Method in class info.magnolia.templating.elements.AreaElement
 
getContextAttributes() - Method in class info.magnolia.templating.elements.ComponentElement
 
getContextPath(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
 
getContextPath() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getContextPath() - Static method in class info.magnolia.context.MgnlContext
 
getContextPath() - Method in interface info.magnolia.context.WebContext
Get the current context path.
getContextPath() - Method in class info.magnolia.context.WebContextImpl
 
getContextPath() - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
getContextPath() - Method in interface info.magnolia.init.MagnoliaInitPaths
 
getContextPath() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getContextRelativePath(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the current path relative to the context path, the current path is the path used in the latest forward or include dispatch.
getCoreVersion() - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
getCorrespondingNodePath(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getCountry() - Method in class info.magnolia.cms.i18n.LocaleDefinition
 
getCreateAreaNode() - Method in interface info.magnolia.rendering.template.AreaDefinition
 
getCreateAreaNode() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getCreateAreaNode() - Method in class info.magnolia.templating.elements.AreaElement
 
getCreated() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Get creation date of this version.
getCreated() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getCreated() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getCreated(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Created
Returns the creation date of a node or null if creation date isn't set.
getCreatedBy(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Created
Returns the name of the user that created a node.
getCreationDate() - Method in class info.magnolia.cms.core.MetaData
Deprecated.
getCredentials() - Method in class info.magnolia.context.DefaultRepositoryStrategy
 
getCurrent() - Method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
 
getCurrent() - Method in class info.magnolia.templating.functions.SiblingsHelper
 
getCurrentBean() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
Deprecated.
 
getCurrentBean() - Method in interface info.magnolia.content2bean.TransformationState
Deprecated.
 
getCurrentBean() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
getCurrentBean() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
getCurrentCalendar() - Static method in class info.magnolia.jcr.util.NodeTypes
 
getCurrentClassLoader() - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
From http://stackoverflow.com/questions/1771679/difference-between-threads-context-class-loader-and-normal-classloader.
getCurrentContent() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
Deprecated.
 
getCurrentContent() - Method in interface info.magnolia.content2bean.TransformationState
Deprecated.
 
getCurrentContent() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getCurrentContent() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getCurrentContentNode() - Method in class info.magnolia.cms.core.AggregationState
 
getCurrentContentNode() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getCurrentLoginResult() - Static method in class info.magnolia.cms.security.auth.login.LoginResult
 
getCurrentlyConfiguredClassName() - Method in class info.magnolia.objectfactory.Classes.ClassFactoryProvider
 
getCurrentlyInstalled(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getCurrentlyInstalled(InstallContext) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleVersionHandler
 
getCurrentlyInstalled(InstallContext) - Method in interface info.magnolia.module.ModuleVersionHandler
Gets the currently installed version number of this module.
getCurrentlyInstalled(InstallContext) - Method in class info.magnolia.module.webapp.WebappVersionHandler
 
getCurrentModuleDefinition() - Method in interface info.magnolia.module.InstallContext
Allows generic tasks to know what's being installed/updated.
getCurrentModuleDefinition() - Method in class info.magnolia.module.InstallContextImpl
 
getCurrentModuleDefinition() - Method in interface info.magnolia.module.ModuleLifecycleContext
Gets the current module definition.
getCurrentModuleDefinition() - Method in class info.magnolia.module.ModuleLifecycleContextImpl
 
getCurrentNode() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
getCurrentNode() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
getCurrentType() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
Deprecated.
 
getCurrentType() - Method in interface info.magnolia.content2bean.TransformationState
Deprecated.
 
getCurrentType() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
getCurrentType() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
getCurrentURI() - Method in class info.magnolia.cms.core.AggregationState
 
getCurrentURI() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getCurrentUserName() - Static method in class info.magnolia.jcr.util.NodeTypes
 
getCurrentUserName() - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
 
getCurrentUTCCalendar() - Static method in class info.magnolia.cms.util.DateUtil
Get UTC Calendar for current time.
getCurrentVersion() - Method in class info.magnolia.module.ModuleManager.ModuleAndDeltas
 
getDate() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getDate() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getDate() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the Calendar representation of the value.
getDate() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getDate(Content, String, Calendar) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getDate() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getDate(Node, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the Calendar representing the node property value.
getDate(Node, String, Calendar) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the Calendar representing the node property value.
getDate() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getDateFormat() - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
since 4.5 - use PropertyUtil.getDateFormat() instead
getDateFormat() - Static method in class info.magnolia.jcr.util.PropertyUtil
 
getDateProperty(String) - Method in class info.magnolia.cms.core.MetaData
Deprecated.
 
getDecimal() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getDeclaringClass() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getDecoratedDefinitionProvider(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
 
getDecoratedDefinitionReference() - Method in interface info.magnolia.config.registry.decoration.DefinitionDecoratorMetadata
 
getDecoratedDefinitionReference() - Method in interface info.magnolia.config.source.yaml.decoration.YamlDefinitionDecoratorMetadata
 
getDecoratedFilter() - Method in class info.magnolia.cms.filters.FilterDecorator
 
getDecoratedPath() - Method in interface info.magnolia.config.source.yaml.decoration.YamlDefinitionDecoratorMetadata
 
getDecoratorFile() - Method in interface info.magnolia.config.source.yaml.decoration.FileDefinitionDecorator
 
getDecoratorFile() - Method in class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
 
getDecorators() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getDecorators() - Method in interface info.magnolia.config.registry.DefinitionProvider
 
getDef() - Method in class info.magnolia.rendering.model.RenderingModelImpl
Shortname for templates: model.def.
getDefaultBaseUrl() - Method in class info.magnolia.cms.beans.config.ServerConfiguration
 
getDefaultExporterClass() - Method in enum info.magnolia.importexport.command.JcrExportCommand.Format
 
getDefaultExtension() - Method in class info.magnolia.cms.beans.config.ServerConfiguration
 
getDefaultLocale() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getDefaultLocale() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
 
getDefaultLocale() - Method in interface info.magnolia.cms.i18n.I18nContentSupport
 
getDefaultLocale() - Method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getDefaultMapping() - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
 
getDefaultMapping() - Static method in class info.magnolia.content2bean.TypeMapping.Factory
Deprecated.
 
getDefaultName() - Method in class info.magnolia.jaas.principal.GroupListImpl
 
getDefaultName() - Method in class info.magnolia.jaas.principal.RoleListImpl
 
getDefaultRule() - Method in class info.magnolia.commands.impl.RestorePreviousVersionCommand
 
getDefaultRule() - Method in class info.magnolia.commands.impl.RuleBasedCommand
 
getDefaultSeparator() - Method in class info.magnolia.audit.AuditLoggingManager
 
getDefaultSessionTrackingModes() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getDefaultTemplate(Node) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
Get the Template that could be used for the provided content as a default.
getDefaultTemplate(Node) - Method in interface info.magnolia.rendering.template.assignment.TemplateDefinitionAssignment
 
getDefaultTransformer() - Static method in class info.magnolia.content2bean.Content2BeanTransformer.Factory
Deprecated.
 
getDefaultUpdate(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
The minimal delta to be applied for each update, even if no delta was specifically registered for the version being installed.
getDefaultUpdateConditions(Version) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getDefaultUpdateTasks(Version) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getDefaultVoting() - Static method in class info.magnolia.voting.Voting.Factory
Deprecated.
 
getDefaultWorkspace(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
Get default workspace name.
getDefinition() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getDefinition() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getDefinition(String) - Method in interface info.magnolia.module.ModuleRegistry
 
getDefinition(String) - Method in class info.magnolia.module.ModuleRegistryImpl
 
getDefinition() - Method in interface info.magnolia.rendering.model.RenderingModel
The renderable (template, area or component) tied to this model.
getDefinition() - Method in class info.magnolia.rendering.model.RenderingModelImpl
 
getDefinitionMessage(RenderableDefinition, String) - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
Deprecated.
since 5.4.4. Use new i18n mechanism instead.
getDelay() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getDelegate() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
since 4.3 use getWrappedHierarchyManager() instead
getDelegate() - Method in interface info.magnolia.cms.util.PatternDelegate
Returns the delegate that this bean holds.
getDelegate() - Method in class info.magnolia.cms.util.UrlPatternDelegate
Returns the delegate.
getDelegate() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getDelegate() - Method in class info.magnolia.config.registry.DefinitionProviderWrapper
 
getDelegate() - Method in class info.magnolia.config.source.yaml.YamlDefinitionProvider
 
getDelegate() - Method in class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
First attempts to initialize a new delegate if needed.
getDelegatePath() - Method in class info.magnolia.voting.voters.DelegateVoter
Deprecated.
 
getDeletable() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getDeletable() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getDelete() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getDelete() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getDeleted(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Deleted
Returns the date when the node was deleted or null if no deletion date has been stored on the node.
getDeletedBy(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Deleted
Returns the name of the user that deleted the node or null if no deleting user has been stored on the node.
getDeltas(InstallContext, Version) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getDeltas(InstallContext, Version) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleVersionHandler
 
getDeltas() - Method in class info.magnolia.module.ModuleManager.ModuleAndDeltas
 
getDeltas(InstallContext, Version) - Method in interface info.magnolia.module.ModuleVersionHandler
Returns the deltas to be applied to update from the given Version from to the current one.
getDeltas(InstallContext, Version) - Method in class info.magnolia.module.webapp.WebappVersionHandler
 
getDeltaTypes() - Method in class info.magnolia.module.ModuleManager.ModuleManagementState
 
getDeltaTypesDescription(String[]) - Method in class info.magnolia.module.ModuleManager.ModuleManagementState
Returns one of the given Strings depending on the combination of delta types in the registered deltas.
getDependencies() - Method in class info.magnolia.config.source.yaml.MgnlYamlConstructor.YamlConfigurationDependencyAggregator
 
getDependencies() - Method in class info.magnolia.config.source.yaml.YamlReader.YamlConversionResult
 
getDependencies() - Method in class info.magnolia.module.model.ModuleDefinition
 
getDependencies() - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
 
getDependencyAggregator() - Method in class info.magnolia.config.source.yaml.MgnlYamlConstructor
 
getDependentNodeTypes(NodeTypeDefinition, NodeTypeRegistry, NamePathResolver, NodeTypeManager) - Method in class info.magnolia.setup.nodetype.AbstractNodeTypeRegistrationTask
Deprecated.
since 5.4.3, use NodeTypeRegistry.getDependentNodeTypes(Name). This function was added to keep the implementation jackrabbit-API agnostic. But we already have jackrabbit dependencies in the passed params, so it essentially is useless. Apart from that it was causing the migration to fail, as the returned Map did not retain the order of the nodeTypes.
getDeprecatedReadMethods(TypeMapping, Class<?>, String) - Static method in class info.magnolia.util.DeprecationUtil
Returns Deprecated methods from parentClass.
getDeprecation() - Method in interface info.magnolia.config.registry.DefinitionMetadata
 
getDeprecation() - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder.DefinitionMetadataImpl
 
getDeprecationMessage(Class<?>) - Static method in class info.magnolia.util.DeprecationUtil
Returns human readable deprecation information for given deprecatedClass.
getDeprecationMessage(Class<?>, Class<?>) - Static method in class info.magnolia.util.DeprecationUtil
Returns human readable deprecation information for given actualClass and deprecatedParentClass.
getDeprecationMessage(Method) - Static method in class info.magnolia.util.DeprecationUtil
Returns human readable deprecation information for given deprecatedMethod.
getDeprecationMessage(String, String, String, String) - Static method in class info.magnolia.util.DeprecationUtil
Returns human readable deprecation information.
getDepth() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getDepth() - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
getDepth() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getDepth() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getDescription() - Method in class info.magnolia.module.delta.AbstractCondition
 
getDescription() - Method in class info.magnolia.module.delta.AbstractTask
 
getDescription() - Method in class info.magnolia.module.delta.ArrayDelegateTask
 
getDescription() - Method in interface info.magnolia.module.delta.Condition
Description what will be checked, and how the user can fix it if it's not set properly.
getDescription() - Method in interface info.magnolia.module.delta.Delta
 
getDescription() - Method in class info.magnolia.module.delta.DeltaBuilder
 
getDescription() - Method in interface info.magnolia.module.delta.Task
Description what will happen during the execution.
getDescription() - Method in class info.magnolia.module.model.ModuleDefinition
 
getDescription() - Method in class info.magnolia.module.webapp.WebappDelta
 
getDescription() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getDescription() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getDescription() - Method in class info.magnolia.templating.elements.AreaElement
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.BooleanValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.CalendarValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.CharValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.ContentMapValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.DateValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.MapValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.NullValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.NumberValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.ObjectValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
 
getDescription() - Method in class info.magnolia.templating.inspector.Inspector.StringValueFormatter
 
getDescription() - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
getDestination() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
 
getDetails() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
getDetails() - Method in class info.magnolia.module.InstallContext.Message
 
getDialog() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getDialog() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getDialog() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getDialog() - Method in class info.magnolia.templating.elements.AreaElement
 
getDigest(String, String) - Static method in class info.magnolia.cms.security.Digester
Deprecated.
 
getDigest(byte[], String) - Static method in class info.magnolia.cms.security.Digester
Deprecated.
 
getDigest(String, String) - Static method in class info.magnolia.cms.security.SecurityUtil
Message Digesting function.
getDigest(byte[], String) - Static method in class info.magnolia.cms.security.SecurityUtil
Message Digesting function.
getDigestInputStream(InputStream) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getDigestOutputStream(OutputStream) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getDirectSubGroups(String) - Method in interface info.magnolia.cms.security.GroupManager
Returns sub-groups directly assigned to the given group.
getDirectSubGroups(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getDirectSuperGroups(String) - Method in interface info.magnolia.cms.security.GroupManager
Returns direct super-groups of the given group.
getDirectSuperGroups(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getDispatcherType(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the dispatcher type of the request, the dispatcher type is defined to be identical to the semantics of filter mappings in web.xml.
getDispatcherType(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Returns the dispatcher type of the request, the dispatcher type is defined to be identical to the semantics of filter mappings in web.xml.
getDispatching() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
getDispatchRule(DispatcherType) - Method in class info.magnolia.cms.filters.DispatchRules
 
getDisplayName() - Method in class info.magnolia.module.model.ModuleDefinition
Returns the displayName or the name if displayName wasn't set.
getDocument(String) - Method in class info.magnolia.cms.beans.runtime.MultipartForm
 
getDocument(String) - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getDocuments() - Method in class info.magnolia.cms.beans.runtime.MultipartForm
 
getDocuments() - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getDomain() - Method in class info.magnolia.voting.voters.DomainNameRegexVoter
 
getDouble() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getDouble() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getDouble() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the double representation of the value.
getDouble() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getDouble() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getDouble() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getDoubleProperty(String) - Method in class info.magnolia.cms.core.MetaData
Deprecated.
 
getEditable() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getEditable() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getEditable() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getEditor(Session) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
getEditorLink() - Method in class info.magnolia.link.LinkTransformerManager
 
getEditorTransformer() - Method in class info.magnolia.link.LinkTransformerManager
Gets registered editor link transformer.
getEffectiveMajorVersion() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getEffectiveMinorVersion() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getEffectivePolicies(Set<Principal>) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getEffectivePolicies(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getEffectivePolicies(Path, CompiledPermissions) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
getEffectivePolicies(Set<Principal>, CompiledPermissions) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
getEffectiveSessionTrackingModes() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getElementAsStream(String, String) - Static method in class info.magnolia.module.delta.BootstrapFileUtil
 
getEmail() - Method in class info.magnolia.cms.security.ExternalUser
 
getEnabled() - Method in interface info.magnolia.rendering.template.AreaDefinition
 
getEnabled() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getEnabled() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
getEncodedString(String) - Static method in class info.magnolia.cms.util.SimpleUrlPattern
Replace all "*" with RegexWildcardPattern.MULTIPLE_CHAR_PATTERN.
getEntries() - Method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
 
getEntries() - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
getEntries() - Method in class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
Get list of files and sub-directories residing in current directory.
getEntryAt(String) - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathService
Get classpath entry corresponding to a given path.
getEntryAt(String) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
getErrorMessages() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getErrorMessages() - Method in interface info.magnolia.config.registry.DefinitionProvider
Deprecated.
since 5.5 - use DefinitionProvider.getProblems() instead.
getErrorMessages() - Method in class info.magnolia.config.source.MapBasedDefinitionProviderWrapper
 
getEscapeHtml() - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getEscapeHtml() - Method in interface info.magnolia.rendering.engine.RenderingEngine
 
getEventTypesMask() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getExactMethod(Class<?>, String, int) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
Find a method.
getExactMethod(Class<?>, String, int) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
Deprecated.
since 5.0 - use setters
getException() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
Getter for exception.
getException() - Static method in class info.magnolia.cms.util.AlertUtil
 
getException(Context) - Static method in class info.magnolia.cms.util.AlertUtil
 
getException() - Method in interface info.magnolia.transformer.TransformationProblem
 
getExceptionMessage(Exception) - Static method in class info.magnolia.cms.util.AlertUtil
Creates a string message out of an exception.
getExceptionStackTrace() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
Returns the stacktrace from the exception as a String.
getExcludedNames() - Method in class info.magnolia.jcr.predicate.PropertyFilteringPredicate
 
getExcludedTypes() - Method in class info.magnolia.jcr.predicate.PropertyFilteringPredicate
 
getExecute() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getExecute() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getExecutedTaskCount() - Method in interface info.magnolia.module.InstallContext
 
getExecutedTaskCount() - Method in class info.magnolia.module.InstallContextImpl
 
getExporterClass() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
getExposedInterfaces() - Method in class info.magnolia.cms.security.SecuritySupportObservedComponentFactory
 
getExposedInterfaces() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
 
getExt() - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
getExtension() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the file extension.
getExtension() - Method in class info.magnolia.cms.beans.runtime.File
 
getExtension() - Method in class info.magnolia.cms.core.AggregationState
 
getExtension() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getExtension(String) - Static method in class info.magnolia.cms.util.PathUtil
Returns the extension of the file denoted by the path excluding the dot.
getExtension() - Method in class info.magnolia.link.Link
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
Override this method to add specific install tasks to your module.
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.templating.module.setup.TemplatingModuleVersionHandler
 
getExtraInstallTasks(InstallContext) - Method in class info.magnolia.virtualuri.setup.VirtualUriModuleVersionHandler
 
getFailedLoginAttempts() - Method in class info.magnolia.cms.security.MgnlUser
 
getFallbackLocale() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getFallbackLocale() - Method in interface info.magnolia.cms.i18n.I18nContentSupport
The default locale to be used.
getFallbackPath() - Method in class info.magnolia.link.Link
 
getFalseValue() - Method in class info.magnolia.voting.voters.AbstractBoolVoter
 
getFile() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the uploaded file.
getFile() - Method in class info.magnolia.cms.core.AggregationState
 
getFile() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getFileName() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the file name without extension.
getFileName() - Method in class info.magnolia.cms.beans.runtime.File
 
getFileName(String) - Static method in class info.magnolia.cms.util.PathUtil
 
getFileName() - Method in class info.magnolia.commands.ExportJcrNodeToYamlCommand
 
getFileName() - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
getFileName() - Method in class info.magnolia.importexport.command.JcrImportCommand
 
getFileName() - Method in class info.magnolia.link.Link
 
getFilenameFromResource(String, String) - Static method in class info.magnolia.importexport.BootstrapUtil
I.e.
getFileNameWithExtension() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the full file name with extension (if existing).
getFilePath(HttpServletRequest) - Method in class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
 
getFilter() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper.Switcher
This method is provided for introspection only.
getFilterAndAcquireReadLock() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper.Switcher
Returns the current filter with a read lock held for the current thread.
getFilterDispatcher() - Method in interface info.magnolia.cms.filters.FilterManager
 
getFilterDispatcher() - Method in class info.magnolia.cms.filters.FilterManagerImpl
 
getFilteredNodeName() - Method in class info.magnolia.importexport.filters.AccesscontrolNodeFilter
Deprecated.
 
getFilteredNodeName() - Method in class info.magnolia.importexport.filters.SkipNodeFilter
Deprecated.
Implement this method to specify the name of the node you want to filter.
getFilteredPropertyName() - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter
Deprecated.
Implement this method to specify the name of the property you want to filter.
getFilteredPropertyName() - Method in class info.magnolia.importexport.filters.UselessNameFilter
Deprecated.
 
getFilteringPredicate() - Method in class info.magnolia.module.delta.NodeVisitorTask
Override this method to specify a Predicate where we should stop visiting the hierarchy, e.g.
getFilterManager(ServletContext) - Method in class info.magnolia.cms.filters.MgnlMainFilter
 
getFilterName() - Method in class info.magnolia.cms.filters.FilterDecorator.CustomFilterConfig
 
getFilterName() - Method in class info.magnolia.cms.util.CustomFilterConfig
 
getFilterRegistration(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getFilterRegistrations() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getFilters() - Method in class info.magnolia.cms.filters.CompositeFilter
 
getFilters() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
getFirst() - Method in class info.magnolia.resourceloader.layered.LayeredResource
 
getFmHelper() - Method in class info.magnolia.rendering.renderer.FreemarkerRenderer
 
getFolder(String) - Static method in class info.magnolia.cms.util.PathUtil
 
getForm() - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getFormat() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
getFragmentDefinition() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getFragmentDefinition() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getFrom() - Method in class info.magnolia.module.model.VersionRange
Deprecated.
should not be public - since 5.0.2
getFromRepository(String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
getFromURI() - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
Deprecated.
 
getFromURI() - Method in interface info.magnolia.cms.exchange.Subscription
Deprecated.
 
getFromUri() - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
 
getFrozenNode() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getFrozenNode() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getFullpathFromResource(String) - Static method in class info.magnolia.importexport.BootstrapUtil
I.e.
getFunction() - Method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
Can be useful to e.g.
getGeneratorClass() - Method in interface info.magnolia.rendering.template.AutoGenerationConfiguration
 
getGeneratorClass() - Method in class info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
 
getGenericParameterType(ParameterizedType) - Static method in class info.magnolia.i18nsystem.util.GenericsUtils
 
getGenericParameterType() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getGenericTypeOfReturnType(Method) - Static method in class info.magnolia.i18nsystem.util.GenericsUtils
Gets the generic parameter of the return type of the given method.
getGroup(String) - Method in interface info.magnolia.cms.security.GroupManager
Get a group by name.
getGroup(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getGroupManager() - Method in class info.magnolia.cms.security.RescueSecuritySupport
 
getGroupManager() - Static method in class info.magnolia.cms.security.Security
Deprecated.
Returns the configured GroupManager.
getGroupManager() - Method in interface info.magnolia.cms.security.SecuritySupport
 
getGroupManager() - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
getGroupNames() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
getGroups() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getGroups() - Method in class info.magnolia.cms.security.ExternalUser
 
getGroups() - Method in interface info.magnolia.cms.security.Group
Get groups that are directly assigned to group.
getGroups() - Method in class info.magnolia.cms.security.MgnlGroup
Returns read only groups collection.
getGroups() - Method in class info.magnolia.cms.security.MgnlUser
 
getGroups() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getGroups() - Method in interface info.magnolia.cms.security.User
Get groups that are directly assigned to the user.
getGroupsWithGroup(String) - Method in interface info.magnolia.cms.security.GroupManager
Deprecated.
getGroupsWithGroup(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getGroupsWithRole(String) - Method in interface info.magnolia.cms.security.GroupManager
Returns all groups having assigned the provided role.
getGroupsWithRole(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getHandle(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
Get the handle for this uri.
getHandle(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
Create a node handle based on an uri.
getHandle() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getHandle() - Method in class info.magnolia.cms.core.AggregationState
 
getHandle() - Method in interface info.magnolia.cms.core.Content
Deprecated.
get a handle representing path relative to the content repository.
getHandle() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getHandle() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getHandle() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
get a handle representing path relative to the content repository.
getHandle() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Get original path of this versioned content.
getHandle() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getHandle() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getHandlePrefix() - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
 
getHandler(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.servlets.MVCServlet
Deprecated.
 
getHeader(String) - Method in class info.magnolia.cms.filters.UnicodeNormalizationRequestWrapper
Introduced for MAGNOLIA-3233.
getHeaderName() - Method in class info.magnolia.voting.voters.AbstractRequestHeaderPatternVoter
 
getHeaders() - Method in class info.magnolia.cms.filters.AddHeadersFilter
 
getHeaders(String) - Method in class info.magnolia.cms.filters.UnicodeNormalizationRequestWrapper
Introduced for MAGNOLIA-3233.
getHierarchyManager() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getHierarchyManager() - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
getHierarchyManager() - Method in class info.magnolia.cms.core.ContentHandler
Deprecated.
Get hierarchy manager if previously set for this object.
getHierarchyManager() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getHierarchyManager() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
 
getHierarchyManager() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Get hierarchy manager if previously set for this object.
getHierarchyManager() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getHierarchyManager(Context, String) - Static method in class info.magnolia.cms.util.HierarchyManagerUtil
Deprecated.
since 5.4
getHierarchyManager() - Method in class info.magnolia.cms.util.LazyContentWrapper
Deprecated.
 
getHierarchyManager() - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
Deprecated.
 
getHierarchyManager() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getHierarchyManager() - Method in class info.magnolia.cms.util.SystemContentWrapper
Deprecated.
 
getHierarchyManager() - Method in class info.magnolia.cms.util.SystemNodeDataWrapper
Deprecated.
 
getHierarchyManager(InstallContext) - Method in class info.magnolia.module.delta.AllModulesNodeOperation
Deprecated.
 
getHistoryFile() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement
getHistoryFilePath() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement
getHost() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
Deprecated.
 
getHost() - Method in class info.magnolia.cms.util.UrlPatternDelegate
 
getHost() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
 
getHostPattern() - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
getHosts() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
Deprecated.
getI18nBasename() - Method in class info.magnolia.commands.impl.MessageCommand
 
getI18nBasename() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
Deprecated.
since 5.4.4. I18nBasename is deprecated and will be removed in a future version.
getI18nBasename() - Method in interface info.magnolia.rendering.template.RenderableDefinition
Deprecated.
since 5.4.4. I18nBasename is deprecated and will be removed in a future version.
getI18nContextParent() - Method in interface info.magnolia.i18nsystem.I18nParentable
 
getI18nContextParent() - Method in class info.magnolia.i18nsystem.proxytoys.I18nParentableImpl
Deprecated.
 
getI18NString(Content, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Uses the i18n mechanism to translate the message if the resulting string is a key.
getI18NString(Content, String, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Uses the i18n mechanism to translate the message if the resulting string is a key.
getI18nSupport() - Static method in class info.magnolia.cms.i18n.I18nContentSupportFactory
Deprecated.
 
getI18nTransformer() - Method in class info.magnolia.link.LinkTransformerManager
Gets registered complete URL transformer.
getId() - Method in class info.magnolia.cms.i18n.LocaleDefinition
 
getId() - Method in interface info.magnolia.cms.security.Group
Gets identifier of the group.
getId() - Method in class info.magnolia.cms.security.MgnlGroup
 
getId() - Method in class info.magnolia.cms.security.MgnlRole
 
getId() - Method in interface info.magnolia.cms.security.Role
Gets identifier of the role.
getId() - Method in class info.magnolia.module.model.ComponentsDefinition
 
getId() - Method in interface info.magnolia.rendering.template.ComponentAvailability
 
getId() - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
 
getId() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getId() - Method in class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionProvider
Deprecated.
 
getId() - Method in interface info.magnolia.rendering.template.registry.TemplateDefinitionProvider
Deprecated.
 
getId() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getIdentifier() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getIdentifier() - Method in class info.magnolia.cms.security.ExternalUser
 
getIdentifier() - Method in class info.magnolia.cms.security.MgnlUser
 
getIdentifier() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getIdentifier() - Method in interface info.magnolia.cms.security.User
Gets user identifier.
getIdentifier() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getIdentifierBehavior() - Method in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
getIdentifierBehavior() - Method in class info.magnolia.importexport.command.JcrImportCommand
 
getIdentifierOfNodeToExecute() - Method in class info.magnolia.rendering.model.ModelExecutionFilter
 
getIdOrNameForUnknownRoot(Object, boolean) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Will try to call either getId() or getName() on a root object of unknown type.
getIdOrNameForUnknownRoot(Object) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
getIdWithoutModuleName(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
getImplementation() - Method in class info.magnolia.module.model.ComponentDefinition
 
getImplementation() - Method in class info.magnolia.module.model.TypeMappingDefinition
 
getImplementation(Class<T>) - Method in interface info.magnolia.objectfactory.ComponentProvider
Returns the implementation type mapped for a given type.
getImplementation(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
getImplementation() - Method in class info.magnolia.objectfactory.configuration.ImplementationConfiguration
 
getImplementation(Class<T>, Class<? extends T>) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
getImplementation(Class<T>) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getImplementation(Key<T>) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getImportContentHandler(String, int) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getImportContentHandler(String, int) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getImportPath() - Method in class info.magnolia.importexport.command.JcrImportCommand
 
getIndex() - Method in interface info.magnolia.cms.core.Content
Deprecated.
This method returns the index of this node within the ordered set of its same-name sibling nodes.
getIndex() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getIndex() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
This method returns the index of this node within the ordered set of its same-name sibling nodes.
getIndex() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getIndex() - Method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
Returns the zero-based index of the current node.
getIndex() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getIndex() - Method in class info.magnolia.templating.functions.SiblingsHelper
Returns the zero-based index of the current node.
getInheritance() - Method in interface info.magnolia.rendering.template.AreaDefinition
 
getInheritance() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getInitParameter(String) - Method in class info.magnolia.cms.filters.FilterDecorator.CustomFilterConfig
 
getInitParameter(String) - Method in class info.magnolia.cms.util.CustomFilterConfig
 
getInitParameter(String) - Method in class info.magnolia.cms.util.CustomServletConfig
 
getInitParameter(ServletContext, String, String) - Method in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
 
getInitParameter(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getInitParameterNames() - Method in class info.magnolia.cms.filters.FilterDecorator.CustomFilterConfig
 
getInitParameterNames() - Method in class info.magnolia.cms.util.CustomFilterConfig
 
getInitParameterNames() - Method in class info.magnolia.cms.util.CustomServletConfig
 
getInitParameterNames() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getInitParameterObject(String) - Method in class info.magnolia.cms.filters.FilterDecorator.CustomFilterConfig
This is a custom method to get recursive configuration parameters like maps or list.
getInjector() - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getInstall(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getInstallConditions() - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getInstallConditions() - Method in class info.magnolia.setup.CoreModuleVersionHandler
 
getInstallContext() - Method in interface info.magnolia.module.ModuleManager
 
getInstallContext() - Method in class info.magnolia.module.ModuleManagerImpl
 
getInstance() - Static method in class info.magnolia.audit.AuditLoggingManager
 
getInstance() - Static method in class info.magnolia.cms.beans.config.PropertiesInitializer
Deprecated.
since 4.5, use IoC
getInstance() - Static method in class info.magnolia.cms.beans.config.ServerConfiguration
Deprecated.
since 4.5, use IoC
getInstance() - Static method in class info.magnolia.cms.beans.config.URI2RepositoryManager
Deprecated.
since 4.5, use IoC
getInstance() - Static method in class info.magnolia.cms.beans.config.VersionConfig
Deprecated.
since 4.5, use IoC !
getInstance() - Static method in class info.magnolia.cms.core.version.VersionManager
Deprecated.
since 5.4 - use IoC instead
getInstance() - Static method in class info.magnolia.cms.filters.MgnlMainFilter
Deprecated.
since 4.5, use IoC to access FilterManager.
getInstance() - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
since 4.5, use IoC !
getInstance() - Static method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
 
getInstance() - Static method in class info.magnolia.cms.security.IPSecurityManager.Factory
 
getInstance() - Static method in class info.magnolia.cms.security.SecuritySupport.Factory
Deprecated.
 
getInstance() - Static method in class info.magnolia.cms.util.ExclusiveWrite
Get exclusive singleton class object.
getInstance() - Static method in class info.magnolia.commands.CommandsManager
Deprecated.
since 4.5, use IoC !
getInstance() - Static method in class info.magnolia.context.ContextFactory
Deprecated.
since 4.5, use IoC, i.e., declare a dependency on ContextFactory in your component.
getInstance() - Static method in class info.magnolia.context.MgnlContext
Get the current context of this thread.
getInstance() - Static method in class info.magnolia.debug.PerformanceTestStatus
 
getInstance() - Static method in class info.magnolia.debug.TrackingStatus
Gets instance of the status configured for current request or new one if none is configured yet.
getInstance(boolean) - Static method in class info.magnolia.debug.TrackingStatus
Gets instance of the status configured for current request or new one if none is configured yet.
getInstance(boolean, String) - Static method in class info.magnolia.debug.TrackingStatus
Gets instance of the status configured for current request or new one if none is configured yet.
getInstance() - Static method in class info.magnolia.freemarker.FreemarkerHelper
Deprecated.
since 4.5, use IoC !
getInstance() - Static method in class info.magnolia.link.LinkTransformerManager
Gets the current singleton instance.
getInstance() - Static method in class info.magnolia.module.ModuleManager.Factory
Deprecated.
since 4.5, use IoC.
getInstance() - Static method in class info.magnolia.module.ModuleRegistry.Factory
Deprecated.
since 4.5, use IoC !
getInstance() - Method in class info.magnolia.objectfactory.configuration.InstanceConfiguration
 
getInstance() - Static method in class info.magnolia.stats.JCRStats
 
getInstance() - Static method in class info.magnolia.templating.inspector.ValueFormatterService
 
getInstanceUuid() - Method in class info.magnolia.cms.beans.config.ServerConfiguration
 
getInterfaceMessage(String) - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
Deprecated.
since 5.4.4. Use new i18n mechanism instead.
getInternalWorkspaceName(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - do not use.
getInvoker - Static variable in class info.magnolia.config.MutableWrapper
 
getInvoker() - Method in interface info.magnolia.config.MutableWrapper.ProxyWithBeanPropertyMethodInvoker
Deprecated.
 
getIP() - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
getIsActivated() - Method in class info.magnolia.cms.core.MetaData
getItem(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getItem(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getItemName() - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
getItemPath() - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
getItemType() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Get the magnolia ItemType.
getItemType() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getItemType() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getItemType() - Method in class info.magnolia.content2bean.TypeDescriptor
Deprecated.
 
getItemType() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
 
getItemTypes() - Method in class info.magnolia.commands.impl.RuleBasedCommand
 
getJaasChain() - Method in class info.magnolia.cms.security.auth.login.FormLogin
 
getJCRNode() - Method in interface info.magnolia.cms.core.Content
Deprecated.
utility method to get Node object used to create current content object.
getJCRNode() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getJCRNode() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getJCRNode() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
getJCRNode() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getJCRNode(Context) - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
Retrieve the Node.
getJCRNode() - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getJCRNode() - Method in class info.magnolia.jcr.util.ContentMap
 
getJCRNode() - Method in class info.magnolia.link.Link
 
getJCRProperty() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getJCRProperty() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getJCRProperty() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Access to property at the JCR level.
getJCRProperty() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getJCRProperty() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getJCRPropertyType(Object) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
getJCRPropertyType(Object) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
getJcrResult() - Method in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
 
getJcrSession() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
getJCRSession(String) - Method in class info.magnolia.context.AbstractContext
 
getJCRSession(String) - Method in class info.magnolia.context.AsynchronousContext
 
getJCRSession(String) - Method in interface info.magnolia.context.Context
 
getJCRSession(String) - Method in class info.magnolia.context.ContextDecorator
 
getJCRSession(String) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getJCRSession(String) - Static method in class info.magnolia.context.MgnlContext
Note: this is the way to go, if you no longer want to rely on the Content-API.
getJCRSession(String) - Method in class info.magnolia.context.SimpleContext
 
getJCRSession(String) - Method in interface info.magnolia.module.InstallContext
 
getJCRSession(String) - Method in class info.magnolia.module.InstallContextImpl
 
getJcrSession() - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getJspConfigDescriptor() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getKey() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
getKeyGenerator(P) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the I18nKeyGenerators corresponding to the given object.
getKeys() - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
getKeys() - Method in class info.magnolia.init.properties.AbstractPropertySource
 
getKeys() - Method in interface info.magnolia.init.PropertySource
 
getLabel() - Method in class info.magnolia.templating.elements.AreaElement
 
getLanguage() - Method in interface info.magnolia.cms.core.search.Query
Deprecated.
Description inherited from javax.jcr.query.Query#getLanguage()
Returns the language set for this query.
getLanguage() - Method in class info.magnolia.cms.core.search.QueryImpl
Deprecated.
 
getLanguage() - Method in class info.magnolia.cms.i18n.LocaleDefinition
 
getLanguage() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getLanguage() - Method in class info.magnolia.cms.security.ExternalUser
 
getLanguage() - Method in class info.magnolia.cms.security.MgnlUser
 
getLanguage() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getLanguage() - Method in interface info.magnolia.cms.security.User
 
getLastActionDate() - Method in class info.magnolia.cms.core.MetaData
getLastActivated(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
Returns the date when the node was last activated or null if no activation date has been stored on the node.
getLastActivatedBy(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
Returns the name of the user that last activated the node or null if no activating user has been stored on the node.
getLastActivatedVersion(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
Returns the latest activated version name or null if the version name isn't set.
getLastActivatedVersionCreated(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
Returns the latest activated version creation time or null if the version creation time isn't set.
getLastModification(Node) - Static method in class info.magnolia.jcr.util.MetaDataUtil
getLastModified(HttpServletRequest) - Method in class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
 
getLastModified() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getLastModified() - Method in interface info.magnolia.config.registry.DefinitionProvider
Returns the timestamp of the last change of the underlying definition change.
getLastModified() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
 
getLastModified() - Method in interface info.magnolia.config.source.yaml.dependency.YamlConfigurationDependency
 
getLastModified() - Method in class info.magnolia.config.source.yaml.dependency.YamlFileDependency
 
getLastModified() - Method in class info.magnolia.config.source.yaml.YamlDefinitionProvider
 
getLastModified(Object) - Method in class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
 
getLastModified(Object) - Method in class info.magnolia.freemarker.loaders.ResourceTemplateLoader
 
getLastModified(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.LastModified
Returns the date when this node was last modified.
getLastModified(HttpServletRequest) - Method in class info.magnolia.module.ui.InstallationResourcesServlet
 
getLastModified() - Method in class info.magnolia.resourceloader.AbstractResource
 
getLastModified(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
getLastModified(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getLastModified() - Method in class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
Since a classpath directory is a virtual term - it cannot really have a last modified date, so -1 is always returned.
getLastModified() - Method in interface info.magnolia.resourceloader.classpath.hierarchy.ClasspathEntry
Get last modification date of a classpath entry.
getLastModified() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
 
getLastModified() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
 
getLastModified(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getLastModified(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getLastModified(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
getLastModified() - Method in interface info.magnolia.resourceloader.Resource
Returns the last modification date of this resource as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
getLastModified() - Method in class info.magnolia.resourceloader.ResourceStub
Deprecated.
 
getLastModifiedBy(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.LastModified
Returns the name of the user that last modified the node.
getLatestVersion(Node) - Static method in class info.magnolia.jcr.util.VersionUtil
 
getLayers() - Method in class info.magnolia.resourceloader.layered.LayeredResource
 
getLazy() - Method in class info.magnolia.module.model.ComponentDefinition
 
getLegacyMessage(Locale, String, String[]) - Method in class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
 
getLength() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the file length in bytes.
getLength() - Method in class info.magnolia.cms.util.SimpleUrlPattern
 
getLength() - Method in interface info.magnolia.cms.util.UrlPattern
Returns the pattern length.
getLength() - Method in class info.magnolia.cms.util.UrlPattern.MatchAllPattern
 
getLength() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getLengths() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getLevel() - Method in class info.magnolia.cms.beans.config.VirtualURIMapping.MappingResult
Deprecated.
 
getLevel() - Method in interface info.magnolia.cms.core.Content
Deprecated.
get node level from the ROOT node.
getLevel() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getLevel() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Get node level from the ROOT node : FIXME implement getDepth in javax.jcr.
getLevel() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getLevel() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
Deprecated.
 
getLevel() - Method in interface info.magnolia.content2bean.TransformationState
Deprecated.
 
getLevel() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
getLevel() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
getLevel() - Method in class info.magnolia.voting.voters.AbstractBoolVoter
 
getLevel() - Method in class info.magnolia.voting.voters.VoterSet
 
getLinearPredecessor() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getLinearPredecessor() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getLinearSuccessor() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getLinearSuccessor() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getLines(String) - Static method in class info.magnolia.cms.util.TextFileUtil
 
getList() - Method in class info.magnolia.cms.security.ACLImpl
 
getList() - Method in interface info.magnolia.cms.security.auth.ACL
Returns list of permissions for this principal.
getList() - Method in interface info.magnolia.cms.security.auth.PrincipalList
Gets list of groups/roles as strings.
getList() - Method in class info.magnolia.jaas.principal.AbstractPrincipalList
Gets list of roles as string.
getList() - Method in class info.magnolia.jaas.principal.ACLImpl
Deprecated.
Returns list of permissions for this principal.
getList() - Method in class info.magnolia.module.ModuleManager.ModuleManagementState
 
getListeners() - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getListeners() - Method in class info.magnolia.rendering.renderer.registry.RendererRegistry
Deprecated.
since 5.4. Listeners are now instantiated under (/server/rendering/engine/listeners)
getLocalCalendarFromUTC(Calendar) - Static method in class info.magnolia.cms.util.DateUtil
Get the equivalent UTC calendar to a local calendar.
getLocale() - Method in class info.magnolia.cms.core.AggregationState
If the aggregation state local is not set explicitly the contexts locale is returned.
getLocale() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getLocale() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getLocale() - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
Returns the current locale.
getLocale() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager.MessagesID
Returns the locale.
getLocale() - Method in interface info.magnolia.cms.i18n.I18nContentSupport
Get the current locale used for rendering content.
getLocale() - Method in class info.magnolia.cms.i18n.LocaleDefinition
Creates the locale for this definition if not yet set.
getLocale() - Method in interface info.magnolia.cms.i18n.Messages
 
getLocale() - Method in class info.magnolia.context.AbstractContext
If not yet set try to get the locale of the user.
getLocale() - Method in class info.magnolia.context.AbstractSystemContext
 
getLocale() - Method in class info.magnolia.context.AsynchronousContext
 
getLocale() - Method in interface info.magnolia.context.Context
Get the current locale.
getLocale() - Method in class info.magnolia.context.ContextDecorator
 
getLocale() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getLocale() - Static method in class info.magnolia.context.MgnlContext
Get the context's locale object.
getLocale() - Method in class info.magnolia.context.UserContextImpl
 
getLocale() - Method in class info.magnolia.i18nsystem.ContextLocaleProvider
 
getLocale() - Method in class info.magnolia.i18nsystem.FixedLocaleProvider
 
getLocale() - Method in class info.magnolia.i18nsystem.LocaleProvider
 
getLocale() - Method in class info.magnolia.i18nsystem.tools.GeneratorResults
 
getLocales() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getLocales() - Method in interface info.magnolia.cms.i18n.I18nContentSupport
Returns the available locales.
getLocalName() - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
Deprecated.
Returns the localName.
getLocalSessionCount() - Method in class info.magnolia.context.AbstractRepositoryStrategy
Returns the number of sessions managed by this strategy.
getLocation() - Method in class info.magnolia.cms.security.auth.callback.RedirectClientCallback
 
getLocation() - Method in interface info.magnolia.config.registry.DefinitionMetadata
Location of the object that defines the attached definition; depends on the ConfigurationSource.
getLocation() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
getLocation() - Method in interface info.magnolia.transformer.TransformationProblem
 
getLocationPattern() - Method in class info.magnolia.config.registry.DefinitionQuery
 
getLocations() - Method in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
Used in tests, potentially in subclasses.
getLock() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Returns the Lock object that applies to this node.
getLock() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getLock() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
getLock() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getLock() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getLockManager() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getLockTimePeriod() - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getLockTimePeriod() - Method in class info.magnolia.cms.security.ExternalUserManager
 
getLockTimePeriod() - Method in class info.magnolia.cms.security.MgnlUserManager
 
getLockTimePeriod() - Method in interface info.magnolia.cms.security.UserManager
Gets a time period for account lock.
getLockTokens() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getLog() - Method in class info.magnolia.commands.impl.LogCommand
 
getLogConfiguration(String) - Method in class info.magnolia.audit.AuditLoggingManager
 
getLogConfigurations() - Method in class info.magnolia.audit.AuditLoggingManager
 
getLogEntries() - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
Get map which contains audit-log entries of actions (Create, Modify, Delete, Move) which were done in this session and were not yet saved.
getLogger() - Method in class info.magnolia.commands.impl.LogCommand
 
getLogicalWorkspaceName() - Method in class info.magnolia.jcr.registry.DefaultSessionProvider
 
getLogicalWorkspaceName() - Method in interface info.magnolia.jcr.registry.SessionProvider
 
getLogicalWorkspaceName() - Method in class info.magnolia.repository.definition.WorkspaceMappingDefinition
 
getLogicalWorkspaceNames() - Method in class info.magnolia.repository.WorkspaceMapping
 
getLoginException() - Method in class info.magnolia.cms.security.auth.login.LoginResult
 
getLoginForm() - Method in class info.magnolia.cms.security.auth.callback.FormClientCallback
 
getLoginHandlers() - Method in class info.magnolia.cms.security.auth.login.LoginFilter
 
getLogName() - Method in class info.magnolia.audit.LogConfiguration
 
getLong() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getLong() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getLong() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the long representation of the value.
getLong() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getLong(Content, String, long) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getLong() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getLong(Node, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
getLong(Node, String, Long) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
getLong() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getLongProperty(String) - Method in class info.magnolia.cms.core.MetaData
Deprecated.
 
getMainComponents() - Method in class info.magnolia.cms.beans.config.ConfigLoader
 
getMainContent() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getMainContent() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getMainContentNode() - Method in class info.magnolia.cms.core.AggregationState
 
getMainContentNode() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getMainContentSafely(Node) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
Gets the current main content or returns null if aggregation state is not set.
getMajor() - Method in class info.magnolia.module.model.Version
 
getMajorVersion() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getMap() - Method in class info.magnolia.context.AbstractMapBasedContext
 
getMap() - Method in class info.magnolia.context.MapAttributeStrategy
 
getMappedRepositoryName(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
getMappedWorkspaceName(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
getMapping(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
The mapping to use for this uri.
getMapping() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
getMapping() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getMapping() - Method in class info.magnolia.virtualuri.VirtualUriMapping.Result
 
getMappingComparator() - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
 
getMappings() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
Deprecated.
 
getMappings() - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
 
getMappings() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
Deprecated.
since 5.3 - was here to make node2bean think it's dealing with a Collection called mappings. Not needed anymore.
getMappings() - Method in class info.magnolia.cms.filters.HostSecurityFilter
 
getMappings() - Method in class info.magnolia.cms.filters.Mapping
 
getMappings() - Method in class info.magnolia.cms.filters.WebContainerResourcesImpl
 
getMappings() - Method in class info.magnolia.module.model.ServletDefinition
 
getMappings() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
 
getMatchedSubscription(String, String) - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getMatcher() - Method in class info.magnolia.cms.filters.Mapping.MatchingResult
 
getMatchingEndPosition() - Method in class info.magnolia.cms.filters.Mapping.MatchingResult
 
getMaxAttempts() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
Get number of failed login attempts before locking account.
getMaxComponents() - Method in interface info.magnolia.rendering.template.AreaDefinition
 
getMaxComponents() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getMaxComponents() - Method in class info.magnolia.templating.elements.AreaElement
 
getMaxDelay() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getMaxFailedLoginAttempts() - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getMaxFailedLoginAttempts() - Method in class info.magnolia.cms.security.ExternalUserManager
 
getMaxFailedLoginAttempts() - Method in class info.magnolia.cms.security.MgnlUserManager
 
getMaxFailedLoginAttempts() - Method in interface info.magnolia.cms.security.UserManager
Gets a number of failed attempts before locking account.
getMaxVersionAllowed() - Method in class info.magnolia.cms.beans.config.VersionConfig
Get maximum number of versions allowed in version history.
getMBeanServer() - Static method in class info.magnolia.cms.util.MBeanUtil
 
getMD5Hex(String) - Static method in class info.magnolia.cms.security.Digester
Deprecated.
Gets MD5 encoded -> hex string.
getMD5Hex(byte[]) - Static method in class info.magnolia.cms.security.SecurityUtil
Gets MD5 encoded -> hex string.
getMD5Hex(String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getMD5Hex(DigestInputStream) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getMD5Hex(DigestOutputStream) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getMessage() - Static method in class info.magnolia.cms.util.AlertUtil
Returns the currently set message.
getMessage(Context) - Static method in class info.magnolia.cms.util.AlertUtil
 
getMessage() - Method in class info.magnolia.commands.impl.MessageCommand
 
getMessage() - Method in class info.magnolia.module.InstallContext.Message
 
getMessage() - Method in interface info.magnolia.transformer.TransformationProblem
 
getMessages() - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getMessages(String) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getMessages(Locale) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getMessages(String, Locale) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getMessages() - Static method in class info.magnolia.cms.i18n.TemplateMessagesUtil
Deprecated.
Get the messages for the templates.
getMessages() - Method in class info.magnolia.cms.security.auth.callback.FormClientCallback
Deprecated.
getMessages() - Method in class info.magnolia.context.AbstractContext
TODO: This duplicates methods from MessagesManager : remove either.
getMessages(String) - Method in class info.magnolia.context.AbstractContext
TODO: This duplicates methods from MessagesManager : remove either.
getMessages() - Method in interface info.magnolia.context.Context
Get the default messages.
getMessages(String) - Method in interface info.magnolia.context.Context
Get the messages of the named bundle.
getMessages() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getMessages(String) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getMessages() - Static method in class info.magnolia.context.MgnlContext
 
getMessages(String) - Static method in class info.magnolia.context.MgnlContext
 
getMessages() - Method in interface info.magnolia.module.InstallContext
A Map of messages where the key is the module name.
getMessages() - Method in class info.magnolia.module.InstallContextImpl
 
getMessagesInternal(String, Locale) - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
 
getMessagesInternal(String, Locale) - Method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
getMetaData() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Returns the meta data of the current node.
getMetaData() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getMetaData() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getMetadata() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getMetadata() - Method in interface info.magnolia.config.registry.DefinitionProvider
 
getMetaData(Node) - Static method in class info.magnolia.jcr.util.MetaDataUtil
Deprecated.
since 5.0 use NodeTypes
getMethods() - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
getMimeExtension() - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
getMIMEType(String) - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
Get MIME type String.
getMimeType(String, HttpServletResponse) - Method in class info.magnolia.cms.filters.ContentTypeFilter
 
getMimeType(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getMIMETypeIcon(String) - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
Returns the icon used for rendering this type.
getMIMETypeIconStyle(String) - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
Returns the icon css style name.
getMIMETypeOrDefault(String) - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
Returns the mime-type associated with this extension, or the server's default.
getMinor() - Method in class info.magnolia.module.model.Version
 
getMinorVersion() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getMixinNodeTypes() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Returns an array of NodeType objects representing the mixin node types assigned to this node.
getMixinNodeTypes() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getMixinNodeTypes() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
getMixinNodeTypes() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getMixinNodeTypes() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getModelClass() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getModelClass() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getModelFactories() - Method in class info.magnolia.freemarker.FreemarkerConfig
 
getModelFactory(Class) - Method in class info.magnolia.freemarker.models.MagnoliaObjectWrapper
Checks the ModelFactory instances registered in FreemarkerConfig, then the default ones.
getModificationDate() - Method in class info.magnolia.cms.core.MetaData
getModule() - Method in class info.magnolia.config.registry.DefinitionQuery
 
getModule() - Method in interface info.magnolia.config.registry.DefinitionReference
 
getModule() - Method in class info.magnolia.module.ModuleManager.ModuleAndDeltas
 
getModuleDefinitions() - Method in interface info.magnolia.module.ModuleRegistry
Returns the list of known ModuleDefinitions, as ordered by the loading mechanism (typically in dependency order).
getModuleDefinitions() - Method in class info.magnolia.module.ModuleRegistryImpl
 
getModuleInstance(String) - Method in interface info.magnolia.module.ModuleRegistry
Returns the module's instance.
getModuleInstance(Class<T>) - Method in interface info.magnolia.module.ModuleRegistry
Returns the module's instance.
getModuleInstance(String) - Method in class info.magnolia.module.ModuleRegistryImpl
 
getModuleInstance(Class<T>) - Method in class info.magnolia.module.ModuleRegistryImpl
 
getModuleInstanceProperties(ModuleDefinition) - Method in class info.magnolia.module.ModuleManagerImpl
Deprecated.
since 6.1. The module instance should be created by info.magnolia.config.module.ModuleInstanceRegistry.
getModuleKey() - Method in class info.magnolia.module.InstallContextImpl
The key used in the map of messages.
getModuleName(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
 
getModuleName() - Method in class info.magnolia.module.StartModuleEvent
 
getModuleName() - Method in class info.magnolia.module.StopModuleEvent
 
getModuleNames() - Method in interface info.magnolia.module.ModuleRegistry
Returns the names of configured modules.
getModuleNames() - Method in class info.magnolia.module.ModuleRegistryImpl
 
getModulesNode() - Method in interface info.magnolia.module.InstallContext
 
getModulesNode() - Method in class info.magnolia.module.InstallContextImpl
 
getMonitoredResourcePattern() - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathServiceConfiguration
Get a resource path pattern which would match the classpath resources that must be considered during classpath monitoring.
getMove() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getMove() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getMoveable() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getMoveable() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getMsg() - Method in class info.magnolia.commands.impl.LogCommand
 
getMutatedObject() - Method in class info.magnolia.config.Mutator
 
getName() - Method in class info.magnolia.audit.LogConfiguration
 
getName() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getName() - Method in class info.magnolia.cms.core.Channel
 
getName() - Method in interface info.magnolia.cms.core.Content
Deprecated.
get node name.
getName() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getName() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
getName() - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
since 4.5 - use Session#getWorkspace()#getName() instead.
getName() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
 
getName() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
The original name of the node.
getName() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getName() - Method in interface info.magnolia.cms.exchange.Subscription
Deprecated.
 
getName() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
getName() - Method in interface info.magnolia.cms.filters.MgnlFilter
 
getName() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
Read lock must be held when invoking this method.
getName() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getName() - Method in class info.magnolia.cms.security.ACLImpl
 
getName() - Method in interface info.magnolia.cms.security.auth.ACL
 
getName() - Method in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
getName() - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
 
getName() - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
Gets name given to this principal.
getName() - Method in interface info.magnolia.cms.security.auth.PrincipalList
 
getName() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getName() - Method in class info.magnolia.cms.security.ExternalUser
 
getName() - Method in interface info.magnolia.cms.security.Group
 
getName() - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
getName() - Method in class info.magnolia.cms.security.MgnlGroup
 
getName() - Method in class info.magnolia.cms.security.MgnlRole
 
getName() - Method in class info.magnolia.cms.security.MgnlUser
 
getName() - Method in class info.magnolia.cms.security.Realm.RealmImpl
 
getName() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getName() - Method in interface info.magnolia.cms.security.Role
 
getName() - Method in interface info.magnolia.cms.security.User
 
getName() - Method in interface info.magnolia.cms.servlets.MVCServletHandler
Deprecated.
The name of the handler.
getName() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
 
getName() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getName() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getName() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getName() - Method in class info.magnolia.commands.MgnlCatalog
 
getName() - Method in interface info.magnolia.config.NamedDefinition
 
getName() - Method in class info.magnolia.config.registry.DefinitionQuery
 
getName() - Method in interface info.magnolia.config.registry.DefinitionReference
 
getName() - Method in interface info.magnolia.config.registry.DefinitionType
 
getName() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
Deprecated.
 
getName() - Method in class info.magnolia.jaas.principal.AbstractPrincipalList
Gets name given to this principal.
getName() - Method in class info.magnolia.jaas.principal.ACLImpl
Deprecated.
Get name given to this principal.
getName() - Method in class info.magnolia.jaas.principal.EntityImpl
Deprecated.
 
getName() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
getName(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
This method return the node's name on success, otherwise it handles the RepositoryException by throwing a RuntimeRepositoryException.
getName() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getName() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getName() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getName() - Method in class info.magnolia.jcr.wrapper.HTMLEscapingNodeWrapper
 
getName() - Method in class info.magnolia.jcr.wrapper.HTMLEscapingPropertyWrapper
 
getName() - Method in class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameMappingWorkspaceWrapper
Returns logical workspace name.
getName() - Method in class info.magnolia.module.delta.AbstractCondition
 
getName() - Method in class info.magnolia.module.delta.AbstractTask
 
getName() - Method in class info.magnolia.module.delta.ArrayDelegateTask
 
getName() - Method in interface info.magnolia.module.delta.Condition
Description of what has changed.
getName() - Method in interface info.magnolia.module.delta.Task
Description of what has changed.
getName() - Method in class info.magnolia.module.model.DependencyDefinition
 
getName() - Method in class info.magnolia.module.model.ModuleDefinition
 
getName() - Method in class info.magnolia.module.model.PropertyDefinition
 
getName() - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
 
getName() - Method in class info.magnolia.module.model.RepositoryDefinition
 
getName() - Method in class info.magnolia.module.model.ServletDefinition
 
getName() - Method in class info.magnolia.module.model.ServletParameterDefinition
 
getName() - Method in class info.magnolia.rendering.renderer.ContextAttributeConfiguration
 
getName() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getName() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getName() - Method in class info.magnolia.repository.definition.RepositoryDefinition
 
getName() - Method in class info.magnolia.resourceloader.AbstractResource
 
getName() - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
getName(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
getName(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getName() - Method in class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
 
getName() - Method in interface info.magnolia.resourceloader.classpath.hierarchy.ClasspathEntry
Get a name of a classpath entry.
getName() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
 
getName() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
 
getName(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getName(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getName(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
getName() - Method in interface info.magnolia.resourceloader.Resource
 
getName() - Method in interface info.magnolia.resourceloader.ResourceOrigin
Returns the name of this origin.
getName() - Method in class info.magnolia.resourceloader.ResourceStub
Deprecated.
 
getName() - Method in class info.magnolia.templating.elements.AreaElement
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.AbstractValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.CalendarValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.MapValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.NumberValueFormatter
 
getName() - Method in class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
 
getName() - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
getName() - Method in class info.magnolia.voting.voters.BaseVoterImpl
 
getNamedDispatcher(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getNames() - Method in interface info.magnolia.commands.chain.Catalog
 
getNames() - Method in class info.magnolia.commands.MgnlCatalog
 
getNamespacePrefix(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getNamespacePrefixes() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getNamespaceRegistry() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getNamespaceURI(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getNearestAncestorOfType(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Returns the nearest ancestor of a certain node type or null if none of the ancestors have the node type.
getNextContentLocale(Locale, Set<Locale>) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
getNextLocale(Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
Returns the closest locale for which AbstractI18nContentSupport.isLocaleSupported(Locale) is true.
getNextVersion(Version) - Static method in class info.magnolia.jcr.util.VersionUtil
 
getNextVersionLabel(Node, String) - Static method in class info.magnolia.jcr.util.VersionUtil
 
getNode() - Method in class info.magnolia.cms.beans.runtime.File
 
getNode(Node, String) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getNode(Node, String) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
Returns named localized child (if exists) of provided node (or non localized in case localized child doesn't exist).
getNode(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getNode() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
getNode(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getNode(String) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getNode(String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
 
getNode(String, String) - Static method in class info.magnolia.jcr.util.SessionUtil
Return the Node for the Given Path from the given repository.
getNode(Session, String) - Static method in class info.magnolia.jcr.util.SessionUtil
Return the Node for the Given Path from the given repository.
getNode(String) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
getNode(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getNode() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getNode(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getNode(String) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getNode(String) - Method in class info.magnolia.jcr.wrapper.I18nNodeWrapper
 
getNode(String) - Method in class info.magnolia.jcr.wrapper.NodeWrappingDelegateSessionWrapper
 
getNode() - Method in class info.magnolia.jcr.wrapper.WrappingPropertyWrapper
 
getNode(String) - Static method in class info.magnolia.nodebuilder.Ops
Deprecated.
 
getNode() - Method in interface info.magnolia.rendering.model.RenderingModel
The content node tied to this model.
getNode() - Method in class info.magnolia.rendering.model.RenderingModelImpl
 
getNode() - Method in class info.magnolia.resourceloader.jcr.JcrResource
 
getNode2BeanTransformer() - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.InstanceFactory
 
getNode2BeanTransformer() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
 
getNodeByIdentifier(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getNodeByIdentifier(String, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Get a Node by identifier.
getNodeByIdentifier(String, String) - Static method in class info.magnolia.jcr.util.SessionUtil
Return the Node by the given identifier from the given repository.
getNodeByIdentifier(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getNodeByIdentifier(String) - Method in class info.magnolia.jcr.wrapper.NodeWrappingDelegateSessionWrapper
 
getNodeByIdentifierOrPath(Session, String, String) - Static method in class info.magnolia.cms.beans.config.ObservedManager
Deprecated.
Get a node by uuid, or failing that, by its path.
getNodeByUUID(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getNodeByUUID(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getNodeByUUID(String) - Method in class info.magnolia.jcr.wrapper.NodeWrappingDelegateSessionWrapper
 
getNodeData(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Returns a NodeData object.
getNodeData(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Returns a NodeData object.
getNodeData(String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
get NodeData object of the requested URI.
getNodeData(String) - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getNodeData(String) - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
getNodeData(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getNodeData(String) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
 
getNodeDataCollection() - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
getNodeDataCollection() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Gets all properties bind in NodeData object excluding JCR system properties.
getNodeDataCollection(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Gets all node datas matching the given pattern.
getNodeDataCollection(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getNodeDataCollection(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getNodeDataCollection() - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
getNodeDataName() - Method in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
getNodeId(Node) - Method in class info.magnolia.templating.elements.MarkupHelper
 
getNodeIdentifier() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getNodeIdentifierIfPossible(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Used for building exception messages where we want to avoid handling another exception inside a throws clause.
getNodeName() - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getNodeNamespace() - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getNodePath(Node) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
Deprecated.
since 6.1., Use Content instead.
getNodePathIfPossible(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getNodePredicate() - Method in class info.magnolia.importexport.command.JcrExportCommand.DefaultFilter
 
getNodePredicate() - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
 
getNodes() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getNodes(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getNodes(String[]) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getNodes() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getNodes(String) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getNodes(String[]) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getNodes(Node, Predicate) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getNodes(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getNodes(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getNodes() - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
getNodes(String) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
getNodes(String[]) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
Deprecated.
 
getNodes() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getNodes(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getNodes(String[]) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getNodes() - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getNodes(String[]) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getNodes(String) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getNodeStream(String, String) - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
getNodeType() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
getNodeType() - Method in interface info.magnolia.cms.core.Content
Deprecated.
returns primary node type definition of the associated Node of this object.
getNodeType() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getNodeType() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Returns primary node type definition of the associated Node of this object.
getNodeType() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getNodeType() - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getNodeType() - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
 
getNodeType(Node) - Method in class info.magnolia.templating.elements.MarkupHelper
 
getNodeTypeFile() - Method in class info.magnolia.module.model.RepositoryDefinition
 
getNodeTypeManager() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getNodeTypeManager() - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
 
getNodeTypeName() - Method in interface info.magnolia.cms.core.Content
Deprecated.
returns primary node type name of the associated Node of this object.
getNodeTypeName() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getNodeTypeName() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getNodeTypeName(Node) - Static method in class info.magnolia.jcr.util.VersionUtil
Return the NodeType-name for the provided Node.
getNodeTypes() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getNodeTypes() - Method in class info.magnolia.jcr.predicate.NodeFilteringPredicate
 
getNodeTypes() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
 
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.AddActivatableMixinForMgnlResourceTask
 
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.AddLockableMixinToActivatableMixinTask
 
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.AddLockableMixinToVersionableMixinTask
 
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.for5_0.Register50NodeTypeTask
Define the list of NodeTypeDefinition to create and update.
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.for5_0.RemoveMetaDataInNodeTypeDefinitionTask
Return a NodeTypeDefinition list where the metaData child node definition has been removed.
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.for5_2.AddActivatableMixinForContentNodeTask
 
getNodeTypesToRegister(NodeTypeManager) - Method in class info.magnolia.setup.nodetype.AbstractNodeTypeRegistrationTask
Get a List of NodeTypeDefinition to register or update (in case they are already created).
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.AddActivatableMixinForMgnlResourceTask
 
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.AddLockableMixinToActivatableMixinTask
 
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.AddLockableMixinToVersionableMixinTask
 
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.for5_0.Register50NodeTypeTask
Nothing to remove.
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.for5_0.RemoveMetaDataInNodeTypeDefinitionTask
 
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.for5_2.AddActivatableMixinForContentNodeTask
 
getNodeTypesToUnregister(NodeTypeManager) - Method in class info.magnolia.setup.nodetype.AbstractNodeTypeRegistrationTask
Get a List of NodeTypeDefinition.getName() to un-register.
getObject - Static variable in class info.magnolia.config.MutableWrapper
 
getObject() - Method in interface info.magnolia.config.MutableWrapper.Mutable
 
getObjectWrapper() - Method in class info.magnolia.freemarker.FreemarkerConfig
 
getObservationManager() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getObserved() - Method in class info.magnolia.module.model.ComponentDefinition
 
getObserved(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
getObserved(Class<T>, String) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
getObservedNodes() - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
 
getObservedObject() - Method in class info.magnolia.cms.security.SecuritySupportObservedComponentFactory
 
getObservedObject() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
Deprecated.
since 4.3 - info.magnolia.objectfactory.DefaultComponentProvider#newInstance(Class) returns a proxy of the observed object instead of this factory, so this method shouldn't be needed publicly.
getObservedPath() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getObservedPaths() - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
 
getObservingManager(String, ModuleRegistry) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
 
getOp() - Method in class info.magnolia.voting.voters.BoolVoterSet
 
getOp() - Method in class info.magnolia.voting.voters.VoterSet
 
getOptional() - Method in interface info.magnolia.rendering.template.AreaDefinition
If an area is optional it has first to be created explicitly (i.e.
getOptional() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getOptional() - Method in class info.magnolia.templating.elements.AreaElement
 
getOrAddNode(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
Gets or adds node depending on whether it existed or not.
getOrCreate(Content, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
If the NodeData does not exist yet, just create it.
getOrCreate(Content, String, int) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
If the NodeData does not exist yet, just create it.
getOrCreate(Content, String, Object) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getOrCreateAndSet(Content, String, Object) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getOrCreateAndSet(Content, String, long) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getOrCreateAndSet(Content, String, Value[]) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getOrCreateAndSet(Content, String, int) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getOrCreateAndSet(Content, String, boolean) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
 
getOrCreateContent(Content, String, ItemType) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
If the node doesn't exist just create it.
getOrCreateContent(Content, String, ItemType, boolean) - Static method in class info.magnolia.cms.util.ContentUtil
Deprecated.
If the node doesn't exist just create it.
getOrCreateCurrentModuleConfigNode() - Method in interface info.magnolia.module.InstallContext
 
getOrCreateCurrentModuleConfigNode() - Method in class info.magnolia.module.InstallContextImpl
 
getOrCreateCurrentModuleNode() - Method in interface info.magnolia.module.InstallContext
 
getOrCreateCurrentModuleNode() - Method in class info.magnolia.module.InstallContextImpl
 
getOrCreateUser(String, String) - Method in class info.magnolia.cms.security.SystemUserManager
 
getOrDefault(Object, Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getOrigin() - Method in class info.magnolia.resourceloader.AbstractResource
 
getOrigin() - Method in interface info.magnolia.resourceloader.Resource
 
getOrigin() - Method in class info.magnolia.resourceloader.ResourceStub
Deprecated.
 
getOriginalBrowserURI() - Method in class info.magnolia.cms.core.AggregationState
 
getOriginalBrowserURI() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getOriginalBrowserURL() - Method in class info.magnolia.cms.core.AggregationState
 
getOriginalBrowserURL() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getOriginalContext() - Method in class info.magnolia.context.AbstractSystemContext
 
getOriginalContext() - Method in interface info.magnolia.context.SystemContext
Return context set at the moment of invocation of system context operation.
getOriginalNodeType() - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
Get original node type.
getOriginalRequestURI(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the original request uri.
getOriginalRequestURI(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Returns the original request uri.
getOriginalRequestURLIncludingQueryString(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the original request url.
getOriginalRequestURLIncludingQueryString(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Returns the original request url.
getOriginalURI() - Method in class info.magnolia.cms.core.AggregationState
Returns the original request URI, decoded and without the context path.
getOriginalURI() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getOriginalURL() - Method in class info.magnolia.cms.core.AggregationState
 
getOriginalURL() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getOriginalUrl() - Method in class info.magnolia.cms.util.UrlPatternDelegate
 
getOriginalUrlPattern() - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
getOSName() - Method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
 
getOSName() - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
getOtherwise() - Method in class info.magnolia.voting.voters.IfVoter
 
getOutputProvider() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getOutputProvider() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getOutputResourceName(String, String) - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
getOutputStream() - Method in class info.magnolia.commands.ExportJcrNodeToYamlCommand
 
getOutputStream() - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
getOutputStream() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
getOutputStream() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getOutputStream() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getOutputStream() - Method in class info.magnolia.rendering.engine.AppendableOnlyOutputProvider
 
getOutputStream() - Method in class info.magnolia.rendering.engine.FilteringResponseOutputProvider
Filtering not supported for OutputStream.
getOutputStream() - Method in interface info.magnolia.rendering.engine.OutputProvider
 
getOutputStream() - Method in class info.magnolia.rendering.engine.ResponseOutputProvider
 
getPage(String, String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
since 4.0 - only used by taglibs - should go/move.
getParameter(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.
getParameter(String) - Method in class info.magnolia.cms.filters.MultipartRequestWrapper
 
getParameter(String) - Method in class info.magnolia.cms.filters.UnicodeNormalizationRequestWrapper
 
getParameter(String) - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameter(HttpServletRequest, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameter(HttpServletRequest, MultipartForm, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
Returns the value found in the form or the request.
getParameter(String, String) - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameter(HttpServletRequest, String, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameter(HttpServletRequest, MultipartForm, String, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
Returns the defaultValue if the parameter is not found in the request or form.
getParameter(String) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getParameter(String) - Static method in class info.magnolia.context.MgnlContext
Get parameter value as string.
getParameter(String) - Method in interface info.magnolia.context.WebContext
Get a parameter value as string.
getParameter(String) - Method in class info.magnolia.context.WebContextImpl
Get parameter value as string.
getParameterAnnotations() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getParameterIndex() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getParameterMap() - Method in class info.magnolia.cms.filters.MultipartRequestWrapper
 
getParameterMap() - Method in class info.magnolia.cms.filters.UnicodeNormalizationRequestWrapper
 
getParameterName() - Method in class info.magnolia.voting.voters.RequestParametersVoter
Deprecated.
 
getParameterName() - Method in class info.magnolia.voting.voters.RequestParameterVoter
 
getParameterNames() - 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.
getParameterNames() - Method in class info.magnolia.cms.filters.MultipartRequestWrapper
 
getParameters() - 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.
getParameters() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getParameters() - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameters(HttpServletRequest) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameters() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getParameters() - Static method in class info.magnolia.context.MgnlContext
Get parameter value as a Map<String, String>.
getParameters() - Method in interface info.magnolia.context.WebContext
Get all parameter values as a Map<String, String>.
getParameters() - Method in class info.magnolia.context.WebContextImpl
Get parameter values as a Map (unlike HttpServletRequest.getParameterMap() which returns a Map, so don't expect to retrieve multiple-valued form parameters here).
getParameters() - Method in class info.magnolia.link.Link
 
getParameters() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getParameters() - Method in interface info.magnolia.rendering.template.RenderableDefinition
An arbitrary list of parameters.
getParameters() - Method in class info.magnolia.repository.definition.RepositoryDefinition
 
getParameterType() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getParameterValue() - Method in class info.magnolia.voting.voters.RequestParametersVoter
Deprecated.
 
getParameterValue() - Method in class info.magnolia.voting.voters.RequestParameterVoter
 
getParameterValues(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.
getParameterValues(String) - Method in class info.magnolia.cms.filters.MultipartRequestWrapper
 
getParameterValues(String) - Method in class info.magnolia.cms.filters.UnicodeNormalizationRequestWrapper
 
getParameterValues(String) - Method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getParameterValues(String) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getParameterValues(String) - Static method in class info.magnolia.context.MgnlContext
 
getParameterValues(String) - Method in interface info.magnolia.context.WebContext
Get parameter values as string[].
getParameterValues(String) - Method in class info.magnolia.context.WebContextImpl
Get parameter values as string[].
getParams() - Method in class info.magnolia.module.model.ServletDefinition
 
getParent() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getParent() - Method in interface info.magnolia.cms.core.Content
Deprecated.
get parent content object.
getParent() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getParent() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
returns Parent node.
getParent() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Returns the parent of the base node.
getParent() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getParent() - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
getParent() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getParent() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getParent() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getParent() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
getParent() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getParent() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getParent() - Method in interface info.magnolia.objectfactory.ComponentProvider
 
getParent() - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getParent() - Method in interface info.magnolia.rendering.model.RenderingModel
The model of the parent component or template.
getParent() - Method in class info.magnolia.rendering.model.RenderingModelImpl
 
getParent() - Method in class info.magnolia.resourceloader.AbstractResource
 
getParent(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
getParent(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getParent(ClasspathEntry) - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathService
Get parent directory of a classpath entry.
getParent(ClasspathEntry) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
getParent(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getParent(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getParent(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
getParent() - Method in interface info.magnolia.resourceloader.Resource
 
getParent() - Method in class info.magnolia.resourceloader.ResourceStub
Deprecated.
 
getParent() - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
since 6.1 use Resource.getParent() method reference
getParentAreaDefinition() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getParentAreaDefinition() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getParentNode() - Method in class info.magnolia.freemarker.models.ContentMapModel
 
getParentNode(InstallContext) - Method in class info.magnolia.module.delta.AllChildrenNodesOperation
Deprecated.
 
getParentNode(InstallContext) - Method in class info.magnolia.module.delta.AllModulesNodeOperation
Deprecated.
 
getParentPath(String) - Method in class info.magnolia.cms.security.HierarchicalUserManager
 
getParentRepositoryName(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - do not use.
getParentViaCast(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the parent object that was set via the I18nParentable interface when the object was decorated by I18nizer.
getPassedContent() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
Returns the content passed to the element (content or workspace/path attribute) or null if nothing was passed.
getPassword() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getPassword() - Method in class info.magnolia.cms.security.ExternalUser
 
getPassword() - Method in class info.magnolia.cms.security.MgnlUser
 
getPassword() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getPassword() - Method in interface info.magnolia.cms.security.User
 
getPatch() - Method in class info.magnolia.module.model.Version
 
getPath() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
getPath() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getPath() - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
getPath() - Method in class info.magnolia.cms.security.MgnlUser
 
getPath() - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
Deprecated.
 
getPath() - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
 
getPath() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getPath() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getPath() - Method in class info.magnolia.link.Link
 
getPath() - Method in class info.magnolia.module.model.ComponentDefinition
 
getPath() - Method in class info.magnolia.objectfactory.ComponentConfigurationPath
 
getPath() - Method in class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
 
getPath() - Method in class info.magnolia.resourceloader.AbstractResource
 
getPath(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
 
getPath(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getPath(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getPath(String) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getPath() - Method in class info.magnolia.resourceloader.jcr.JcrResource
 
getPath(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getPath(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
getPath() - Method in interface info.magnolia.resourceloader.Resource
Returns the "absolute" path to this resource.
getPath() - Method in class info.magnolia.resourceloader.ResourceStub
Deprecated.
 
getPath() - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
since 6.1 use Resource.getPath() method reference
getPath() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getPathIfPossible(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Return the Path of the node.
getPathnameFromResource(String) - Static method in class info.magnolia.importexport.BootstrapUtil
I.e.
getPathTo() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
getPattern() - Method in interface info.magnolia.cms.security.Permission
 
getPattern() - Method in class info.magnolia.cms.security.PermissionImpl
 
getPattern() - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
 
getPattern() - Method in class info.magnolia.voting.voters.BasePatternVoter
 
getPatterns() - Method in class info.magnolia.cms.security.auth.callback.CompositeCallback
Deprecated.
 
getPatternString() - Method in class info.magnolia.cms.util.SimpleUrlPattern
 
getPatternString() - Method in interface info.magnolia.cms.util.UrlPattern
Returns the pattern string.
getPatternString() - Method in class info.magnolia.cms.util.UrlPattern.MatchAllPattern
 
getPermissionAsName(long) - Static method in class info.magnolia.cms.security.PermissionImpl
 
getPermissionList() - Method in interface info.magnolia.cms.security.AccessManager
Get permission list assigned to this access manager.
getPermissionList() - Method in class info.magnolia.cms.security.AccessManagerImpl
 
getPermissions(String) - Method in interface info.magnolia.cms.security.AccessManager
Get permissions assigned to the given path.
getPermissions(String) - Method in class info.magnolia.cms.security.AccessManagerImpl
 
getPermissions() - Method in interface info.magnolia.cms.security.Permission
 
getPermissions() - Method in class info.magnolia.cms.security.PermissionImpl
 
getPermissions() - Method in interface info.magnolia.rendering.template.ComponentAvailability
 
getPermissions() - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
 
getPermissions() - Method in class info.magnolia.templating.elements.ComponentElement
 
getPhase() - Method in interface info.magnolia.module.ModuleLifecycleContext
Returns the phase the lifecycle is in.
getPhase() - Method in class info.magnolia.module.ModuleLifecycleContextImpl
 
getPhysicalWorkspaceName() - Method in class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameMappingWorkspaceWrapper
 
getPhysicalWorkspaceName() - Method in class info.magnolia.repository.definition.WorkspaceMappingDefinition
 
getPlatformComponents() - Method in class info.magnolia.init.MagnoliaServletContextListener
 
getPlatformComponentsResources() - Method in class info.magnolia.init.MagnoliaServletContextListener
Returns a list of resources that contain platform components.
getPluralName() - Method in interface info.magnolia.config.registry.DefinitionType
 
getPolicies(Principal) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getPolicies(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getPolicies(String) - Method in class info.magnolia.cms.core.MagnoliaACLEditor
 
getPolicies(Principal) - Method in class info.magnolia.cms.core.MagnoliaACLEditor
 
getPosition() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
Deprecated.
 
getPosition() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
 
getPosition() - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
 
getPosition() - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
 
getPosition() - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
 
getPosition() - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
 
getPosition() - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
 
getPostedForm() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getPostedForm() - Static method in class info.magnolia.context.MgnlContext
Get form object assembled by MultipartRequestFilter.
getPostedForm() - Method in interface info.magnolia.context.WebContext
Get form object assembled by MultipartRequestFilter.
getPostedForm() - Method in class info.magnolia.context.WebContextImpl
Get form object assembled by MultipartRequestFilter.
getPredecessors() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
getPredecessors() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getPredecessors() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getPreviousVersion(Version) - Static method in class info.magnolia.jcr.util.VersionUtil
 
getPreviousVersionLabel(Node, String) - Static method in class info.magnolia.jcr.util.VersionUtil
 
getPrimaryItem() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getPrimaryNodeType() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getPrimaryNodeType() - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
getPrimaryNodeType() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getPrimitiveNodeDatas(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getPriority() - Method in class info.magnolia.module.InstallContext.Message
 
getPrivateKey() - Method in class info.magnolia.cms.security.MgnlKeyPair
 
getPrivateKey() - Static method in class info.magnolia.cms.security.SecurityUtil
 
getPrivilegeManagerImpl() - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
getPrivileges(Path) - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
getPrivileges(String, Set<Principal>) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getPrivileges(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getProblems() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getProblems() - Method in interface info.magnolia.config.registry.DefinitionProvider
 
getProblems() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
getProblems() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
getProblems() - Method in interface info.magnolia.transformer.TransformationResult
Mis-configured properties, failed conversion of sub-parts etc.
getProblems() - Method in class info.magnolia.transformer.TransformationResult.TransformationResultImpl
 
getProcessor() - Static method in class info.magnolia.content2bean.Bean2ContentProcessor.Factory
Deprecated.
 
getProcessor() - Static method in class info.magnolia.content2bean.Content2BeanProcessor.Factory
Deprecated.
 
getProperties() - Static method in class info.magnolia.cms.core.SystemProperty
Deprecated.
since 4.5 - while this still "works" and returns an aggregate of the local properties and those provided by MagnoliaConfigurationProperties, writing to this Property object will not be reflected anywhere.
getProperties() - Method in class info.magnolia.init.properties.AbstractPropertySource
 
getProperties() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getProperties(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getProperties(String[]) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getProperties() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getProperties(String) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getProperties(String[]) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getProperties(Node) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
 
getProperties(Node) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
 
getProperties() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getProperties(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getProperties(String[]) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getProperties() - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getProperties(String[]) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getProperties(String) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getProperties() - Method in class info.magnolia.module.model.ModuleDefinition
 
getProperty(String) - Method in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
getProperty(String) - Static method in class info.magnolia.cms.core.SystemProperty
Deprecated.
getProperty(String, String) - Static method in class info.magnolia.cms.core.SystemProperty
Deprecated.
getProperty(Node, String) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getProperty(Node, String, Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
getProperty(Node, String) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
Returns localized property of given name and current locale.
getProperty(Node, String, Locale) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
Returns localized property of given named and given locale.
getProperty(String) - Method in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
getProperty(String) - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getProperty(String) - Method in class info.magnolia.cms.security.ExternalUser
 
getProperty(String) - Method in interface info.magnolia.cms.security.Group
Gets an arbitrary property from this group.
getProperty(String) - Method in class info.magnolia.cms.security.MgnlGroup
FIXME: Yet another method that is questionable.
getProperty(String) - Method in class info.magnolia.cms.security.MgnlUser
 
getProperty(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getProperty(String) - Method in interface info.magnolia.cms.security.User
Gets an arbitrary property from this user.
getProperty(String) - Method in class info.magnolia.cms.util.OrderedProperties
 
getProperty(String) - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
getProperty(String) - Method in class info.magnolia.init.properties.AbstractPropertySource
 
getProperty(String) - Method in interface info.magnolia.init.PropertySource
Returns a value corresponding to the given key, or null if not known.
getProperty(String) - Method in class info.magnolia.jaas.principal.EntityImpl
Deprecated.
 
getProperty(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getProperty() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
getProperty(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getProperty(String) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
getProperty(Node, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
Deprecated.
since 4.5 - use getPropertyOrNull instead
getProperty(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getProperty() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getProperty(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getProperty(String) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getProperty(String) - Method in class info.magnolia.jcr.wrapper.I18nNodeWrapper
 
getProperty() - Method in class info.magnolia.jcr.wrapper.WrappingPropertyWrapper
 
getProperty() - Method in class info.magnolia.link.Link
 
getProperty(String) - Method in class info.magnolia.module.model.ModuleDefinition
Convenience method which returns the value of the given property, or null if it does not exist.
getProperty() - Method in class info.magnolia.voting.voters.PropertyVoter
 
getPropertyDescriptors(TypeMapping) - Method in class info.magnolia.content2bean.TypeDescriptor
Deprecated.
This method is not synchronized to avoid thread blocking, but the method guarantees that the returned map is not mutated afterward.
getPropertyDescriptors(TypeMapping) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
This method is not synchronized to avoid thread blocking, but the method guarantees that the returned map is not mutated afterward.
getPropertyName() - Method in class info.magnolia.link.Link
 
getPropertyOrNull(Node, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the Property relative to the Node or null if it's not existing or in case of any RepositoryException.
getPropertyPredicate() - Method in class info.magnolia.importexport.command.JcrExportCommand.DefaultFilter
 
getPropertyPredicate() - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
 
getPropertySource(String) - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
getPropertySource(String) - Method in interface info.magnolia.init.MagnoliaConfigurationProperties
 
getPropertyType() - Method in class info.magnolia.jcr.node2bean.impl.CollectionPropertyHidingTransformer
 
getPropertyTypeDescriptor(Class<?>, String) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
Cache the already resolved types.
getPropertyTypeDescriptor(String, TypeMapping) - Method in class info.magnolia.content2bean.TypeDescriptor
Deprecated.
 
getPropertyTypeDescriptor(Class<?>, String) - Method in interface info.magnolia.content2bean.TypeMapping
Deprecated.
 
getPropertyTypeDescriptor(Class<?>, String) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
 
getPropertyTypeDescriptor(String, TypeMapping) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
 
getPropertyTypeDescriptor(Class<?>, String) - Method in interface info.magnolia.jcr.node2bean.TypeMapping
 
getPropertyValue(String, String) - Static method in class info.magnolia.module.delta.BootstrapFileUtil
 
getPropertyValueObject(Node, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the Value Object from a property.
getPropertyValueString(Content, String) - Static method in class info.magnolia.cms.util.MetaDataUtil
Deprecated.
 
getPropertyValueString(Content, String, String) - Static method in class info.magnolia.cms.util.MetaDataUtil
Deprecated.
Returns the representation of the value as a String.
getProvider(DefinitionMetadata) - Method in class info.magnolia.config.registry.AbstractRegistry
 
getProvider(String) - Method in class info.magnolia.config.registry.AbstractRegistry
 
getProvider(DefinitionMetadata) - Method in interface info.magnolia.config.registry.Registry
Gets a definition provider by its complete id object.
getProvider(String) - Method in interface info.magnolia.config.registry.Registry
Convenience method, where the given String is what the corresponding DefinitionMetadata.getReferenceId() would return.
getProvider() - Method in class info.magnolia.module.model.ComponentDefinition
 
getProvider(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
getProvider(Class<T>) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getProvider() - Method in class info.magnolia.repository.definition.RepositoryDefinition
 
getProviderClass() - Method in class info.magnolia.objectfactory.configuration.ProviderConfiguration
 
getProviders() - Method in class info.magnolia.jcr.registry.SessionProviderRegistry
 
getProxyDelegate() - Method in interface info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.DelegateResolver
 
getPublicKey() - Method in interface info.magnolia.cms.exchange.ActivationManager
Deprecated.
Returns public key used by target instance to authenticate incoming activations.
getPublicKey() - Method in class info.magnolia.cms.security.MgnlKeyPair
 
getPublicKey() - Static method in class info.magnolia.cms.security.SecurityUtil
 
getQName() - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
Deprecated.
Returns the qName.
getQuery(Node) - Method in interface info.magnolia.cms.core.search.QueryManager
Deprecated.
Description inherited from javax.jcr.query.QueryManager#getQuery(javax.jcr.Node)
Retrieves an existing persistent query.
getQuery(Node) - Method in class info.magnolia.cms.core.search.QueryManagerImpl
Deprecated.
 
getQueryManager() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
getQueryManager() - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getQueryManager() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getQueryManager() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getQueryString() - Method in class info.magnolia.cms.core.AggregationState
Returns the original request query string.
getQueryString() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getQueryStringAndFragment(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Deprecated.
since 5.3.8 - use {@link #queryStringAndFragment(String) instead.
getRaw() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
 
getRaw() - Method in interface info.magnolia.config.registry.DefinitionProvider
Returns a DefinitionRawView representation the underlying bean; it might be invalid, partially resolved and/or disabled.
getRaw() - Method in class info.magnolia.config.source.MapBasedDefinitionProviderWrapper
 
getRawMap() - Method in class info.magnolia.config.source.raw.DefinitionRawViewMapWrapper
 
getRead() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getRead() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getReader(Object, String) - Method in class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
 
getReader(Object, String) - Method in class info.magnolia.freemarker.loaders.ResourceTemplateLoader
 
getReadMethod() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
getReadTimeout() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getRealm() - Method in class info.magnolia.cms.security.auth.callback.RealmCallback
Deprecated.
 
getRealm() - Method in class info.magnolia.cms.security.MgnlUser
 
getRealmName() - Method in class info.magnolia.cms.security.auth.callback.BasicClientCallback
 
getRealmName() - Method in class info.magnolia.cms.security.MgnlUserManager
 
getRealmName() - Method in class info.magnolia.cms.security.SystemUserManager
 
getRealPath(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getReferencedContent(String) - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getReferencedContent() - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getReferencedContent(HierarchyManager) - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getReferencedContent() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getReferencedContent(String) - Method in class info.magnolia.cms.core.BinaryNodeData
 
getReferencedContent() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the Content that this NodeData references (if its type is PropertyType.REFERENCE).
getReferencedContent(String) - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Same as NodeData.getReferencedContent() but achieves the referenced node from a different workspace.
getReferencedContent() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getReferencedContent(String) - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getReferenceId(DefinitionReference) - Method in class info.magnolia.config.registry.AbstractRegistry
 
getReferenceId() - Method in interface info.magnolia.config.registry.DefinitionMetadata
This is the String that can be used to refer to this definition by ID, e.g as passed to Registry.getProvider(String).
getReferenceId(DefinitionReference) - Method in interface info.magnolia.config.registry.DefinitionReferenceIdResolver
 
getReferenceId() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
 
getReferences(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getReferences() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getReferences() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getReferences(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getRegistry() - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
 
getRegistry() - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
 
getRegistryMap() - Method in class info.magnolia.config.registry.AbstractRegistry
 
getRejected() - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
getRejected() - Method in class info.magnolia.voting.voters.UserAgentVoter
 
getRelatedException() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
getRelative(Node) - Method in class info.magnolia.link.LinkTransformerManager
Creates instance of Relative link transformer that will translate path to the provided Link relative to the content provided here.
getRelative(String) - Method in class info.magnolia.link.LinkTransformerManager
Creates instance of Relative link transformer that will translate path to the provided Link relative to path provided here.
getRelativeLocation() - Method in interface info.magnolia.config.registry.DefinitionReference
 
getRelativeTransformer() - Method in class info.magnolia.link.LinkTransformerManager
Gets registered relative path transformer.
getReleaseTime() - Method in class info.magnolia.cms.security.MgnlUser
 
getReloadMonitor() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
Returns the object used to synchronize on to keep multiple reload operations to occur at the same time.
getRenderableDefinition() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
getRenderableDefinition() - Method in interface info.magnolia.rendering.context.RenderingContext
 
getRenderableDefinitionFor(Node) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getRenderEmptyAreas() - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getRenderEmptyAreas() - Method in interface info.magnolia.rendering.engine.RenderingEngine
 
getRenderer() - Method in class info.magnolia.rendering.renderer.registry.ConfiguredRendererProvider
Deprecated.
 
getRenderer() - Method in interface info.magnolia.rendering.renderer.registry.RendererProvider
Deprecated.
 
getRenderer(String) - Method in class info.magnolia.rendering.renderer.registry.RendererRegistry
 
getRendererFor(RenderableDefinition) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getRenderingContext() - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
getRenderingContext() - Method in interface info.magnolia.rendering.engine.RenderingEngine
Returns the current RenderingContext.
getRenderingContext() - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
 
getRenderingEngine() - Method in class info.magnolia.rendering.renderer.AbstractRenderer
 
getRenderingModelBasedRenderer(RenderableDefinition) - Method in class info.magnolia.rendering.model.ModelExecutionFilter
Returns the Renderer for the supplied renderable if it supports RenderingModel.
getRenderType() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getRenderType() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getRepositories() - Method in class info.magnolia.module.model.ModuleDefinition
 
getRepositories() - Method in class info.magnolia.repository.definition.RepositoryMappingDefinition
 
getRepositoriesConfigFile() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement DefaultRepositoryManager.loadRepositories() and ConfigUtil
getRepositoriesConfigFilePath() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 without replacement DefaultRepositoryManager.loadRepositories() and ConfigUtil
getRepository(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - use RepositoryManager.getRepository(String) directly.
getRepository(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
Get the repository to use for this uri.
getRepository() - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
 
getRepository() - Method in class info.magnolia.cms.core.AggregationState
 
getRepository() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getRepository() - Method in interface info.magnolia.cms.exchange.Subscription
Deprecated.
 
getRepository() - Method in class info.magnolia.cms.util.LazyContentWrapper
Deprecated.
 
getRepository() - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
Deprecated.
 
getRepository() - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
 
getRepository() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getRepository() - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
 
getRepository() - Method in class info.magnolia.objectfactory.ComponentConfigurationPath
 
getRepository(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getRepository(String) - Method in interface info.magnolia.repository.RepositoryManager
Returns repository instance for a repository.
getRepository(String) - Method in class info.magnolia.repository.WorkspaceMapping
Returns repository specified by the repositoryID as configured in repository config.
getRepositoryDefinition(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getRepositoryDefinition(String) - Method in interface info.magnolia.repository.RepositoryManager
Returns repository mapping as configured, or null if not found.
getRepositoryDefinition(String) - Method in class info.magnolia.repository.WorkspaceMapping
Returns a configured repository definition.
getRepositoryDefinitions() - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getRepositoryDefinitions() - Method in interface info.magnolia.repository.RepositoryManager
 
getRepositoryDefinitions() - Method in class info.magnolia.repository.WorkspaceMapping
 
getRepositoryMapping(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
getRepositoryName() - Method in class info.magnolia.cms.security.MgnlGroupManager
 
getRepositoryName() - Method in class info.magnolia.cms.security.MgnlRoleManager
 
getRepositoryName() - Method in class info.magnolia.cms.security.MgnlUserManager
 
getRepositoryName() - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
getRepositoryName() - Method in class info.magnolia.repository.definition.WorkspaceMappingDefinition
 
getRepositoryName() - Method in class info.magnolia.repository.RepositoryNameMap
Deprecated.
 
getRepositoryNameForWorkspace(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getRepositoryNameForWorkspace(String) - Method in interface info.magnolia.repository.RepositoryManager
 
getRepositoryProvider(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
getRepositoryProvider(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getRepositoryProvider(String) - Method in interface info.magnolia.repository.RepositoryManager
Returns the provider instance for a repository.
getRepositoryProvider(String) - Method in class info.magnolia.repository.WorkspaceMapping
Returns repository provider specified by the repositoryID as configured in repository config.
getRepositoryStrategy() - Method in class info.magnolia.context.AbstractContext
 
getRepositoryStrategy() - Method in class info.magnolia.context.JCRSessionPerThreadSystemContext
 
getRequest() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
 
getRequest() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getRequest() - Method in class info.magnolia.context.RequestAttributeStrategy
 
getRequest() - Method in interface info.magnolia.context.WebContext
Avoid calls to this method wherever possible.
getRequest() - Method in class info.magnolia.context.WebContextImpl
Avoid the call to this method where ever possible.
getRequestCharacterEncoding() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getRequestDispatcher(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getRequestUri(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the request uri for the request.
getRequestUri(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Returns the request uri for the request.
getRequired(DefinitionMetadata) - Method in class info.magnolia.config.registry.RegistryMap
 
getRequired(K) - Method in class info.magnolia.registry.RegistryMap
Deprecated.
 
getRequiredByStringKey(String) - Method in class info.magnolia.config.registry.RegistryMap
 
getResolvedDefinitionDecorators() - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
Get currently resolved file decorators mapped to the paths of the files they are resolved from.
getResolver() - Method in class info.magnolia.channel.ChannelConfiguration
 
getResource(String) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
Get the resource using the current class loader.
getResource(String) - Method in class info.magnolia.freemarker.FreemarkerServletContextWrapper
 
getResource() - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
getResource(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getResourceAsStream(String) - Method in class info.magnolia.freemarker.FreemarkerServletContextWrapper
 
getResourceAsStream(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getResourceFilter() - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathServiceConfiguration
Get a Predicate which would based on the given classpath resource path deduce whether that is actually a meaningful resource.
getResourceName(String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
getResourcePaths(String) - Method in class info.magnolia.freemarker.FreemarkerServletContextWrapper
 
getResourcePaths(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getResourcesToBootstrap(InstallContext) - Method in class info.magnolia.module.delta.BootstrapResourcesTask
Override this method to bootstrap specific resource files.
getResourcesToBootstrap(InstallContext) - Method in class info.magnolia.module.delta.BootstrapSingleModuleResource
 
getResourcesToBootstrap(InstallContext) - Method in class info.magnolia.module.delta.BootstrapSingleResource
 
getResponse() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
 
getResponse() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getResponse() - Method in interface info.magnolia.context.WebContext
Avoid depending on this as much as possible.
getResponse() - Method in class info.magnolia.context.WebContextImpl
 
getResponseCharacterEncoding() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getResult(Path) - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
getResult() - Method in class info.magnolia.config.source.yaml.YamlReader.YamlConversionResult
 
getRetentionManager() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getRole(String) - Method in class info.magnolia.cms.security.MgnlRoleManager
 
getRole(String) - Method in interface info.magnolia.cms.security.RoleManager
Get the specific role.
getRoleManager() - Method in class info.magnolia.cms.security.RescueSecuritySupport
 
getRoleManager() - Static method in class info.magnolia.cms.security.Security
Deprecated.
Returns the configured RoleManager.
getRoleManager() - Method in interface info.magnolia.cms.security.SecuritySupport
 
getRoleManager() - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
getRoleNameById(String) - Method in class info.magnolia.cms.security.MgnlRoleManager
 
getRoleNameById(String) - Method in interface info.magnolia.cms.security.RoleManager
Retrieve role name by its identifier.
getRoleNames() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
getRoles() - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
 
getRoles() - Method in class info.magnolia.cms.security.ExternalUser
 
getRoles() - Method in interface info.magnolia.cms.security.Group
Get roles that are directly assigned to group.
getRoles() - Method in class info.magnolia.cms.security.MgnlGroup
Returns read only roles collection.
getRoles() - Method in class info.magnolia.cms.security.MgnlUser
 
getRoles() - Method in interface info.magnolia.cms.security.operations.AccessDefinition
Deprecated.
getRoles() - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
 
getRoles() - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
Deprecated.
since 5.4.3 Use RoleBaseVoter.getRoles() instead.
getRoles() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
getRoles() - Method in interface info.magnolia.cms.security.User
Get roles that are directly assigned to the user.
getRoles() - Method in interface info.magnolia.rendering.template.ComponentAvailability
 
getRoles() - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
 
getRoles() - Method in class info.magnolia.voting.voters.RoleBaseVoter
 
getRoot() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
getRoot() - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getRoot() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getRoot(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the root object that of the I18nParentable hierarchy.
getRoot() - Method in interface info.magnolia.rendering.model.RenderingModel
The top root model of the rendering process.
getRoot() - Method in class info.magnolia.rendering.model.RenderingModelImpl
 
getRoot() - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
getRoot() - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathService
Get the root directory of the current service classpath hierarchy structure.
getRoot() - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
getRoot() - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
getRoot() - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getRoot() - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
getRoot() - Method in interface info.magnolia.resourceloader.ResourceOrigin
Returns the Resource for this origin's declared root.
getRoot() - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
since 6.1 use ResourceOrigin.getRoot() method reference
getRootFilter() - Method in class info.magnolia.cms.filters.MgnlMainFilter
Returns the root filter, note that the filter is destroyed if the filter chain is reloaded.
getRootKeyGenerator(C) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
Returns the I18nKeyGenerators corresponding to the root object of the given object.
getRootNode() - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getRootNode(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.AbstractNodeBuilderTask
 
getRootNode(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.ModuleConfigNodeBuilderTask
 
getRootNode(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.ModuleNodeBuilderTask
 
getRootNode(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.NodeBuilderTask
 
getRootNode() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getRootNode() - Method in class info.magnolia.jcr.wrapper.NodeWrappingDelegateSessionWrapper
 
getRootNode(InstallContext) - Method in class info.magnolia.nodebuilder.task.AbstractNodeBuilderTask
Deprecated.
 
getRootNode(InstallContext) - Method in class info.magnolia.nodebuilder.task.ModuleConfigNodeBuilderTask
Deprecated.
 
getRootNode(InstallContext) - Method in class info.magnolia.nodebuilder.task.ModuleNodeBuilderTask
Deprecated.
 
getRootNode(InstallContext) - Method in class info.magnolia.nodebuilder.task.NodeBuilderTask
Deprecated.
 
getRootPath() - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
getRootPath() - Method in interface info.magnolia.init.MagnoliaInitPaths
 
getRootType() - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
 
getRootVersion() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getRule(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl
 
getRule() - Method in class info.magnolia.commands.impl.RuleBasedCommand
 
getRules() - Method in class info.magnolia.cms.security.IPSecurityManagerImpl
 
getScope() - Method in class info.magnolia.module.model.ComponentDefinition
 
getScope() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
getSecuritySupport() - Static method in class info.magnolia.cms.security.Security
Deprecated.
 
getSelector() - Method in class info.magnolia.cms.core.AggregationState
A selector is the part between the first SelectorUtil.SELECTOR_DELIMITER and the extension of an URI.
getSelector() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getSelector() - Static method in class info.magnolia.cms.util.SelectorUtil
get selector as requested from the URI.
getSelector(int) - Static method in class info.magnolia.cms.util.SelectorUtil
Get the selector by index Warning - this might change in the future - see MAGNOLIA-2343 for details.
getSelectors() - Method in class info.magnolia.cms.core.AggregationState
 
getSelectors() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getSelfMappingPath() - Method in interface info.magnolia.cms.filters.SelfMappingServlet
Returns a Servlet mapping path ("/foo" or "/foo/*" are typical examples).
getSeparator() - Method in class info.magnolia.audit.LogConfiguration
 
getServer() - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
 
getServerInfo() - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
getServerInfo() - Method in interface info.magnolia.init.MagnoliaInitPaths
 
getServerInfo() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getServerName() - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
The server name is resolved to the full name obtained by using InetAddress.getLocalHost().getHostName(), which may also contain the server domain, depending on your server configuration/operating system.
getServerName() - Method in interface info.magnolia.init.MagnoliaInitPaths
Returns the name of the server where the webapp is running, lowercase.
getServlet() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getServlet(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getServletClass() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getServletContext() - Method in class info.magnolia.cms.filters.FilterDecorator.CustomFilterConfig
 
getServletContext() - Method in class info.magnolia.cms.util.CustomFilterConfig
 
getServletContext() - Method in class info.magnolia.cms.util.CustomServletConfig
 
getServletContext() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getServletContext() - Method in interface info.magnolia.context.WebContext
Returns the current servlet context.
getServletContext() - Method in class info.magnolia.context.WebContextImpl
Returns the current servlet context.
getServletContextName() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getServletDefinition() - Method in class info.magnolia.module.delta.RegisterServletTask
 
getServletMappings(String) - Method in class info.magnolia.cms.util.WebXmlUtil
 
getServletName() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
getServletName() - Method in class info.magnolia.cms.util.CustomServletConfig
 
getServletNames() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getServletRegistration(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
getServletRegistrations() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getServlets() - Method in class info.magnolia.module.model.ModuleDefinition
 
getServlets() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getSession() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getSession() - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
 
getSession(String) - Method in class info.magnolia.context.AbstractRepositoryStrategy
 
getSession(String) - Method in interface info.magnolia.context.JCRSessionStrategy
 
getSession(String) - Static method in class info.magnolia.context.LifeTimeJCRSessionUtil
 
getSession() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getSession() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
getSession() - Method in class info.magnolia.jcr.decoration.ContentDecoratorWorkspaceWrapper
 
getSession() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getSession() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getSession() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getSession(String, Credentials) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getSession(String, Credentials) - Method in interface info.magnolia.repository.RepositoryManager
 
getSessionCookieConfig() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getSessionCount() - Method in class info.magnolia.stats.JCRStats
 
getSessionCount() - Method in interface info.magnolia.stats.JCRStatsMBean
 
getSessionForWrappedNode(String) - Method in class info.magnolia.jcr.wrapper.LazyNodeWrapper
 
getSessionForWrappedNode(String) - Method in class info.magnolia.jcr.wrapper.SystemNodeWrapper
 
getSessionTimeout() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getSeverityType() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
getSeverityType() - Method in interface info.magnolia.transformer.TransformationProblem
 
getSHA1Hex(String) - Static method in class info.magnolia.cms.security.Digester
Deprecated.
Gets SHA-1 encoded -> hex string.
getSHA1Hex(byte[]) - Static method in class info.magnolia.cms.security.SecurityUtil
Gets SHA-1 encoded -> hex string.
getSHA1Hex(String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
getSharedSet() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getSharedStatus() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
getSharedVariables() - Method in class info.magnolia.freemarker.FreemarkerConfig
 
getShouldProcess() - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
 
getSiblingAfter(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getSiblingBefore(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getSiblings(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings of this node.
getSiblings(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings of this node with certain type.
getSiblings(Node, Predicate) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings of this node according to predicate.
getSiblingsAfter(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings after this node.
getSiblingsAfter(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings after this node with certain type.
getSiblingsBefore(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings before this node.
getSiblingsBefore(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Gets the siblings before this node with certain type.
getSimpleValue() - Method in class info.magnolia.config.registry.DefinitionRawView.Property
 
getSingleton(Class<T>) - Method in interface info.magnolia.objectfactory.ComponentProvider
Deprecated.
since 4.5, use IoC. If you really need to look up a component, then use ComponentProvider.getComponent(Class)
getSingleton(Class<T>) - Static method in class info.magnolia.objectfactory.Components
Deprecated.
since 4.5, use IoC to inject the component or use #getComponent(Class).
getSingleton(Class<T>) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
Deprecated.
getSize() - Method in class info.magnolia.cms.beans.runtime.File
 
getSize() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
Deprecated.
 
getSize() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
 
getSize() - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
 
getSize() - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
 
getSize() - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
 
getSize() - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
 
getSize() - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
 
getSize() - Method in class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
getSkip() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
Tests if the option skip_on_previous_success is set to true and preceding LoginModule was successful.
getSortedCollectionFromNodeIterator(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
Deprecated.
getSourceModule() - Method in interface info.magnolia.config.registry.decoration.DefinitionDecoratorMetadata
The source module of the decorator.
getSources() - Method in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
 
getSources() - Method in interface info.magnolia.init.MagnoliaPropertiesResolver
Returns the paths to load, TODO: in which order ?
getStartupDelta(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getStartupDelta(InstallContext) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleVersionHandler
 
getStartupDelta(InstallContext) - Method in interface info.magnolia.module.ModuleVersionHandler
Deprecated.
It seems irrelevant to have startup tasks in a VersionHandler. These should probably be moved to ModuleLifecycle.
getStartupDelta(InstallContext) - Method in class info.magnolia.module.webapp.WebappVersionHandler
 
getStartupTasks(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler
Override this method to add specific startup tasks to your module.
getStatement() - Method in interface info.magnolia.cms.core.search.Query
Deprecated.
Description inherited from javax.jcr.query.Query#getStatement()
Returns the statement set for this query.
getStatement() - Method in class info.magnolia.cms.core.search.QueryImpl
Deprecated.
 
getStatus() - Method in class info.magnolia.cms.security.auth.login.LoginResult
 
getStatus() - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
 
getStatus() - Method in interface info.magnolia.module.InstallContext
 
getStatus() - Method in class info.magnolia.module.InstallContextImpl
 
getStatus() - Method in interface info.magnolia.module.ModuleManager
Returns the status as discovered by checkForInstallOrUpdates().
getStatus() - Method in class info.magnolia.module.ModuleManagerImpl
 
getStoredQueryPath() - Method in interface info.magnolia.cms.core.search.Query
Deprecated.
Description inherited from javax.jcr.query.Query#getStoredQueryPath()
If this is a Query object that has been stored using Query.storeAsNode(java.lang.String) (regardless of whether it has been saved yet) or retrieved using QueryManager.getQuery(javax.jcr.Node)), then this method returns the path of the nt:query node that stores the query.
getStoredQueryPath() - Method in class info.magnolia.cms.core.search.QueryImpl
Deprecated.
 
getStream() - Method in class info.magnolia.cms.beans.runtime.Document
Returns a stream from the uploaded file.
getStream() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getStream() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getStream() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the InputStream representation of the value.
getStream() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getStream(String) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
 
getStream(String, boolean) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
Checks last modified and returns the new content if changed and the cache flag is not set to true.
getStream() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getStream() - Method in class info.magnolia.importexport.command.JcrImportCommand
 
getStream() - Method in class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
getStream() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getStream(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
getString(String) - Method in class info.magnolia.cms.core.AbstractNodeData
Deprecated.
 
getString() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getString() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getString(String) - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the String representation of the value: decodes like breaks with the specified regular expression.
getString() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the String representation of the value.
getString() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getString(String, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Simple method to get strings like configuration informations.
getString(Content, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Get the string or the empty string if not existing.
getString(String, String, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
You can define a default value if not found.
getString(Content, String, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
You can define a default value if not found.
getString() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getString(String) - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getString(Node, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the String representing the node property value.
getString(Node, String, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the String representing the node property value.
getString() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getString() - Method in class info.magnolia.jcr.wrapper.HTMLEscapingPropertyWrapper
 
getStringProperty(String) - Method in class info.magnolia.cms.core.MetaData
Deprecated.
 
getSubject() - Method in class info.magnolia.cms.security.auth.login.LoginResult
 
getSubject() - Method in class info.magnolia.context.AbstractContext
 
getSubject() - Method in class info.magnolia.context.AsynchronousContext
 
getSubject() - Method in interface info.magnolia.context.Context
 
getSubject() - Method in class info.magnolia.context.ContextDecorator
 
getSubject() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getSubject() - Static method in class info.magnolia.context.MgnlContext
 
getSubject() - Method in class info.magnolia.context.UserContextImpl
 
getSubscribers() - Method in interface info.magnolia.cms.exchange.ActivationManager
Deprecated.
 
getSubscriptions() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getSubtype() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getSubtype() - Method in interface info.magnolia.rendering.template.TemplateDefinition
Specifies the template subtype, such as specific features, e.g.
getSuccessors() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getSuccessors() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getSuperuserRole() - Method in interface info.magnolia.cms.security.operations.AccessDefinition
 
getSuperuserRole() - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
 
getSuperuserRole() - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
 
getSupportedQueryLanguages() - Method in interface info.magnolia.cms.core.search.QueryManager
Deprecated.
Description inherited from javax.jcr.query.QueryManager#getSupportedQueryLanguages()
Returns an array of strings representing all query languages supported by this repository.
getSupportedQueryLanguages() - Method in class info.magnolia.cms.core.search.QueryManagerImpl
Deprecated.
 
getSystemComponents() - Method in class info.magnolia.init.MagnoliaServletContextListener
 
getSystemContext() - Method in class info.magnolia.context.ContextFactory
Deprecated.
since 4.5, use IoC, i.e., declare a dependency on SystemContext in your component.
getSystemContext() - Static method in class info.magnolia.context.MgnlContext
Deprecated.
since 4.5, use IoC, i.e., declare a dependency on SystemContext in your component.
getSystemName() - Method in class info.magnolia.cms.core.ItemType
Deprecated.
Getter for name.
getSystemNode(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get the Magnolia system node created under the given node.
getSystemSession(String) - Method in class info.magnolia.jackrabbit.ProviderImpl
 
getSystemSession(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getSystemSession(String) - Method in interface info.magnolia.repository.Provider
 
getSystemSession(String) - Method in interface info.magnolia.repository.RepositoryManager
 
getSystemSubject() - Static method in class info.magnolia.cms.security.Security
Deprecated.
 
getSystemUser() - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getSystemUser() - Method in class info.magnolia.cms.security.ExternalUserManager
SystemUserManager does this.
getSystemUser() - Method in class info.magnolia.cms.security.MgnlUserManager
SystemUserManager does this.
getSystemUser() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUserManager
 
getSystemUser() - Static method in class info.magnolia.cms.security.Security
Deprecated.
 
getSystemUser() - Method in class info.magnolia.cms.security.SystemUserManager
 
getSystemUser() - Method in interface info.magnolia.cms.security.UserManager
Get system user, this user must always exist in magnolia repository.
getTarget() - Method in class info.magnolia.resourceloader.util.Functions.CollectorFunction
 
getTargetFilter() - Method in class info.magnolia.cms.filters.MgnlFilterDispatcher
Returns the current target filter, the returned instance will be destroyed if the target filter is replaced.
getTargetFilter() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
 
getTargetFilterAndAcquireReadLock() - Method in class info.magnolia.cms.filters.MgnlFilterDispatcher
Returns the current target filter with a read lock held.
getTasks() - Method in interface info.magnolia.module.delta.Delta
Should not return a read-only List, as the version handler might add tasks as appropriate.
getTasks() - Method in class info.magnolia.module.delta.DeltaBuilder
 
getTasks() - Method in class info.magnolia.module.webapp.WebappDelta
 
getTempDirectory() - Method in class info.magnolia.cms.core.FileSystemHelper
Gets the temporary directory set in magnolia properties.
getTempDirectory() - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3, use FileSystemHelper.getTempDirectory() instead.
getTempDirectoryPath() - Static method in class info.magnolia.cms.core.Path
Deprecated.
getTemplate() - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
getTemplate() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Returns the template name which is assigned to this content.
getTemplate() - Method in class info.magnolia.cms.core.MetaData
getTemplate() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getTemplate(Node) - Static method in class info.magnolia.jcr.util.MetaDataUtil
Deprecated.
since 5.0 use NodeTypes.RenderableMixin#getTemplate(Node)
getTemplate(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Renderable
Returns the template assigned to the node or null of none has been assigned.
getTemplateAvailability() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getTemplateAvailability() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getTemplateContext() - Method in class info.magnolia.cms.security.auth.callback.FormClientCallback
Simply sets "errorString" in case of login exception.
getTemplateDefinition(Node) - Method in class info.magnolia.rendering.model.ModelExecutionFilter
Returns the TemplateDefinition for the supplied content.
getTemplateDefinition() - Method in class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionProvider
Deprecated.
 
getTemplateDefinition() - Method in interface info.magnolia.rendering.template.registry.TemplateDefinitionProvider
Deprecated.
 
getTemplateDefinition(String) - Method in class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
Deprecated.
getTemplateDefinition() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getTemplateDefinitions() - Method in class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
Deprecated.
getTemplateExceptionHandler() - Method in class info.magnolia.freemarker.FreemarkerConfig
 
getTemplateLoader() - Method in class info.magnolia.freemarker.FreemarkerConfig
 
getTemplateLoaders() - Method in class info.magnolia.freemarker.FreemarkerConfig
 
getTemplateName() - Method in class info.magnolia.cms.core.AggregationState
 
getTemplateName() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getTemplateScript() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getTemplateScript() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getTemplateSubtypeOrDefault(Node) - Method in class info.magnolia.rendering.template.type.TemplateTypeHelper
Returns the subtype of the template assigned to a node, if the assigned template is not a TemplateDefinition it defaults to DefaultTemplateTypes.CONTENT and if there is no template assigned or the assigned template doesn't exists it returns the empty string.
getTemplateTypeOrDefault(Node) - Method in class info.magnolia.rendering.template.type.TemplateTypeHelper
Returns the type of the template assigned to a node, if the assigned template is not a TemplateDefinition it defaults to DefaultTemplateTypes.CONTENT and if there is no template assigned or the assigned template doesn't exists it returns the empty string.
getTemplatingElementClass() - Method in class info.magnolia.templating.freemarker.AbstractDirective
 
getTestPrefix() - Method in class info.magnolia.debug.DerbyTestPersistenceManager
 
getTestString() - Method in class info.magnolia.debug.CallTrackingFilter
 
getThen() - Method in class info.magnolia.voting.voters.IfVoter
 
getTimeLock() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
Get time period for time lockout.
getTimeStamp() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
getTimestamp() - Method in class info.magnolia.module.InstallContext.Message
 
getTitle() - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
getTitle() - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
getTitle() - Method in class info.magnolia.cms.core.MetaData
Deprecated.
since 5.0 - only for backwards compatibility.
getTitle() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getTitle() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
getTitle() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getTitle() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getTo() - Method in class info.magnolia.module.model.VersionRange
Deprecated.
should not be public - since 5.0.2
getTokenizedConfigFile(String) - Method in class info.magnolia.cms.core.FileSystemHelper
Try to get the configuration file and replace tokens.
getTokenizedConfigFile(String) - Static method in class info.magnolia.cms.util.ConfigUtil
Deprecated.
getTotalTaskCount() - Method in interface info.magnolia.module.InstallContext
 
getTotalTaskCount() - Method in class info.magnolia.module.InstallContextImpl
 
getToURI() - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
Deprecated.
 
getToURI() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
Deprecated.
 
getToURI() - Method in class info.magnolia.cms.beans.config.VirtualURIMapping.MappingResult
Deprecated.
 
getToURI() - Method in interface info.magnolia.cms.exchange.Subscription
Deprecated.
 
getToUri() - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
 
getToUri() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
 
getToUri() - Method in class info.magnolia.virtualuri.VirtualUriMapping.Result
 
getTransformer() - Method in class info.magnolia.content2bean.TypeDescriptor
Deprecated.
Can return a custom transformer.
getTransformer() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
Can return a custom transformer.
getTransformerFromAnnotation(AnnotatedElement) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
 
getTransformers() - Method in class info.magnolia.link.LinkTransformerManager
 
getTransformLineBreaks() - Method in class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
 
getTranslation(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Translated.Description
 
getTrimmedLinesMatching(String, String) - Static method in class info.magnolia.cms.util.TextFileUtil
 
getTrueValue() - Method in class info.magnolia.voting.voters.AbstractBoolVoter
 
getType() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the mime type for this file.
getType() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getType() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getType() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the type of this NodeData.
getType() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getType() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getType() - Method in interface info.magnolia.config.registry.DefinitionMetadata
 
getType() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem
 
getType() - Method in class info.magnolia.config.registry.DefinitionQuery
 
getType() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
Deprecated.
 
getType() - Method in class info.magnolia.content2bean.TypeDescriptor
Deprecated.
 
getType() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
getType() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
 
getType() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getType() - Method in interface info.magnolia.module.delta.Delta
 
getType() - Method in class info.magnolia.module.delta.DeltaBuilder
 
getType() - Method in class info.magnolia.module.model.ComponentDefinition
 
getType() - Method in class info.magnolia.module.model.TypeMappingDefinition
 
getType() - Method in class info.magnolia.module.webapp.WebappDelta
 
getType() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
getType() - Method in class info.magnolia.rendering.renderer.registry.ConfiguredRendererProvider
Deprecated.
 
getType() - Method in interface info.magnolia.rendering.renderer.registry.RendererProvider
Deprecated.
 
getType() - Method in interface info.magnolia.rendering.template.AreaDefinition
getType() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
 
getType() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getType(RenderableDefinition) - Method in class info.magnolia.rendering.template.i18n.RenderableDefinitionKeyGenerator
 
getType() - Method in interface info.magnolia.rendering.template.TemplateDefinition
Specifies the template type, e.g.
getType() - Method in class info.magnolia.templating.elements.AreaElement
 
getTypeDescriptor(Class<?>) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
 
getTypeDescriptor(Class<?>) - Method in interface info.magnolia.content2bean.TypeMapping
Deprecated.
 
getTypeDescriptor(Class<?>) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
 
getTypeDescriptor(Class<?>) - Method in interface info.magnolia.jcr.node2bean.TypeMapping
 
getTypeMapping() - Method in interface info.magnolia.content2bean.Content2BeanTransformer
Deprecated.
since 4.5, do not use
getTypeMapping() - Static method in class info.magnolia.content2bean.Content2BeanUtil
Deprecated.
since 4.5, use IoC.
getTypeMapping() - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
Deprecated.
since 4.5, do not use.
getTypeMapping() - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
Deprecated.
getTypeMappings() - Method in class info.magnolia.module.model.ComponentsDefinition
 
getTypeMappings() - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
getTypeName(NodeData) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
String representation of the jcr property type.
getUI() - Method in interface info.magnolia.module.ModuleManager
 
getUI() - Method in class info.magnolia.module.ModuleManagerImpl
 
getUnderlyingRepository() - Method in class info.magnolia.jackrabbit.ProviderImpl
 
getUnderlyingRepository() - Method in interface info.magnolia.repository.Provider
Gets the repository instance initialized on init() call.
getUnfilteredSize() - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionVersionIteratorWrapper
Returns size for all versions from all workspaces, unlike FilteringRangeIterator.getSize() that returns filtered results by workspace.
getUniqueLabel(Session, String, String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
getUniqueLabel(Session, String, String, String) - Static method in class info.magnolia.cms.core.Path
getUniqueLabel(Node, String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
getUniqueName(Session, String, String) - Method in class info.magnolia.jcr.util.NodeNameHelper
Checks if an item already exists with given name in JCR, and returns a unique name; if necessary, an increment is appended to the name.
getUniqueName(Session, String, String, String) - Method in class info.magnolia.jcr.util.NodeNameHelper
Checks if an item already exists with given name in JCR, and returns a unique name; if necessary, an increment is inserted into the name, before the given extension.
getUniqueName(Node, String) - Method in class info.magnolia.jcr.util.NodeNameHelper
 
getUpdateDeltas(InstallContext, Version) - Method in class info.magnolia.module.AbstractModuleVersionHandler
 
getURI(String, String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
Get the uri to use for this handle.
getURI(Link) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
 
getURI(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
Create a uri based on a handle.
getURI(Link) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
 
getUri() - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
Deprecated.
Returns the uri.
getURI2RepositoryManager() - Method in class info.magnolia.link.AbsolutePathTransformer
 
getUriExtension(String) - Method in class info.magnolia.cms.filters.ContentTypeFilter
 
getURIMapping(String) - Method in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
Checks for the requested URI mapping in Server config : Servlet Specification 2.3 Section 10 "Mapping Requests to Servlets".
getURIMapping(String, String) - Method in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
Checks for the requested URI mapping in Server config : Servlet Specification 2.3 Section 10 "Mapping Requests to Servlets".
getURIMapping(String) - Method in class info.magnolia.cms.filters.VirtualUriFilter
Deprecated.
 
getURIMapping(String, String) - Method in class info.magnolia.cms.filters.VirtualUriFilter
Deprecated.
 
getURIMapping(String, String) - Method in class info.magnolia.virtualuri.compatibility.VirtualUriManagerAdapter
Deprecated.
only for backward compatibility w/ VirtualURIManager; evaluation of mappings is now performed by VirtualUriFilter instead.
getURIMappings() - Method in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
 
getURIMappings() - Method in class info.magnolia.virtualuri.compatibility.VirtualUriManagerAdapter
Deprecated.
only for backward compatibility w/ VirtualURIManager; only returns mappings of the old deprecated type (as per signature).
getURIPrefix() - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
 
getUriPrefix() - Method in class info.magnolia.cms.core.AggregationState
 
getUriPrefix() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getURISuffix(Link) - Method in class info.magnolia.link.AbsolutePathTransformer
Gets reminder of the URI after the path (i.e.
getURL() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getUrl() - Method in class info.magnolia.cms.util.UrlPatternDelegate
Returns the configured Url.
getUrl() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
 
getURLParameterDecoded(HttpServletRequest, String, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
 
getURLParametersDecoded(HttpServletRequest, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
The url is not always properly decoded.
getURLParametersDecoded(String, String) - Static method in class info.magnolia.cms.util.RequestFormUtil
Deprecated.
Extract and decodes parameters from a query string.
getUrlPattern() - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
getUsedFilter(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get Rule used for this version.
getUser() - Method in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
 
getUser() - Method in class info.magnolia.cms.security.auth.callback.UserCallback
 
getUser(String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getUser(Subject) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getUser(String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
getUser(Subject) - Method in class info.magnolia.cms.security.ExternalUserManager
Initialize new user using JAAS authenticated/authorized subject.
getUser(Map<String, String>, GroupList, RoleList) - Method in class info.magnolia.cms.security.ExternalUserManager
 
getUser(String) - Method in class info.magnolia.cms.security.MgnlUserManager
Get the user object.
getUser(Subject) - Method in class info.magnolia.cms.security.MgnlUserManager
 
getUser(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUserManager
 
getUser(String) - Method in interface info.magnolia.cms.security.UserManager
Find a specific user.
getUser(Subject) - Method in interface info.magnolia.cms.security.UserManager
Deprecated.
since 5.3.3 jaas login module should just request the user, not pass the subject around to the user manager
getUser() - Method in class info.magnolia.context.AbstractContext
 
getUser() - Method in class info.magnolia.context.AsynchronousContext
 
getUser() - Method in interface info.magnolia.context.Context
If this is not a UserContext this method will very likely return the system user.
getUser() - Method in class info.magnolia.context.ContextDecorator
Delegates call to the original context.
getUser() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
getUser() - Static method in class info.magnolia.context.MgnlContext
A short cut for the current user.
getUser() - Method in class info.magnolia.context.SimpleContext
Delegate to the inner context.
getUser() - Method in class info.magnolia.context.UserContextImpl
 
getUser() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
 
getUser() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
Deprecated.
 
getUser() - Method in interface info.magnolia.jaas.sp.UserAwareLoginModule
 
getUserById(String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getUserById(String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
getUserById(String) - Method in class info.magnolia.cms.security.MgnlUserManager
Get the user object.
getUserById(String) - Method in interface info.magnolia.cms.security.UserManager
Find a specific user.
getUserID() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getUserManager() - Method in class info.magnolia.cms.security.RescueSecuritySupport
 
getUserManager(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport
 
getUserManager() - Static method in class info.magnolia.cms.security.Security
Deprecated.
Returns the configured UserManager.
getUserManager() - Method in interface info.magnolia.cms.security.SecuritySupport
Returns a generic UserManager, either for a default realm, or an implementation which delegates to other UserManager instances.
getUserManager(String) - Method in interface info.magnolia.cms.security.SecuritySupport
Returns a UserManager for the given realm.
getUserManager() - Method in class info.magnolia.cms.security.SecuritySupportImpl
Returns a UserManager which is delegating to the configured UserManagers.
getUserManager(String) - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
getUserManagers() - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
getUserName() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
The name of the user who created this version.
getUserName() - Method in class info.magnolia.commands.impl.VersionCommand
 
getUsersWithGroup(String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getUsersWithGroup(String, boolean) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getUsersWithGroup(String, boolean) - Method in class info.magnolia.cms.security.ExternalUserManager
Default implementation for external userManagers.
getUsersWithGroup(String) - Method in class info.magnolia.cms.security.ExternalUserManager
Default implementation for external userManagers.
getUsersWithGroup(String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
getUsersWithGroup(String, boolean) - Method in class info.magnolia.cms.security.MgnlUserManager
 
getUsersWithGroup(String) - Method in interface info.magnolia.cms.security.UserManager
Returns all users which are the provided group.
getUsersWithGroup(String, boolean) - Method in interface info.magnolia.cms.security.UserManager
Returns all users which are in the provided group.
getUsersWithRole(String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
getUsersWithRole(String) - Method in class info.magnolia.cms.security.ExternalUserManager
Default implementation for external userManagers.
getUsersWithRole(String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
getUsersWithRole(String) - Method in interface info.magnolia.cms.security.UserManager
 
getUTCCalendarFromDialogString(String) - Static method in class info.magnolia.cms.util.DateUtil
Convert a string date from a dialog date to a UTC calendar ready to be stored in the repository.
getUTCCalendarFromLocalDate(Date) - Static method in class info.magnolia.cms.util.DateUtil
Convert a local date time to a UTC calendar.
getUUID() - Method in interface info.magnolia.cms.core.Content
Deprecated.
UUID of the node referenced by this object.
getUUID() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getUUID() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
UUID of the node referenced by this object.
getUuid() - Method in class info.magnolia.cms.security.MgnlUser
Deprecated.
since 4.5.1, use MgnlUser.getIdentifier() instead
getUUID() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getUuid() - Method in class info.magnolia.cms.util.LazyContentWrapper
Deprecated.
 
getUuid() - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
 
getUUID() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getUUID() - Method in class info.magnolia.link.Link
 
getValidatedLabel(String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
getValidatedLabel(String, String) - Static method in class info.magnolia.cms.core.Path
getValidatedName(String) - Method in class info.magnolia.jcr.util.NodeNameHelper
Replace illegal characters based on magnolia property magnolia.ut8.enabled.
getValidatedName(String, String) - Method in class info.magnolia.jcr.util.NodeNameHelper
If charset equals UTF-8, replaces the following characters with a dash - :
getValue() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getValue() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getValue() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
Returns the value of this NodeData.
getValue() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getValue() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getValue() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getValue() - Method in class info.magnolia.module.model.PropertyDefinition
 
getValue() - Method in class info.magnolia.module.model.ServletParameterDefinition
 
getValue(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.ActivationStatus
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.AreaInheritanceEnabled
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.AreaType
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.AvailableComponents
 
getValue(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Content
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.CreateAreaNode
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.Created
 
getValue(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Dialog
 
getValue(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Editable
 
getValue(T) - Method in interface info.magnolia.templating.elements.attribute.ElementAttribute
 
getValue(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Inherited
 
getValue(TemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Joining
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.Name
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.OptionalArea
 
getValue(ComponentElement) - Method in class info.magnolia.templating.elements.attribute.Permission
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.ShowAddButton
 
getValue(AreaElement) - Method in class info.magnolia.templating.elements.attribute.ShowNewComponentArea
 
getValue(AbstractContentTemplatingElement) - Method in class info.magnolia.templating.elements.attribute.Translated
 
getValue() - Method in class info.magnolia.templating.inspector.Inspector.AbstractValueFormatter
 
getValue() - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
getValue() - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
getValue() - Method in class info.magnolia.voting.voters.PropertyVoter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.BooleanValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.CalendarValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.CharValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.ContentMapValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.DateValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.MapValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.NullValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.NumberValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.ObjectValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
 
getValueAsString() - Method in class info.magnolia.templating.inspector.Inspector.StringValueFormatter
 
getValueAsString() - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
getValueFactory() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getValueFormatterFor(Object) - Method in class info.magnolia.templating.inspector.ValueFormatterService
 
getValueObject(NodeData) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Returns the value as an Object.
getValueObject(Value) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the Value Object from a Value.
getValues() - Method in class info.magnolia.cms.core.BinaryNodeData
 
getValues() - Method in class info.magnolia.cms.core.DefaultNodeData
Deprecated.
 
getValues() - Method in interface info.magnolia.cms.core.NodeData
Deprecated.
For multi-value properties.
getValues() - Method in class info.magnolia.cms.core.NonExistingNodeData
 
getValues() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getValues() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getValuesStringList(Value[]) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
getValuesStringList(Value[]) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
getValueString(NodeData) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Same as getValueString(nd, dateFormat) but using the users short date format.
getValueString(NodeData, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Returns a String representation of the value.
getValueString(Value, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Same as value.getString(), but using custom date format.
getValueString(Property) - Static method in class info.magnolia.jcr.util.PropertyUtil
Returns value of the property converted to string no matter what it's type actually is.
getValueString(Value) - Static method in class info.magnolia.jcr.util.PropertyUtil
Returns value converted to string no matter what it's type actually is.
getVariations() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
 
getVariations() - Method in interface info.magnolia.rendering.template.RenderableDefinition
 
getVersion(Node, String) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get named version.
getVersion(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getVersion(Node, String) - Static method in class info.magnolia.jcr.util.VersionUtil
Returns the version object of a labelled version.
getVersion(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler.ModuleVersionToLatestTask
 
getVersion(InstallContext) - Method in class info.magnolia.module.AbstractModuleVersionHandler.ModuleVersionUpdateTask
 
getVersion() - Method in interface info.magnolia.module.delta.Delta
Returns the version number for which this Delta is needed.
getVersion() - Method in class info.magnolia.module.delta.DeltaBuilder
 
getVersion() - Method in class info.magnolia.module.model.DependencyDefinition
 
getVersion() - Method in class info.magnolia.module.model.ModuleDefinition
 
getVersion() - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
 
getVersion() - Method in class info.magnolia.module.webapp.WebappDelta
 
getVersionableIdentifier() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getVersionableUUID() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getVersionByLabel(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getVersionComment() - Method in class info.magnolia.cms.core.version.VersionInfo
 
getVersionDate() - Method in class info.magnolia.cms.core.version.VersionInfo
 
getVersionedContent(Version) - Method in interface info.magnolia.cms.core.Content
Deprecated.
get content view over the jcr version object.
getVersionedContent(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
get content view over the jcr version object.
getVersionedContent(Version) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getVersionedContent(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getVersionedContent(Version) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
getVersionedContent(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
getVersionedContent(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getVersionedContent(Version) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getVersionedNode(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get node from version store.
getVersionedNode(Session, String) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get node from version store.
getVersionedNode() - Method in class info.magnolia.cms.core.version.VersionedNodeContentDecorator
 
getVersionedNodeChild() - Method in class info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
 
getVersionFromManifest() - Method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
Returns the current magnolia version, read from the jar Manifest.
getVersionFromManifest() - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
Returns the current magnolia version, read from the jar Manifest.
getVersionHandler() - Method in class info.magnolia.module.model.ModuleDefinition
 
getVersionHandler(String) - Method in interface info.magnolia.module.ModuleRegistry
 
getVersionHandler(String) - Method in class info.magnolia.module.ModuleRegistryImpl
 
getVersionHistory() - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
getVersionHistory() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getVersionHistory(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get history of this node as recorded in the version store.
getVersionHistory() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
getVersionHistory() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getVersionHistory() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getVersionHistory(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
getVersionHistory() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getVersionHistory(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
getVersionInfoList(Node) - Static method in class info.magnolia.jcr.util.VersionUtil
Returns version history of a content as a List of VersionInfos.
getVersionLabel() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Return the name of the version represented by this object.
getVersionLabels() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getVersionLabels(Version) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getVersionManager() - Method in class info.magnolia.cms.core.version.MgnlVersioningWorkspaceWrapper
 
getVersionManager() - Method in class info.magnolia.jcr.decoration.ContentDecoratorWorkspaceWrapper
 
getVersionManager() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getVersionName() - Method in class info.magnolia.cms.core.version.VersionInfo
 
getVersionRange() - Method in class info.magnolia.module.model.DependencyDefinition
 
getVersionUser() - Method in class info.magnolia.cms.core.version.VersionInfo
 
getVersionWorkspaceForNode(RepositoryManager, Node) - Static method in class info.magnolia.jcr.util.VersionUtil
Get version store session.
getViewNameAfterExecution(String, Context) - Method in class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
Deprecated.
Default implementation returns the commandName itself.
getVirtualServerName() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getVisible() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getVisible() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getVoter() - Method in class info.magnolia.voting.voters.InverseVoter
 
getVoter() - Method in class info.magnolia.voting.voters.NotVoter
 
getVoters() - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
getVoters() - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
 
getVoters() - Method in class info.magnolia.voting.voters.BoolVoterSet
 
getVoters() - Method in class info.magnolia.voting.voters.VoterSet
 
getVoting() - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
 
getVoting() - Method in class info.magnolia.voting.voters.VoterSet
 
getWatchEventModifiers(WatchService) - Method in class info.magnolia.dirwatch.DirectoryWatcher
 
getWeakReferences() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getWeakReferences(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
getWeakReferences() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getWeakReferences(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getWebappFolderName() - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
getWebappFolderName() - Method in interface info.magnolia.init.MagnoliaInitPaths
Returns the last token in the webapp path (e.g.
getWebContext() - Static method in class info.magnolia.context.MgnlContext
Throws an IllegalStateException if the current context is not set, or if it is not an instance of WebContext.
getWebContext(String) - Static method in class info.magnolia.context.MgnlContext
Throws an IllegalStateException if the current context is not set, or if it is not an instance of WebContext.
getWebContext() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getWebContextOrNull() - Static method in class info.magnolia.context.MgnlContext
Returns the current context if it is set and is an instance of WebContext, returns null otherwise.
getWeight() - Method in class info.magnolia.virtualuri.VirtualUriMapping.Result
Qualifies the matching (the length of the pattern or the groupCount from matcher).
getWithDefault(String, String) - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
You can provide a default value if the key is not found.
getWithDefault(String, Object[], String) - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
With default value and replacement strings.
getWithDefault(String, String) - Method in interface info.magnolia.cms.i18n.Messages
You can provide a default value if the key is not found.
getWithDefault(String, Object[], String) - Method in interface info.magnolia.cms.i18n.Messages
With default value and replacement strings.
getWithDefault(String, String) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
Use a default string.
getWithDefault(String, Object[], String) - Static method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
Get a message with parameters inside: the value {0} must be a number.
getWithDefault(String, String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getWithDefault(String, String, String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getWithDefault(String, String, String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getWithDefault(String, String, String, String[]) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
getWithDefault(String, String) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
getWithDefault(String, String, String) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
getWithDefault(String, List, String) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
getWithDefault(String, List, String, String) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
getWithDefault(String, String, Messages) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
getWithDefault(String, List, String, Messages) - Method in class info.magnolia.freemarker.MessagesWrapper
Deprecated.
getWorkspace() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
getWorkspace() - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
getWorkspace() - Method in interface info.magnolia.cms.core.Content
Deprecated.
get workspace to which this node attached to.
getWorkspace() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
getWorkspace() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
gets currently used workspace for this hierarchy manager.
getWorkspace() - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
getWorkspace() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
getWorkspace() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getWorkspace() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getWorkspace() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getWorkspace() - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
getWorkspace() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getWorkspace() - Method in class info.magnolia.link.Link
 
getWorkspace() - Method in class info.magnolia.module.delta.RegisterNodeTypeTask
 
getWorkspace() - Method in class info.magnolia.module.model.ComponentDefinition
 
getWorkspace() - Method in class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
 
getWorkspace() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
 
getWorkspaceMapping(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getWorkspaceMapping(String) - Method in interface info.magnolia.repository.RepositoryManager
 
getWorkspaceMapping(String) - Method in class info.magnolia.repository.WorkspaceMapping
 
getWorkspaceMappings() - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getWorkspaceMappings() - Method in class info.magnolia.repository.definition.RepositoryMappingDefinition
 
getWorkspaceMappings() - Method in interface info.magnolia.repository.RepositoryManager
 
getWorkspaceMappings() - Method in class info.magnolia.repository.WorkspaceMapping
 
getWorkspaceName() - Method in class info.magnolia.repository.RepositoryNameMap
Deprecated.
 
getWorkspaceNameFromResource(String) - Static method in class info.magnolia.importexport.BootstrapUtil
I.e.
getWorkspaceNames(String, String) - Static method in class info.magnolia.cms.util.WorkspaceXmlUtil
Create and return list of workspaces names.
getWorkspaceNames() - Method in class info.magnolia.repository.DefaultRepositoryManager
 
getWorkspaceNames() - Method in interface info.magnolia.repository.RepositoryManager
Returns workspace names.
getWorkspaceNamesMatching(String) - Static method in class info.magnolia.cms.util.WorkspaceXmlUtil
 
getWorkspaceNamesWithIndexer() - Static method in class info.magnolia.cms.util.WorkspaceXmlUtil
Deprecated.
since 4.5 - directly use #getWorkspaceNamesMatching(String, String, boolean) instead.
getWorkspaces() - Method in class info.magnolia.module.model.RepositoryDefinition
 
getWorkspaces() - Method in class info.magnolia.repository.definition.RepositoryDefinition
 
getWrappedAppendable() - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
 
getWrappedContent() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
getWrappedContent() - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
getWrappedContent() - Method in class info.magnolia.cms.util.LazyContentWrapper
Deprecated.
 
getWrappedContext() - Method in class info.magnolia.context.ContextDecorator
Returns the context wrapped by this decorator.
getWrappedHierarchyManager() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
getWrappedNode() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getWrappedNode() - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
getWrappedNode() - Method in class info.magnolia.jcr.wrapper.LazyNodeWrapper
 
getWrappedNodeData() - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
Deprecated.
 
getWrappedNodeData() - Method in class info.magnolia.cms.util.NodeDataWrapper
Deprecated.
 
getWrappedProperty() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getWrappedRequest(ServletRequest, Class<T>) - Static method in class info.magnolia.cms.util.ServletUtil
Finds a request wrapper object inside the chain of request wrappers.
getWrappedRequest(ServletRequest, Class<T>) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Finds a request wrapper object inside the chain of request wrappers.
getWrappedSession() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getWrappedVersion() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
getWrappedVersionHistory() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
getWrappedVersionManager() - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
getWrappedWorkspace() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
getWritable() - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
 
getWritable() - Method in interface info.magnolia.rendering.template.TemplateDefinition
 
getWrite() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getWrite() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getWriteMethod() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
getXmlFileName() - Method in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
getXmlStream() - Method in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
getXPathNodeQueryString(String) - Static method in class info.magnolia.module.delta.BootstrapFileUtil
 
getXpathPropertyQueryString(String) - Static method in class info.magnolia.module.delta.BootstrapFileUtil
 
getXslStreamForXmlFile(File) - Static method in class info.magnolia.importexport.DataTransporter
 
goTofirst() - Method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
 
goTofirst() - Method in class info.magnolia.templating.functions.SiblingsHelper
 
goTolast() - Method in class info.magnolia.cms.util.SiblingsHelper
Deprecated.
 
goTolast() - Method in class info.magnolia.templating.functions.SiblingsHelper
 
GrantReadPermissionToRolesTask - Class in info.magnolia.setup.for5_2
Add a read permission to role itself if not already defined.
GrantReadPermissionToRolesTask(String, String) - Constructor for class info.magnolia.setup.for5_2.GrantReadPermissionToRolesTask
 
grants(Path, int) - Method in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
grants(Path, int) - Method in class info.magnolia.cms.core.NodeTypeBasedPermissions
 
grants(Path, int) - Method in class info.magnolia.cms.core.RootOnlyPermissions
 
GROUP - Static variable in class info.magnolia.cms.core.ItemType
Deprecated.
 
GROUP - Static variable in class info.magnolia.cms.core.MgnlNodeType
Deprecated.
 
Group - Interface in info.magnolia.cms.security
A user group.
Group() - Constructor for class info.magnolia.jcr.util.NodeTypes.Group
 
GROUP_MODULE - Static variable in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
 
GROUP_NAME - Static variable in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
 
GROUP_RELATIVE_PATH - Static variable in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
 
GroupList - Interface in info.magnolia.cms.security.auth
Marker interface.
GroupListImpl - Class in info.magnolia.jaas.principal
PrincipalList implementation for the groups.
GroupListImpl() - Constructor for class info.magnolia.jaas.principal.GroupListImpl
 
GroupManager - Interface in info.magnolia.cms.security
Manages groups, groups are identified by name and can be organized in folders.
GuiceComponentConfigurationModule - Class in info.magnolia.objectfactory.guice
Guice configuration module that adds bindings based on a ComponentProviderConfiguration.
GuiceComponentConfigurationModule(ComponentProviderConfiguration) - Constructor for class info.magnolia.objectfactory.guice.GuiceComponentConfigurationModule
 
GuiceComponentProvider - Class in info.magnolia.objectfactory.guice
ComponentProvider implementation based on Guice.
GuiceComponentProvider(Map<Key, Class>, GuiceComponentProvider) - Constructor for class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
GuiceComponentProviderBuilder - Class in info.magnolia.objectfactory.guice
Builder for creating a GuiceComponentProvider.
GuiceComponentProviderBuilder() - Constructor for class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
GuiceConfiguredComponentProvider<T> - Class in info.magnolia.objectfactory.guice
Guice Provider that creates an object by reading it from the repository.
GuiceConfiguredComponentProvider(String, String) - Constructor for class info.magnolia.objectfactory.guice.GuiceConfiguredComponentProvider
 
GuiceContextAndScopesConfigurer - Class in info.magnolia.objectfactory.guice
Registers request and session scopes and providers for accessing MgnlContext.
GuiceContextAndScopesConfigurer() - Constructor for class info.magnolia.objectfactory.guice.GuiceContextAndScopesConfigurer
 
GuiceObservedComponentProvider<T> - Class in info.magnolia.objectfactory.guice
Guice provider that creates an object by reading it from the repository and by using observation updates the object if the repository changes.
GuiceObservedComponentProvider(String, String, Class<T>) - Constructor for class info.magnolia.objectfactory.guice.GuiceObservedComponentProvider
 
GuiceParameterResolver - Class in info.magnolia.objectfactory.guice
Parameter resolver that finds parameters by querying for them in a Guice Injector.
GuiceParameterResolver(Injector) - Constructor for class info.magnolia.objectfactory.guice.GuiceParameterResolver
GuiceParameterResolver(GuiceComponentProvider) - Constructor for class info.magnolia.objectfactory.guice.GuiceParameterResolver
 
GuiceParentBindingsModule - Class in info.magnolia.objectfactory.guice
Bridges a Guice Injector to another Injector by adding bindings for all explicit bindings in the injector being used as parent.
GuiceParentBindingsModule(Injector) - Constructor for class info.magnolia.objectfactory.guice.GuiceParentBindingsModule
 
GuicePropertyConfigurer - Class in info.magnolia.objectfactory.guice
Guice configuration module which exposes Magnolia properties.
GuicePropertyConfigurer() - Constructor for class info.magnolia.objectfactory.guice.GuicePropertyConfigurer
 
GuicePropertyConfigurer.NamedImpl - Class in info.magnolia.objectfactory.guice
Deprecated.
since 5.5.5 - use Components.named(String) instead.
GuiceUtils - Class in info.magnolia.objectfactory.guice
Utilities for guice.
GuiceUtils() - Constructor for class info.magnolia.objectfactory.guice.GuiceUtils
 
GZ - Static variable in class info.magnolia.importexport.DataTransporter
 

H

HANDLE - Static variable in class info.magnolia.cms.beans.runtime.File
 
HANDLE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
Override this method to provide the specific functionality.
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.callback.BasicClientCallback
 
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.callback.CompositeCallback
Deprecated.
Delegates the processing to the first matching Callback in patterns.
handle(Callback[]) - Method in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
Handle name and password callbacks called during the JAAS login processing.
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.callback.FormClientCallback
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface info.magnolia.cms.security.auth.callback.HttpClientCallback
 
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.callback.RedirectClientCallback
 
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.login.BasicLogin
 
handle(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.auth.login.FormLogin
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface info.magnolia.cms.security.auth.login.LoginHandler
Returns a login result or LoginResult.NOT_HANDLED if the handler can't handle the request.
handle(RepositoryException, Node) - Method in class info.magnolia.jcr.nodebuilder.AbstractErrorHandler
 
handle(RepositoryException, Node) - Method in interface info.magnolia.jcr.nodebuilder.ErrorHandler
The operation calling this method isn't expected to do anything here; the ErrorHandler implementation will attempt to build a fully formed message, then decide what to do with it.
handle(Event) - Method in interface info.magnolia.module.PopulateModulesEvent.Handler
 
handle(RepositoryException, Content) - Method in class info.magnolia.nodebuilder.AbstractErrorHandler
Deprecated.
 
handle(RepositoryException, Content) - Method in interface info.magnolia.nodebuilder.ErrorHandler
Deprecated.
The operation calling this method isn't expected to do anything here; the ErrorHandler implementation will attempt to build a fully formed message, then decide what to do with it.
handleError(HttpServletRequest, HttpServletResponse, String) - Method in class info.magnolia.cms.security.CsrfTokenSecurityFilter
Actions to take when a CSRF attack is detected.
handleException(RenderException) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
 
handleException(RenderException) - Method in interface info.magnolia.rendering.context.RenderingContext
 
handleException(RenderException, RenderingContext) - Method in class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
 
handleException(RenderException, Appendable) - Method in class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
 
handleException(RenderException, RenderingContext) - Method in interface info.magnolia.rendering.engine.RenderExceptionHandler
Handles exception and provides informations from RenderingContext.
handleException(RenderException, Appendable) - Method in interface info.magnolia.rendering.engine.RenderExceptionHandler
Handles exception and can print informations to passed output.
handleExecutionResult(RenderingModel, String, TemplateDefinition, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.rendering.model.ModelExecutionFilter
 
handleMissingProperty(TransformationState, Object, String, Object, String) - Method in class info.magnolia.map2bean.Map2BeanTransformer
 
handleNode(Node, InstallContext) - Method in class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
Take action on a sibling node.
In this case, simply display in the install screen the sibling node name and path.
handleNode(Node, InstallContext) - Method in class info.magnolia.setup.for5_2.RenameSameNameSiblingNodesTask
 
handlePossibleCsrf(HttpServletRequest, HttpServletResponse, String) - Method in class info.magnolia.cms.security.CsrfSecurityFilter
Actions to take when a CSRF attack is detected.
handleResourceRequest(AggregationState, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.rendering.engine.RenderingFilter
Get the requested resource and copy it to the ServletOutputStream, bit by bit.
HandlerRegistration - Interface in info.magnolia.event
Registration returned when registering a handler with a EventBus.
handleTemplateException(TemplateException, Environment, Writer) - Method in class info.magnolia.freemarker.ModeDependentTemplateExceptionHandler
 
handleTemplateRequest(AggregationState, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.rendering.engine.RenderingFilter
 
handleUnknownKey(Locale, String, String[]) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
 
has(String) - Method in interface info.magnolia.cms.security.auth.PrincipalList
Checks if the name exist in this list.
has(String) - Method in class info.magnolia.jaas.principal.AbstractPrincipalList
Checks if the role name exist in this list.
hasAccess(User) - Method in interface info.magnolia.cms.security.operations.AccessDefinition
 
hasAccess(User) - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
 
hasAccess(AccessDefinition, User) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
hasAccess(User) - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
 
hasAnnotationOn(AnnotatedElement, Class<? extends Annotation>) - Static method in class info.magnolia.i18nsystem.util.AnnotationUtils
 
hasAny(String, String, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
 
hasAny(String, String, String) - Method in class info.magnolia.cms.security.ExternalUserManager
 
hasAny(String, String, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
hasAny(String, String, String) - Method in interface info.magnolia.cms.security.UserManager
 
hasAnyActiveSubscriber() - Method in interface info.magnolia.cms.exchange.ActivationManager
Deprecated.
 
hasAttribute(String) - Static method in class info.magnolia.context.MgnlContext
Check if this attribute exists in the local scope.
hasAttribute(String, int) - Static method in class info.magnolia.context.MgnlContext
Check if this attribute exists in the specified scope.
hasBinaryNode(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
hasCapability(String, Object, Object[]) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
hasChildren() - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
hasChildren(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
 
hasChildren() - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
hasChildren(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
hasChildren() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
hasChildren(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
hasChildren() - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
 
hasChildren() - Method in class info.magnolia.templating.inspector.Inspector.CollectionValueFormatter
 
hasChildren() - Method in class info.magnolia.templating.inspector.Inspector.ContentMapValueFormatter
 
hasChildren() - Method in class info.magnolia.templating.inspector.Inspector.MapValueFormatter
 
hasChildren() - Method in class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
 
hasChildren() - Method in class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
 
hasChildren() - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
 
hasContent(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
hasContent(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
hasContent(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Uses the same approach as ContentVersion.getContent(String).
hasContent(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
hasContent(String) - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
hasContent(String) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
 
hasEntry(String) - Method in interface info.magnolia.resourceloader.classpath.service.ClasspathService
Check whether current service classpath structure contains an entry which corresponds to a given path.
hasEntry(String) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
 
hasExplicitBindingFor(Injector, Class<?>) - Static method in class info.magnolia.objectfactory.guice.GuiceUtils
 
hasExplicitBindingFor(Injector, Key<?>) - Static method in class info.magnolia.objectfactory.guice.GuiceUtils
 
hashCode() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
 
hashCode() - Method in class info.magnolia.cms.core.ItemType
Deprecated.
 
hashCode() - Method in class info.magnolia.cms.core.search.QueryManagerImpl
Deprecated.
 
hashCode() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager.MessagesID
 
hashCode() - Method in class info.magnolia.cms.security.Realm.RealmImpl
 
hashCode() - Method in class info.magnolia.cms.util.NodeTypeFilter
Deprecated.
 
hashCode() - Method in class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
 
hashCode() - Method in class info.magnolia.config.source.yaml.decoration.AbstractFileDefinitionDecorator
 
hashCode() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
hashCode() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
hashCode() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
 
hashCode() - Method in class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
hashCode() - Method in class info.magnolia.module.model.ComponentDefinition
 
hashCode() - Method in class info.magnolia.module.model.Version
 
hashCode() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
hashCode() - Method in class info.magnolia.objectfactory.configuration.ImplementationConfiguration
 
hashCode() - Method in class info.magnolia.objectfactory.configuration.InstanceConfiguration
 
hashCode() - Method in class info.magnolia.objectfactory.configuration.ProviderConfiguration
 
hashCode() - Method in class info.magnolia.objectfactory.NamedImpl
 
hashCode() - Method in class info.magnolia.observation.DeferringEventListener
 
hashCode() - Method in class info.magnolia.resourceloader.classpath.ClasspathResource
 
hashCode() - Method in class info.magnolia.resourceloader.classpath.hierarchy.ClasspathDirectory
 
hashCode() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
 
hashCode() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
 
HashUsersPasswords - Class in info.magnolia.setup
Deprecated.
since 5.6.
HashUsersPasswords(String, String, String, String) - Constructor for class info.magnolia.setup.HashUsersPasswords
Deprecated.
 
HashUsersPasswords() - Constructor for class info.magnolia.setup.HashUsersPasswords
Deprecated.
 
HashUsersPasswords(String) - Constructor for class info.magnolia.setup.HashUsersPasswords
Deprecated.
 
hasInstance() - Static method in class info.magnolia.context.MgnlContext
Used to check if an instance is already set since getInstance() will always return a context.
hasMetaData() - Method in interface info.magnolia.cms.core.Content
Deprecated.
checks if this node has a sub node with name MetaData.
hasMetaData() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
hasMetaData() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
hasMixin(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
Checks whether or not given mixin is assigned to a type.
hasMixin(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
hasMixin(String) - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
hasMixin(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Checks if the node has a mixin assigned.
hasModulesNode() - Method in interface info.magnolia.module.InstallContext
 
hasModulesNode() - Method in class info.magnolia.module.InstallContextImpl
 
hasNext() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
Deprecated.
 
hasNext() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
 
hasNext() - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
 
hasNext() - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
 
hasNext() - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
 
hasNext() - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
 
hasNext() - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
 
hasNode(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
hasNode(String) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
hasNode(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
hasNode(String) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
hasNodeData(String) - Method in class info.magnolia.cms.core.AbstractContent
Deprecated.
Delegates to NodeData.isExist().
hasNodeData(String) - Method in interface info.magnolia.cms.core.Content
Deprecated.
 
hasNodeData(String) - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
hasNodeData(String) - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
 
hasNodeData(String) - Method in class info.magnolia.cms.util.ExtendingContentWrapper
Deprecated.
 
hasNodeData(String) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
 
hasNodes() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
hasNodes() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
hasPath(String) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
hasPath(String) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
hasPath(String) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
hasPath(String) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
 
hasPath(String) - Method in interface info.magnolia.resourceloader.ResourceOrigin
 
hasPath(String) - Static method in class info.magnolia.resourceloader.util.Functions
Deprecated.
hasPendingChanges() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
Deprecated.
Returns true if the session has pending (unsaved) changes.
hasPendingChanges() - Method in interface info.magnolia.cms.core.HierarchyManager
Deprecated.
 
hasPendingChanges() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
hasPendingChanges() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
hasPermission(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
hasPreviousVersion(Node, String) - Static method in class info.magnolia.jcr.util.VersionUtil
Checks if a version label of a Node has a previous version.
hasPrivileges(String, Privilege[]) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
hasPrivileges(String, Set<Principal>, Privilege[]) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
hasProperties() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
hasProperty(String) - Static method in class info.magnolia.cms.core.SystemProperty
Deprecated.
hasProperty(Node, String) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
 
hasProperty(Node, String) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
Returns true if localized property or default property exists false if there is no variation of property for any locale.
hasProperty(Object) - Method in class info.magnolia.cms.util.NodeMapWrapper
Deprecated.
 
hasProperty(String) - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
hasProperty(String) - Method in class info.magnolia.init.properties.AbstractPropertySource
 
hasProperty(String) - Method in interface info.magnolia.init.PropertySource
 
hasProperty(String) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
hasProperty(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
hasProperty(String) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
 
hasProperty(String) - Method in class info.magnolia.jcr.wrapper.I18nNodeWrapper
 
HasPropertyDelegateTask - Class in info.magnolia.module.delta
A task that delegates to another depending on whether a specified property exists or not.
HasPropertyDelegateTask(String, String, String, Task) - Constructor for class info.magnolia.module.delta.HasPropertyDelegateTask
 
HasPropertyDelegateTask(String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.HasPropertyDelegateTask
 
HasPropertyDelegateTask(String, String, String, String, String, Task) - Constructor for class info.magnolia.module.delta.HasPropertyDelegateTask
 
HasPropertyDelegateTask(String, String, String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.HasPropertyDelegateTask
 
hasReadAccess(Node) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
 
hasRepository(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
hasRepository(String) - Method in interface info.magnolia.repository.RepositoryManager
 
hasRepositoryMapping(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - use RepositoryManager.hasRepository(String) directly.
hasRole(String) - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
Dummy user has full access, always returns true.
hasRole(String) - Method in class info.magnolia.cms.security.ExternalUser
 
hasRole(String) - Method in interface info.magnolia.cms.security.Group
 
hasRole(String) - Method in class info.magnolia.cms.security.MgnlGroup
 
hasRole(String) - Method in class info.magnolia.cms.security.MgnlUser
 
hasRole(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
hasRole(String) - Method in interface info.magnolia.cms.security.User
Is this user in a specified role?
hasSameUnderlyingSession(Session, Session) - Static method in class info.magnolia.jcr.util.SessionUtil
 
hasTemplateOfType(Node, String) - Method in class info.magnolia.rendering.template.type.TemplateTypeHelper
Checks whether the given page-Node has the specified templateType.
hasTemplateOfType(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Checks whether the given page-Node has the specified templateType.
hasTemplateOfType(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
hasVersion(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
 
HasVersion() - Constructor for class info.magnolia.jcr.util.NodeTypes.HasVersion
 
hasVersionLabel(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
hasVersionLabel(Version, String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
hasWorkspace(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
 
hasWorkspace(String) - Method in interface info.magnolia.repository.RepositoryManager
 
headerContains(HttpServletRequest, String, String) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
headerContains(HttpServletRequest, String, String) - Static method in class info.magnolia.cms.util.RequestHeaderUtil
 
hexToByteArray(String) - Static method in class info.magnolia.cms.security.SecurityUtil
 
HierarchicalUserManager - Class in info.magnolia.cms.security
A variation of a MgnlUserManager which stores users hierarchically using the following structure: /<path>/<first letter of user name>/<first two letters of user name>.
HierarchicalUserManager() - Constructor for class info.magnolia.cms.security.HierarchicalUserManager
 
HierarchyBasedI18nContentSupport - Class in info.magnolia.cms.i18n
Serves i18n content found in a per locale hierarchy structure.
HierarchyBasedI18nContentSupport() - Constructor for class info.magnolia.cms.i18n.HierarchyBasedI18nContentSupport
 
HierarchyManager - Interface in info.magnolia.cms.core
Deprecated.
since 4.5 - use JCR-Session instead.
HierarchyManagerUtil - Class in info.magnolia.cms.util
Deprecated.
since 5.4
HierarchyManagerUtil() - Constructor for class info.magnolia.cms.util.HierarchyManagerUtil
Deprecated.
 
HierarchyManagerWrapper - Class in info.magnolia.cms.util
Deprecated.
since 4.5, declared deprecated in 5.6.
HierarchyManagerWrapper(HierarchyManager) - Constructor for class info.magnolia.cms.util.HierarchyManagerWrapper
Deprecated.
 
HIGHEST_LEVEL - Static variable in interface info.magnolia.voting.Voting
 
hm - Variable in class info.magnolia.cms.core.search.QueryImpl
Deprecated.
 
hm - Variable in class info.magnolia.cms.core.search.QueryManagerImpl
Deprecated.
 
hm - Variable in class info.magnolia.cms.core.search.QueryResultImpl
Deprecated.
TODO dlipp: Remove - it's not used internally.
HOLD_LOCK_IN_SECONDS - Static variable in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
HOLD_LOCK_IN_SECONDS - Static variable in class info.magnolia.commands.impl.RestorePreviousVersionCommand
 
holdsLock() - Method in interface info.magnolia.cms.core.Content
Deprecated.
Returns true if this node holds a lock; otherwise returns false.
holdsLock() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
 
holdsLock() - Method in class info.magnolia.cms.core.version.ContentVersion
Deprecated.
Throws an AccessDeniedException as versions are read only.
holdsLock() - Method in class info.magnolia.cms.util.ContentWrapper
Deprecated.
 
holdsLock() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
HOME - Static variable in class info.magnolia.rendering.template.type.DefaultTemplateTypes
 
HostBasedRegexpVirtualURIMapping - Class in info.magnolia.cms.beans.config
Deprecated.
since 5.5.6, host based regex URI mapping has been relocated to the virtual-uri module (see MAGNOLIA-7016).
HostBasedRegexpVirtualURIMapping() - Constructor for class info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping
Deprecated.
 
HostBasedRegexpVirtualUriMapping - Class in info.magnolia.virtualuri.mapping
Virtual uri mapping implementation which combines functionality of HostBasedVirtualUriMapping and RegexpVirtualUriMapping.
HostBasedRegexpVirtualUriMapping() - Constructor for class info.magnolia.virtualuri.mapping.HostBasedRegexpVirtualUriMapping
 
HostBasedVirtualURIMapping - Class in info.magnolia.cms.beans.config
Deprecated.
since 5.5.6, host based URI mapping has been relocated to the virtual-uri module (see MAGNOLIA-7016).
HostBasedVirtualURIMapping() - Constructor for class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
Deprecated.
 
HostBasedVirtualUriMapping - Class in info.magnolia.virtualuri.mapping
Virtual Uri mapping that can forward to a different url depending on the request host name.
HostBasedVirtualUriMapping() - Constructor for class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
 
HostBasedVirtualURIMapping.HostURIMapping - Class in info.magnolia.cms.beans.config
Deprecated.
HostURIMapping object to receive "mapping" nodes in configuration.
HostBasedVirtualUriMapping.HostUriMapping - Class in info.magnolia.virtualuri.mapping
HostUriMapping object to receive "mapping" nodes in configuration.
hosts - Variable in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
Deprecated.
 
HostSecurityFilter - Class in info.magnolia.cms.filters
A filter that hides urls dependending on the request host name.
HostSecurityFilter() - Constructor for class info.magnolia.cms.filters.HostSecurityFilter
 
HostURIMapping() - Constructor for class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
Deprecated.
 
HostURIMapping(String, String) - Constructor for class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
Deprecated.
 
HostUriMapping() - Constructor for class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
 
HTMLEscapingAggregationState - Class in info.magnolia.cms.core
Wrapper around AggregationState created in order to escape all output to rendering.
HTMLEscapingAggregationState(Provider<AggregationState>) - Constructor for class info.magnolia.cms.core.HTMLEscapingAggregationState
 
HTMLEscapingContentDecorator - Class in info.magnolia.jcr.wrapper
HTML escaping content decorator for use by node and property wrapper classes.
HTMLEscapingContentDecorator(boolean) - Constructor for class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
 
HTMLEscapingNodeWrapper - Class in info.magnolia.jcr.wrapper
Node wrapper for escaping HTML in property values.
HTMLEscapingNodeWrapper(Node, boolean) - Constructor for class info.magnolia.jcr.wrapper.HTMLEscapingNodeWrapper
 
HTMLEscapingNodeWrapper(Node, HTMLEscapingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.HTMLEscapingNodeWrapper
 
HTMLEscapingPropertyWrapper - Class in info.magnolia.jcr.wrapper
Node wrapper for escaping HTML in property values.
HTMLEscapingPropertyWrapper(Property, boolean) - Constructor for class info.magnolia.jcr.wrapper.HTMLEscapingPropertyWrapper
 
HTMLEscapingPropertyWrapper(Property, HTMLEscapingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.HTMLEscapingPropertyWrapper
 
HTMLEscapingWebContextWrapper - Class in info.magnolia.context
A wrapper around WebContext which will return an escaped AggregationState.
HTMLEscapingWebContextWrapper(WebContext) - Constructor for class info.magnolia.context.HTMLEscapingWebContextWrapper
 
HtmlOutputter - Class in info.magnolia.templating.inspector.formatter
Implementation of Outputter that wraps output into HTML tags.
HtmlOutputter() - Constructor for class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
HttpClientCallback - Interface in info.magnolia.cms.security.auth.callback
Implementations are responsible for prompting the user for his credentials.

I

I18N_CONFIG_PATH - Static variable in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
The node name where the configuration for i18n is stored.
I18nable - Annotation Type in info.magnolia.i18nsystem
This annotation marks objects as internationalizable.
I18NableGetterInterceptor(BiFunction<Object, T, Object>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NableGetterInterceptor
 
I18nContentDecorator - Class in info.magnolia.jcr.wrapper
Content decorator providing internationalization support.
I18nContentDecorator() - Constructor for class info.magnolia.jcr.wrapper.I18nContentDecorator
 
I18nContentSupport - Interface in info.magnolia.cms.i18n
Support for i18n content.
I18nContentSupportFactory - Class in info.magnolia.cms.i18n
Deprecated.
since 4.5.5, use Components.getComponent(Class) instead.
I18nContentSupportFactory() - Constructor for class info.magnolia.cms.i18n.I18nContentSupportFactory
Deprecated.
 
I18nContentSupportFilter - Class in info.magnolia.cms.i18n
Rewrites the i18n uris and sets the current locale.
I18nContentSupportFilter() - Constructor for class info.magnolia.cms.i18n.I18nContentSupportFilter
Deprecated.
since 5.5.4, use I18nContentSupport(I18nContentSupport) instead.
I18nContentSupportFilter(I18nContentSupport) - Constructor for class info.magnolia.cms.i18n.I18nContentSupportFilter
 
I18nizer - Interface in info.magnolia.i18nsystem
Internationalizes any given object.
I18nKeyGenerator<T> - Interface in info.magnolia.i18nsystem
An I18nKeyGenerator is responsible for deriving i18n keys for any given instance of T.
I18nKeyGeneratorFactory - Class in info.magnolia.i18nsystem
Provides I18nKeyGenerator for object annotated with I18nable.
I18nKeyGeneratorFactory() - Constructor for class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
 
I18nModule - Class in info.magnolia.i18nsystem.module
Module config class.
I18nModule() - Constructor for class info.magnolia.i18nsystem.module.I18nModule
 
I18nNodeWrapper - Class in info.magnolia.jcr.wrapper
A Node wrapper implementation which knows about i18n support and uses it to select child nodes and properties.
I18nNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.I18nNodeWrapper
 
I18nParentable<P> - Interface in info.magnolia.i18nsystem
This interface should not need to be implemented.
I18nParentableImpl<P> - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
I18nParentableImpl(P) - Constructor for class info.magnolia.i18nsystem.proxytoys.I18nParentableImpl
Deprecated.
 
I18nPathTransformer - Class in info.magnolia.link
Creates links with the absolute path and prefixes it with selected locale if this is supported, falls back to current one otherwise.
I18nPathTransformer() - Constructor for class info.magnolia.link.I18nPathTransformer
 
I18nPathTransformer(boolean, boolean, boolean, Locale) - Constructor for class info.magnolia.link.I18nPathTransformer
 
I18nText - Annotation Type in info.magnolia.i18nsystem
This annotation marks method that return text which should be translated.
I18NTextAnnotatedGetterInterceptor(TranslationService, I18nKeyGenerator<T>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NTextAnnotatedGetterInterceptor
 
i18nTextMethod(Method, ByteBuddyI18nizer.DelegateResolver<T>, T) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.I18NTextAnnotatedGetterInterceptor
 
I18nTextMethodDecorator<T> - Class in info.magnolia.i18nsystem.proxytoys
Deprecated.
since 6.1. Use #ByteBuddyI18nizer.
I18nTextMethodDecorator(TranslationService, LocaleProvider, I18nKeyGenerator) - Constructor for class info.magnolia.i18nsystem.proxytoys.I18nTextMethodDecorator
Deprecated.
 
icon - Variable in class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
Deprecated.
 
ICON - Static variable in class info.magnolia.cms.beans.runtime.File
 
ICON - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
Deprecated.
 
ICONS_PATH - Static variable in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
 
iconStyle - Variable in class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
Deprecated.
 
IdentifySameNameSiblingNodesTask - Class in info.magnolia.setup.for5_2
Identify all sibling nodes for a defined workspace, sub path and nodeTypes.
If the nodesTypes is empty or null, search all 'nt:base' nodes.
IdentifySameNameSiblingNodesTask(String, String, String, String, List<String>, boolean) - Constructor for class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
 
ifTrue(boolean) - Static method in class info.magnolia.jcr.nodebuilder.Ops
Executes all then() defined ops only when passed in flag is evaluated true, behaves as noop otherwise.
IfVoter<T> - Class in info.magnolia.voting.voters
Conditional voter.
IfVoter() - Constructor for class info.magnolia.voting.voters.IfVoter
 
ignorableWhitespace(char[], int, int) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
 
ignorableWhitespace(char[], int, int) - Method in class info.magnolia.importexport.filters.SkipNodeFilter
Deprecated.
 
IMAGE_PATTERN - Static variable in class info.magnolia.link.LinkUtil
Pattern to find a image.
impersonate(Credentials) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
Impl() - Constructor for class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecoratorMetadata.Impl
 
IMPLEMENTATION_VERSION - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
Same as VERSION_NUMBER, but read from the manifest.
ImplementationConfiguration<T> - Class in info.magnolia.objectfactory.configuration
A simple mapping from type to implementation.
ImplementationConfiguration() - Constructor for class info.magnolia.objectfactory.configuration.ImplementationConfiguration
 
ImplementationConfiguration(Class<T>, Class<? extends T>) - Constructor for class info.magnolia.objectfactory.configuration.ImplementationConfiguration
 
IMPORT_IDENTIFIER_BEHAVIOR - Static variable in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
IMPORT_XML_FILE_NAME - Static variable in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
IMPORT_XML_STREAM - Static variable in class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
ImportCommand - Class in info.magnolia.commands.impl
Deprecated.
since 5.4.4. Use JcrImportCommand instead.
ImportCommand() - Constructor for class info.magnolia.commands.impl.ImportCommand
Deprecated.
 
importDocument(Document, String, String, boolean, int, boolean, boolean) - Static method in class info.magnolia.importexport.DataTransporter
Converts a xml/yaml document into a file.
importFile(File, String, String, boolean, int, boolean, boolean) - Static method in class info.magnolia.importexport.DataTransporter
Creates an InputStream backed by the specified xml/yaml file.
ImportNodesFromPropertiesTask - Class in info.magnolia.module.delta
A Task which will import nodes and properties using a .properties file.
ImportNodesFromPropertiesTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.ImportNodesFromPropertiesTask
 
ImportPostProcessor - Interface in info.magnolia.importexport.postprocessors
Post processor used to transform nodes following an import operation.
importProperties(Properties, String) - Static method in class info.magnolia.importexport.DataTransporter
Deprecated.
since 4.0 - use the PropertiesImportExport class instead.
importXML(String, InputStream, int) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
importXML(String, InputStream, int) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
 
ImportXmlRootFilter - Class in info.magnolia.importexport.filters
Deprecated.
since 5.4.4. Use JcrExportCommand with JcrExportCommand.DefaultFilter instead.
ImportXmlRootFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.ImportXmlRootFilter
Deprecated.
 
importXmlStream(InputStream, String, String, String, boolean, int, boolean, boolean) - Static method in class info.magnolia.importexport.DataTransporter
Imports XML stream into repository.
importXmlStream(InputStream, String, String, String, boolean, boolean, int, boolean, boolean) - Static method in class info.magnolia.importexport.DataTransporter
Imports XML stream into repository.
importYamlStream(InputStream, Node, String, String, String, String, boolean, boolean, boolean) - Static method in class info.magnolia.importexport.DataTransporter
Imports YAML stream into repository.
include(String, Writer) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
include(String, Writer) - Method in interface info.magnolia.context.WebContext
Includes/render the given path into the given Writer, by wrapping it in the current HttpServletResponse.
include(String, Writer) - Method in class info.magnolia.context.WebContextImpl
Does an include using the request that was set when setting up this context, or using the request wrapped by the pageContext if existing.
INCLUDE_CONTEXT_PATH_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtil
 
INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtil
 
INCLUDE_REQUEST_URI_ATTRIBUTE - Static variable in class info.magnolia.cms.util.ServletUtils
Deprecated.
 
IncludeFileYamlWithModificationPossibility - Class in info.magnolia.config.source.yaml.construct
Adds support of the yaml resource inclusion with the following syntax: !include:<resource_path.yaml>.
IncludeFileYamlWithModificationPossibility(YamlReader, ResourceOrigin<?>, Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.construct.IncludeFileYamlWithModificationPossibility
 
IncludeYamlFile - Class in info.magnolia.config.source.yaml.construct
Deprecated.
since 5.6.2, Please use IncludeFileYamlWithModificationPossibility instead.
IncludeYamlFile(YamlReader, ResourceOrigin<?>, Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.construct.IncludeYamlFile
Deprecated.
 
INCONSISTENT_VERSIONS - Static variable in class info.magnolia.setup.MigrateVersionWorkspacesToNewStructureTask
 
incSessionCount() - Method in class info.magnolia.stats.JCRStats
 
indent(int) - Method in class info.magnolia.templating.inspector.formatter.HtmlOutputter
 
indent(int) - Method in interface info.magnolia.templating.inspector.formatter.Outputter
 
inEditMode(TemplateException, Environment, Writer) - Method in class info.magnolia.freemarker.ModeDependentTemplateExceptionHandler
 
inEditMode(String, RenderException, PrintWriter) - Method in class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
 
info(String) - Method in interface info.magnolia.module.InstallContext
 
info(String) - Method in class info.magnolia.module.InstallContextImpl
 
info.magnolia.annotation.deprecation - package info.magnolia.annotation.deprecation
 
info.magnolia.api - package info.magnolia.api
 
info.magnolia.audit - package info.magnolia.audit
 
info.magnolia.beanmerger - package info.magnolia.beanmerger
 
info.magnolia.channel - package info.magnolia.channel
 
info.magnolia.cms.beans.config - package info.magnolia.cms.beans.config
 
info.magnolia.cms.beans.runtime - package info.magnolia.cms.beans.runtime
 
info.magnolia.cms.core - package info.magnolia.cms.core
 
info.magnolia.cms.core.search - package info.magnolia.cms.core.search
 
info.magnolia.cms.core.version - package info.magnolia.cms.core.version
 
info.magnolia.cms.exchange - package info.magnolia.cms.exchange
 
info.magnolia.cms.filters - package info.magnolia.cms.filters
 
info.magnolia.cms.i18n - package info.magnolia.cms.i18n
 
info.magnolia.cms.license - package info.magnolia.cms.license
 
info.magnolia.cms.pddescriptor - package info.magnolia.cms.pddescriptor
 
info.magnolia.cms.security - package info.magnolia.cms.security
 
info.magnolia.cms.security.auth - package info.magnolia.cms.security.auth
 
info.magnolia.cms.security.auth.callback - package info.magnolia.cms.security.auth.callback
JAAS and Client callbacks
info.magnolia.cms.security.auth.login - package info.magnolia.cms.security.auth.login
Login handlers and filters
info.magnolia.cms.security.operations - package info.magnolia.cms.security.operations
 
info.magnolia.cms.servlets - package info.magnolia.cms.servlets
 
info.magnolia.cms.util - package info.magnolia.cms.util
 
info.magnolia.commands - package info.magnolia.commands
 
info.magnolia.commands.chain - package info.magnolia.commands.chain
 
info.magnolia.commands.impl - package info.magnolia.commands.impl
 
info.magnolia.config - package info.magnolia.config
 
info.magnolia.config.converters - package info.magnolia.config.converters
 
info.magnolia.config.debug - package info.magnolia.config.debug
 
info.magnolia.config.map2bean - package info.magnolia.config.map2bean
 
info.magnolia.config.maputil - package info.magnolia.config.maputil
 
info.magnolia.config.module - package info.magnolia.config.module
 
info.magnolia.config.registry - package info.magnolia.config.registry
 
info.magnolia.config.registry.decoration - package info.magnolia.config.registry.decoration
 
info.magnolia.config.registry.validator - package info.magnolia.config.registry.validator
 
info.magnolia.config.resolver - package info.magnolia.config.resolver
 
info.magnolia.config.source - package info.magnolia.config.source
 
info.magnolia.config.source.jcr - package info.magnolia.config.source.jcr
 
info.magnolia.config.source.raw - package info.magnolia.config.source.raw
 
info.magnolia.config.source.stub - package info.magnolia.config.source.stub
 
info.magnolia.config.source.yaml - package info.magnolia.config.source.yaml
 
info.magnolia.config.source.yaml.construct - package info.magnolia.config.source.yaml.construct
 
info.magnolia.config.source.yaml.decoration - package info.magnolia.config.source.yaml.decoration
 
info.magnolia.config.source.yaml.dependency - package info.magnolia.config.source.yaml.dependency
 
info.magnolia.content2bean - package info.magnolia.content2bean
 
info.magnolia.content2bean.impl - package info.magnolia.content2bean.impl
 
info.magnolia.context - package info.magnolia.context
 
info.magnolia.debug - package info.magnolia.debug
 
info.magnolia.dirwatch - package info.magnolia.dirwatch
 
info.magnolia.dynamic - package info.magnolia.dynamic
 
info.magnolia.event - package info.magnolia.event
 
info.magnolia.exception - package info.magnolia.exception
 
info.magnolia.freemarker - package info.magnolia.freemarker
 
info.magnolia.freemarker.loaders - package info.magnolia.freemarker.loaders
 
info.magnolia.freemarker.models - package info.magnolia.freemarker.models
 
info.magnolia.freemarker.setup - package info.magnolia.freemarker.setup
 
info.magnolia.i18nsystem - package info.magnolia.i18nsystem
 
info.magnolia.i18nsystem.bytebudddy - package info.magnolia.i18nsystem.bytebudddy
 
info.magnolia.i18nsystem.module - package info.magnolia.i18nsystem.module
 
info.magnolia.i18nsystem.proxytoys - package info.magnolia.i18nsystem.proxytoys
 
info.magnolia.i18nsystem.setup - package info.magnolia.i18nsystem.setup
 
info.magnolia.i18nsystem.tools - package info.magnolia.i18nsystem.tools
 
info.magnolia.i18nsystem.util - package info.magnolia.i18nsystem.util
 
info.magnolia.importexport - package info.magnolia.importexport
 
info.magnolia.importexport.command - package info.magnolia.importexport.command
 
info.magnolia.importexport.contenthandler - package info.magnolia.importexport.contenthandler
 
info.magnolia.importexport.exporter - package info.magnolia.importexport.exporter
 
info.magnolia.importexport.filters - package info.magnolia.importexport.filters
 
info.magnolia.importexport.postprocessors - package info.magnolia.importexport.postprocessors
 
info.magnolia.init - package info.magnolia.init
 
info.magnolia.init.properties - package info.magnolia.init.properties
 
info.magnolia.jaas.principal - package info.magnolia.jaas.principal
 
info.magnolia.jaas.sp - package info.magnolia.jaas.sp
 
info.magnolia.jaas.sp.jcr - package info.magnolia.jaas.sp.jcr
 
info.magnolia.jackrabbit - package info.magnolia.jackrabbit
 
info.magnolia.jackrabbit.lucene - package info.magnolia.jackrabbit.lucene
 
info.magnolia.jcr - package info.magnolia.jcr
 
info.magnolia.jcr.comparator - package info.magnolia.jcr.comparator
 
info.magnolia.jcr.decoration - package info.magnolia.jcr.decoration
 
info.magnolia.jcr.function - package info.magnolia.jcr.function
 
info.magnolia.jcr.inheritance - package info.magnolia.jcr.inheritance
 
info.magnolia.jcr.iterator - package info.magnolia.jcr.iterator
 
info.magnolia.jcr.node2bean - package info.magnolia.jcr.node2bean
 
info.magnolia.jcr.node2bean.impl - package info.magnolia.jcr.node2bean.impl
 
info.magnolia.jcr.nodebuilder - package info.magnolia.jcr.nodebuilder
 
info.magnolia.jcr.nodebuilder.task - package info.magnolia.jcr.nodebuilder.task
 
info.magnolia.jcr.predicate - package info.magnolia.jcr.predicate
 
info.magnolia.jcr.registry - package info.magnolia.jcr.registry
 
info.magnolia.jcr.util - package info.magnolia.jcr.util
 
info.magnolia.jcr.wrapper - package info.magnolia.jcr.wrapper
 
info.magnolia.link - package info.magnolia.link
 
info.magnolia.logging - package info.magnolia.logging
 
info.magnolia.map2bean - package info.magnolia.map2bean
 
info.magnolia.module - package info.magnolia.module
 
info.magnolia.module.delta - package info.magnolia.module.delta
 
info.magnolia.module.files - package info.magnolia.module.files
 
info.magnolia.module.model - package info.magnolia.module.model
 
info.magnolia.module.model.reader - package info.magnolia.module.model.reader
 
info.magnolia.module.ui - package info.magnolia.module.ui
 
info.magnolia.module.webapp - package info.magnolia.module.webapp
This package contains the necessary classes to determine if the web-app needs to be bootstrapped, and to do so.
info.magnolia.monitoring - package info.magnolia.monitoring
 
info.magnolia.nodebuilder - package info.magnolia.nodebuilder
 
info.magnolia.nodebuilder.task - package info.magnolia.nodebuilder.task
 
info.magnolia.objectfactory - package info.magnolia.objectfactory
 
info.magnolia.objectfactory.annotation - package info.magnolia.objectfactory.annotation
 
info.magnolia.objectfactory.configuration - package info.magnolia.objectfactory.configuration
 
info.magnolia.objectfactory.guice - package info.magnolia.objectfactory.guice
 
info.magnolia.observation - package info.magnolia.observation
 
info.magnolia.registry - package info.magnolia.registry
 
info.magnolia.rendering - package info.magnolia.rendering
 
info.magnolia.rendering.context - package info.magnolia.rendering.context
 
info.magnolia.rendering.engine - package info.magnolia.rendering.engine
 
info.magnolia.rendering.generator - package info.magnolia.rendering.generator
 
info.magnolia.rendering.listeners - package info.magnolia.rendering.listeners
 
info.magnolia.rendering.model - package info.magnolia.rendering.model
 
info.magnolia.rendering.module - package info.magnolia.rendering.module
 
info.magnolia.rendering.module.setup - package info.magnolia.rendering.module.setup
 
info.magnolia.rendering.renderer - package info.magnolia.rendering.renderer
 
info.magnolia.rendering.renderer.registry - package info.magnolia.rendering.renderer.registry
 
info.magnolia.rendering.template - package info.magnolia.rendering.template
 
info.magnolia.rendering.template.assignment - package info.magnolia.rendering.template.assignment
 
info.magnolia.rendering.template.configured - package info.magnolia.rendering.template.configured
 
info.magnolia.rendering.template.fragment - package info.magnolia.rendering.template.fragment
 
info.magnolia.rendering.template.i18n - package info.magnolia.rendering.template.i18n
 
info.magnolia.rendering.template.registry - package info.magnolia.rendering.template.registry
 
info.magnolia.rendering.template.registry.validator - package info.magnolia.rendering.template.registry.validator
 
info.magnolia.rendering.template.type - package info.magnolia.rendering.template.type
 
info.magnolia.rendering.template.variation - package info.magnolia.rendering.template.variation
 
info.magnolia.rendering.util - package info.magnolia.rendering.util
 
info.magnolia.repository - package info.magnolia.repository
 
info.magnolia.repository.definition - package info.magnolia.repository.definition
 
info.magnolia.repository.mbean - package info.magnolia.repository.mbean
 
info.magnolia.resourceloader - package info.magnolia.resourceloader
 
info.magnolia.resourceloader.classpath - package info.magnolia.resourceloader.classpath
 
info.magnolia.resourceloader.classpath.hierarchy - package info.magnolia.resourceloader.classpath.hierarchy
 
info.magnolia.resourceloader.classpath.service - package info.magnolia.resourceloader.classpath.service
 
info.magnolia.resourceloader.classpath.service.impl - package info.magnolia.resourceloader.classpath.service.impl
 
info.magnolia.resourceloader.classpath.service.impl.base - package info.magnolia.resourceloader.classpath.service.impl.base
 
info.magnolia.resourceloader.classpath.service.impl.devmode - package info.magnolia.resourceloader.classpath.service.impl.devmode
 
info.magnolia.resourceloader.classpath.service.impl.legacy - package info.magnolia.resourceloader.classpath.service.impl.legacy
 
info.magnolia.resourceloader.classpath.service.impl.production - package info.magnolia.resourceloader.classpath.service.impl.production
 
info.magnolia.resourceloader.file - package info.magnolia.resourceloader.file
 
info.magnolia.resourceloader.jcr - package info.magnolia.resourceloader.jcr
 
info.magnolia.resourceloader.layered - package info.magnolia.resourceloader.layered
 
info.magnolia.resourceloader.util - package info.magnolia.resourceloader.util
 
info.magnolia.servlet - package info.magnolia.servlet
 
info.magnolia.setup - package info.magnolia.setup
This package contains the classes necessary to install and update Magnolia's core module.
info.magnolia.setup.for4_5 - package info.magnolia.setup.for4_5
 
info.magnolia.setup.for5_0 - package info.magnolia.setup.for5_0
 
info.magnolia.setup.for5_2 - package info.magnolia.setup.for5_2
 
info.magnolia.setup.for6_0 - package info.magnolia.setup.for6_0
 
info.magnolia.setup.initial - package info.magnolia.setup.initial
 
info.magnolia.setup.nodetype - package info.magnolia.setup.nodetype
 
info.magnolia.stats - package info.magnolia.stats
 
info.magnolia.templating.elements - package info.magnolia.templating.elements
 
info.magnolia.templating.elements.attribute - package info.magnolia.templating.elements.attribute
 
info.magnolia.templating.freemarker - package info.magnolia.templating.freemarker
 
info.magnolia.templating.functions - package info.magnolia.templating.functions
 
info.magnolia.templating.inheritance - package info.magnolia.templating.inheritance
 
info.magnolia.templating.inspector - package info.magnolia.templating.inspector
 
info.magnolia.templating.inspector.formatter - package info.magnolia.templating.inspector.formatter
 
info.magnolia.templating.inspector.spi - package info.magnolia.templating.inspector.spi
 
info.magnolia.templating.module - package info.magnolia.templating.module
 
info.magnolia.templating.module.setup - package info.magnolia.templating.module.setup
 
info.magnolia.templating.renderers - package info.magnolia.templating.renderers
 
info.magnolia.transformer - package info.magnolia.transformer
 
info.magnolia.util - package info.magnolia.util
 
info.magnolia.virtualuri - package info.magnolia.virtualuri
 
info.magnolia.virtualuri.compatibility - package info.magnolia.virtualuri.compatibility
 
info.magnolia.virtualuri.mapping - package info.magnolia.virtualuri.mapping
 
info.magnolia.virtualuri.setup - package info.magnolia.virtualuri.setup
 
info.magnolia.virtualuri.setup.delta - package info.magnolia.virtualuri.setup.delta
 
info.magnolia.voting - package info.magnolia.voting
 
info.magnolia.voting.voters - package info.magnolia.voting.voters
 
inGroup(String) - Method in class info.magnolia.cms.security.DummyUser
Deprecated.
Always returns true.
inGroup(String) - Method in class info.magnolia.cms.security.ExternalUser
Is this user in a specified group?
inGroup(String) - Method in class info.magnolia.cms.security.MgnlUser
 
inGroup(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
 
inGroup(String) - Method in interface info.magnolia.cms.security.User
Is this user in a specified group?
inherit(Content, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Inherit a value.
inherit(Content, String, Object) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Inherit a value.
inherit(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Wraps the provided node with an inheritance wrapper so that the node appears to contain the components and/or properties that exist in the equivalent nodes of the ancestors of the provided node's "anchor".
inherit(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Wraps the provided node with an inheritance wrapper so that the node appears to contain the components and/or properties that exist in the equivalent nodes of the ancestors of the provided node's "anchor".
inherit(Node, String, String, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Wraps the provided node with an inheritance wrapper so that the node appears to contain the components and/or properties that exist in the equivalent nodes of the ancestors of the provided node's "anchor" (The anchor is the first parent of type mgnl:content - typically the page node of the provided node).
inherit(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
inherit(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
inherit(ContentMap, String, String, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
InheritanceConfiguration - Interface in info.magnolia.rendering.template
Configuration for inheritance, allows for configuring inheritance for properties separately from inheritance of components.
InheritanceContentDecorator - Class in info.magnolia.jcr.inheritance
Provides inheritance on JCR level by applying wrapper objects.
InheritanceContentDecorator(Node) - Constructor for class info.magnolia.jcr.inheritance.InheritanceContentDecorator
 
InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper - Class in info.magnolia.jcr.inheritance
Wrapper applied to the destination node.
InheritanceContentWrapper - Class in info.magnolia.cms.util
Deprecated.
since 5.6 - use InheritanceNodeWrapper and its implementations instead.
InheritanceContentWrapper(Content, Content) - Constructor for class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
InheritanceContentWrapper(Content) - Constructor for class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
Starts the inheritance.
InheritanceNodeWrapper - Interface in info.magnolia.jcr.inheritance
Interface implemented by node wrappers that participate in providing inheritance.
InheritancePredicate - Class in info.magnolia.rendering.template.configured
A class extending AbstractPredicate used in ConfiguredInheritance.
InheritancePredicate() - Constructor for class info.magnolia.rendering.template.configured.InheritancePredicate
 
InheritDefinition<T> - Class in info.magnolia.config.source.yaml.construct
SnakeYAML construct bound to the !inherit:-prefixed tags.
InheritDefinition(Registry<T>, ModuleRegistry, String, String, Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.construct.InheritDefinition
 
Inherited - Class in info.magnolia.templating.elements.attribute
ElementAttribute for "inherited" attribute.
Inherited() - Constructor for class info.magnolia.templating.elements.attribute.Inherited
 
INHERITED_PROPERTY_NAME - Static variable in class info.magnolia.rendering.template.configured.ConfiguredInheritance.FilteredComponentInheritancePredicate
Deprecated.
 
inheritList(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the children of the wrapped-for-inheritance subnode obtained as in TemplatingFunctions.inherit(Node, String).
inheritList(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the children of the wrapped-for-inheritance subnode obtained as in TemplatingFunctions.inherit(Node, String).
InheritNothingInheritancePredicate() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredInheritance.InheritNothingInheritancePredicate
 
inheritProperty(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns the inherited property of the node, subject to the standard rules of inheritance.
inheritProperty(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
inheritsNodes(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
Decides if a node inherits child nodes.
inheritsNodes(Node) - Method in class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
 
inheritsProperties(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
Decides if a node inherits properties.
inheritsProperties(Node) - Method in class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
 
inheritString(Content, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Inherit a value.
inheritString(Content, String, String) - Static method in class info.magnolia.cms.util.NodeDataUtil
Deprecated.
Inherit a value.
init() - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - use RepositoryManager.init() directly.
init() - Static method in class info.magnolia.cms.beans.config.MIMEMapping
Deprecated.
Reads all configured mime mapping (config/server/MIMEMapping).
init() - Method in class info.magnolia.cms.beans.config.VersionConfig
Initialize bean.
init(AMContext, AccessControlProvider, WorkspaceAccessManager) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
init(AMContext) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
init(Session, Map) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
init(User, String, String, Rule) - Method in interface info.magnolia.cms.exchange.Syndicator
Deprecated.
since 4.5 use ioc instead
init(FilterConfig) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.CompositeFilter
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.ContextFilter
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.FilterDecorator
 
init(FilterConfig) - Method in interface info.magnolia.cms.filters.FilterManager
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.FilterManagerImpl
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.MgnlMainFilter
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.MultipartRequestFilter
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
 
init(FilterConfig) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
Initializes the servlet and its mappings.
init() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
Called through the initialization process.
init() - Method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
init() - Method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
 
init(InputStream) - Method in class info.magnolia.cms.license.LicenseFileExtractor
Deprecated.
 
init() - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
init(InputStream) - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
init(FilterConfig) - Method in class info.magnolia.cms.security.LogoutFilter
 
init() - Method in class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
 
init() - Method in interface info.magnolia.cms.servlets.MVCServletHandler
Deprecated.
Called after instantiating.
init() - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
Deprecated.
 
init(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
init(HttpServletRequest, HttpServletResponse, ServletContext) - Method in interface info.magnolia.context.WebContext
Method used to initialize the context.
init(HttpServletRequest, HttpServletResponse, ServletContext) - Method in class info.magnolia.context.WebContextImpl
 
init() - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
 
init() - Method in class info.magnolia.init.DefaultMagnoliaConfigurationProperties
 
init() - Method in class info.magnolia.init.InitPhaseMagnoliaConfigurationProperties
 
init() - Method in interface info.magnolia.init.MagnoliaConfigurationProperties
 
init(RepositoryDefinition) - Method in class info.magnolia.jackrabbit.ProviderImpl
 
init(FilterConfig) - Method in class info.magnolia.module.ui.InstallationFilter
 
init(OutputProvider, HttpServletResponse) - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
 
init(OutputProvider, HttpServletResponse) - Method in class info.magnolia.rendering.listeners.AreaFilteringListener
 
init() - Method in class info.magnolia.repository.DefaultRepositoryManager
 
init(RepositoryDefinition) - Method in interface info.magnolia.repository.Provider
Initializes repository, this depends on the underlying repository implementation.
init() - Method in interface info.magnolia.repository.RepositoryManager
Initializes by loading configuration from repositories.xml.
init() - Method in class info.magnolia.voting.voters.BasePatternVoter
 
initAsWebContext(HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class info.magnolia.context.MgnlContext
Deprecated.
since 4.5, use WebContextFactory.
initBean(TransformationState, Map) - Method in class info.magnolia.commands.CommandTransformer
 
initBean(TransformationState, Map) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
Deprecated.
Called after all properties are set.
initBean(TransformationState, Map) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
Deprecated.
Initializes bean by calling its init method if present.
initBean(TransformationState, Map) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
 
initBean(TransformationState, Map<String, Object>) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
Called after all properties are set.
initClone(Node) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
initClone(Session) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
initContentElement(Map<String, TemplateModel>, AbstractContentTemplatingElement) - Method in class info.magnolia.templating.freemarker.AbstractDirective
Init attributes common to all AbstractContentTemplatingElement.
InitDirective - Class in info.magnolia.templating.freemarker
Deprecated.
since 5.4, please use PageDirective instead.
InitDirective() - Constructor for class info.magnolia.templating.freemarker.InitDirective
Deprecated.
 
InitElement - Class in info.magnolia.templating.elements
Deprecated.
since 5.4, please use PageElement instead.
InitElement(ServerConfiguration, RenderingContext) - Constructor for class info.magnolia.templating.elements.InitElement
Deprecated.
 
initFilters(FilterConfig) - Method in class info.magnolia.cms.filters.CompositeFilter
The first time called by the main filter.
initialize(Subject, CallbackHandler, Map, Map) - Method in class info.magnolia.jaas.sp.AbstractLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
 
initializeResourceChangeMonitoring() - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
Start monitoring underlying resource changes.
initializeResourceChangeMonitoring() - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
 
initializeResourceChangeMonitoring() - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
 
initializeResourceChangeMonitoring() - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
initializeServlet(FilterConfig) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
initListeners(OutputProvider, HttpServletResponse) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
 
initListeners(OutputProvider, HttpServletResponse) - Method in interface info.magnolia.rendering.engine.RenderingEngine
Inits listeners.
initLogging() - Static method in class info.magnolia.logging.Log4jConfigurer
initLogging(MagnoliaConfigurationProperties, FileSystemHelper) - Static method in class info.magnolia.logging.Log4jConfigurer
Initialize Log4J, including setting the web app root system property.
initMap() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
The lazy Map creates messages objects with a fall back to the default locale.
initParametersToMap(ServletConfig) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the init parameters for a ServletConfig object as a Map, preserving the order in which they are exposed by the ServletConfig object.
initParametersToMap(FilterConfig) - Static method in class info.magnolia.cms.util.ServletUtil
Returns the init parameters for a FilterConfig object as a Map, preserving the order in which they are exposed by the FilterConfig object.
initParametersToMap(ServletConfig) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Returns the init parameters for a ServletConfig object as a Map, preserving the order in which they are exposed by the ServletConfig object.
initParametersToMap(FilterConfig) - Static method in class info.magnolia.cms.util.ServletUtils
Deprecated.
Returns the init parameters for a FilterConfig object as a Map, preserving the order in which they are exposed by the FilterConfig object.
InitPathsPropertySource - Class in info.magnolia.init.properties
InitPathsPropertySource(MagnoliaInitPaths) - Constructor for class info.magnolia.init.properties.InitPathsPropertySource
 
InitPhaseMagnoliaConfigurationProperties - Class in info.magnolia.init
This implementation of MagnoliaConfigurationProperties is used during startup-phase.
InitPhaseMagnoliaConfigurationProperties(MagnoliaInitPaths, MagnoliaPropertiesResolver, SystemPropertySource, EnvironmentPropertySource) - Constructor for class info.magnolia.init.InitPhaseMagnoliaConfigurationProperties
 
InitPhaseMagnoliaConfigurationProperties(MagnoliaInitPaths, MagnoliaPropertiesResolver) - Constructor for class info.magnolia.init.InitPhaseMagnoliaConfigurationProperties
initRootFilter(MgnlFilter, FilterConfig) - Method in class info.magnolia.cms.filters.FilterManagerImpl
 
initRootPath(ServletContext) - Method in class info.magnolia.init.MagnoliaServletContextListener
Deprecated.
since 4.5, use or subclass MagnoliaInitPaths.
initServername(boolean) - Method in class info.magnolia.init.MagnoliaServletContextListener
Deprecated.
since 4.5, use or subclass MagnoliaInitPaths.
initUser() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
 
initUser() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
Deprecated.
 
initWebappName(String) - Method in class info.magnolia.init.MagnoliaServletContextListener
Deprecated.
since 4.5, use or subclass MagnoliaInitPaths.
injectMembers(Object) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
 
injectParentableInterface(Class<? extends T>, T, P) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
inOrigin(ResourceOrigin) - Method in class info.magnolia.resourceloader.ResourceOriginChange.Builder
 
inPublicMode(TemplateException, Environment, Writer) - Method in class info.magnolia.freemarker.ModeDependentTemplateExceptionHandler
 
inPublicMode(String, RenderException, PrintWriter) - Method in class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
 
Inspector - Class in info.magnolia.templating.inspector
Inspector is a utility that dumps objects into readable format.
Inspector.AbstractValueFormatter<T> - Class in info.magnolia.templating.inspector
Abstract implementation of the ValueFormatter.
Inspector.ArrayValueFormatter - Class in info.magnolia.templating.inspector
Array type description.
Inspector.BooleanValueFormatter - Class in info.magnolia.templating.inspector
Boolean type description.
Inspector.CalendarValueFormatter - Class in info.magnolia.templating.inspector
Calendar type description.
Inspector.CharValueFormatter - Class in info.magnolia.templating.inspector
Character type description.
Inspector.CollectionValueFormatter - Class in info.magnolia.templating.inspector
Collection type description.
Inspector.ContentMapValueFormatter - Class in info.magnolia.templating.inspector
ContentMap type description.
Inspector.DateValueFormatter - Class in info.magnolia.templating.inspector
Date type description.
Inspector.MapValueFormatter - Class in info.magnolia.templating.inspector
type description.
Inspector.NodeValueFormatter - Class in info.magnolia.templating.inspector
Node type description.
Inspector.NullValueFormatter - Class in info.magnolia.templating.inspector
Type description for null values.
Inspector.NumberValueFormatter - Class in info.magnolia.templating.inspector
Number type description.
Inspector.ObjectValueFormatter - Class in info.magnolia.templating.inspector
Object type description.
Inspector.PropertyValueFormatter - Class in info.magnolia.templating.inspector
Property type description.
Inspector.StringValueFormatter - Class in info.magnolia.templating.inspector
String type description.
inStage(Stage) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
install(Version, String) - Static method in class info.magnolia.module.delta.DeltaBuilder
 
INSTALL_FILES_PATH - Static variable in class info.magnolia.module.delta.RemoveInstallFilesTask
 
InstallationFilter - Class in info.magnolia.module.ui
Filter responsible for executing the update/install mechanism.
InstallationFilter(ModuleManager, FilterManager) - Constructor for class info.magnolia.module.ui.InstallationFilter
 
InstallationResourcesServlet - Class in info.magnolia.module.ui
This is a _very_ primitive servlet that serves resources off of the classpath.
InstallationResourcesServlet() - Constructor for class info.magnolia.module.ui.InstallationResourcesServlet
 
InstallContext - Interface in info.magnolia.module
The InstallContext provides Tasks and install/update UI with methods to log, get content and status.
InstallContext.Message - Class in info.magnolia.module
Log messages kept in the InstallContext.
InstallContext.MessagePriority - Enum in info.magnolia.module
Priority for InstallContext.Messages.
InstallContextImpl - Class in info.magnolia.module
Default implementation of InstallContext; provided by the ModuleManager.
InstallContextImpl(ModuleRegistry) - Constructor for class info.magnolia.module.InstallContextImpl
 
INSTALLER_PATH - Static variable in class info.magnolia.module.ui.ModuleManagerWebUI
 
InstallFilter - Class in info.magnolia.cms.filters
Deprecated.
since 5.4, use InstallationFilter
InstallFilter(ModuleManager, FilterManager) - Constructor for class info.magnolia.cms.filters.InstallFilter
Deprecated.
 
installOrUpdateModule(ModuleManager.ModuleAndDeltas, InstallContextImpl) - Method in class info.magnolia.module.ModuleManagerImpl
 
InstallRendererContextAttributeTask - Class in info.magnolia.rendering.module.setup
Task for installing context attributes to renderers.
InstallRendererContextAttributeTask(String, String, String, String) - Constructor for class info.magnolia.rendering.module.setup.InstallRendererContextAttributeTask
 
InstallStatus - Enum in info.magnolia.module
An enum identifying the status/result of the install/update in InstallContext.
InstanceConfiguration<T> - Class in info.magnolia.objectfactory.configuration
A configuration providing a concrete instance or a factory of type ComponentFactory or Provider.
InstanceConfiguration(Class<T>, Object) - Constructor for class info.magnolia.objectfactory.configuration.InstanceConfiguration
 
InstanceFactory() - Constructor for class info.magnolia.cms.beans.config.ServerConfiguration.InstanceFactory
 
InstanceFactory() - Constructor for class info.magnolia.cms.security.IPSecurityManagerImpl.InstanceFactory
 
instanciateDeferredEventListener(EventListener, long, long) - Static method in class info.magnolia.cms.util.ObservationUtil
Deprecated.
since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
instantiateDefault() - Method in class info.magnolia.cms.security.SecuritySupportObservedComponentFactory
 
instantiateDefault() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
 
instantiateEventListener() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
instantiateTransformer(Class<?>, String) - Method in class info.magnolia.content2bean.impl.TypeMappingImpl
Deprecated.
 
integer(Map<String, TemplateModel>, String, Integer) - Method in class info.magnolia.templating.freemarker.AbstractDirective
 
INTERCEPT - Static variable in class info.magnolia.cms.filters.InterceptFilter
Deprecated.
Request parameter: the INTERCEPT holds the name of an administrative action to perform.
intercept(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.filters.InterceptFilter
Deprecated.
Request and Response here is same as received by the original page so it includes all post/get data.
intercept(ByteBuddyI18nizer.DelegateResolver<T>, Method, Object[]) - Method in class info.magnolia.i18nsystem.bytebudddy.ByteBuddyI18nizer.DefaultInterceptor
 
InterceptFilter - Class in info.magnolia.cms.filters
Deprecated.
since 5.1. This class is no longer used as part of its job is now done by the page editor and part by the MultiChannelFilter.
InterceptFilter() - Constructor for class info.magnolia.cms.filters.InterceptFilter
Deprecated.
 
interceptGetters(T, Class<T>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
Deprecated.
 
internalGetSession(String) - Method in class info.magnolia.context.AbstractRepositoryStrategy
 
internalGetSession(String) - Method in class info.magnolia.context.DefaultRepositoryStrategy
 
internalGetSession(String) - Method in class info.magnolia.context.SystemRepositoryStrategy
 
InvalidDefinitionException(String) - Constructor for exception info.magnolia.config.registry.Registry.InvalidDefinitionException
 
invalue - Variable in class info.magnolia.importexport.filters.SkipNodePropertyFilter
Deprecated.
 
InverseVoter<T> - Class in info.magnolia.voting.voters
Inverses the returned value of the wrapped voter.
InverseVoter() - Constructor for class info.magnolia.voting.voters.InverseVoter
 
invoke(Object, Method, Object[]) - Method in class info.magnolia.beanmerger.ProxyBasedBeanMerger.MergeInvoker
 
invoke(Object, Method, Object[]) - Method in class info.magnolia.config.MutableWrapper.BeanPropertyMethodInvoker
Deprecated.
 
IPSecurityManager - Interface in info.magnolia.cms.security
Used to check if a client has access based on his IP address.
IPSecurityManager.Factory - Class in info.magnolia.cms.security
Factory to get the singleton instance.
IPSecurityManagerImpl - Class in info.magnolia.cms.security
A very limited implementation of IPSecurityManager.
IPSecurityManagerImpl() - Constructor for class info.magnolia.cms.security.IPSecurityManagerImpl
 
IPSecurityManagerImpl.InstanceFactory - Class in info.magnolia.cms.security
Provides a custom transformer as the current configuration is not c2b friendly.
IPSecurityManagerImpl.IPSecurityManagerTransformer - Class in info.magnolia.cms.security
Transformer which uses the IP value of the rule as the key.
IPSecurityManagerImpl.Rule - Class in info.magnolia.cms.security
Basic rule.
IPSecurityManagerTransformer() - Constructor for class info.magnolia.cms.security.IPSecurityManagerImpl.IPSecurityManagerTransformer
 
isAbsolute(String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3 for file system operation use for example Path.isAbsolute() jcr just simply check if path starts with "/"
isAcItem(ItemImpl) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
isAcItem(Path) - Method in class info.magnolia.cms.core.MagnoliaAccessProvider
 
isActivated(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
Returns true if the node has been activated.
isActive() - Method in class info.magnolia.audit.LogConfiguration
 
isActive() - Method in class info.magnolia.cms.beans.config.VersionConfig
Checks active flag in version config.
isActive() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
isAddContextPath() - Method in class info.magnolia.link.AbsolutePathTransformer
 
isAddContextPathToBrowserLinks() - Method in class info.magnolia.link.LinkTransformerManager
 
isAdmin() - Method in class info.magnolia.cms.beans.config.ServerConfiguration
 
isAdmin() - Method in class info.magnolia.templating.elements.AbstractTemplatingElement
 
IsAdminInstanceDelegateTask - Class in info.magnolia.module.delta
A task that depends on the value of the /server/admin config value.
IsAdminInstanceDelegateTask(String, Task) - Constructor for class info.magnolia.module.delta.IsAdminInstanceDelegateTask
 
IsAdminInstanceDelegateTask(String, Task, Task) - Constructor for class info.magnolia.module.delta.IsAdminInstanceDelegateTask
 
IsAdminInstanceDelegateTask(String, String, Task) - Constructor for class info.magnolia.module.delta.IsAdminInstanceDelegateTask
 
IsAdminInstanceDelegateTask(String, String, Task, Task) - Constructor for class info.magnolia.module.delta.IsAdminInstanceDelegateTask
 
isAllowCrossRealmDuplicateNames() - Method in class info.magnolia.cms.security.MgnlUserManager
 
isAllowed(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.BaseSecurityFilter
Implementations need to return false if the request can not be proceeded with, but also need to set an appropriate error code.
isAllowed(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.ContentSecurityFilter
 
isAllowed(String) - Method in interface info.magnolia.cms.security.IPSecurityManager
 
isAllowed(HttpServletRequest) - Method in interface info.magnolia.cms.security.IPSecurityManager
 
isAllowed(HttpServletRequest) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl
 
isAllowed(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl
 
isAllowed(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.security.URISecurityFilter
Checks access from Listener / Authenticator / AccessLock.
isAllowed(String) - Method in class info.magnolia.cms.util.Rule
Deprecated.
since 4.5.5 - use Rule.isAllowed(Node) instead.
isAllowed(Node) - Method in class info.magnolia.cms.util.Rule
True if given nodeType is allowed.
isAllowLinking() - Method in class info.magnolia.freemarker.loaders.LazyFileTemplateLoader
 
isAnchor() - Method in class info.magnolia.cms.util.InheritanceContentWrapper
Deprecated.
True if this node is an anchor.
isAnchor(Node) - Method in class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
True if this node is an anchor.
isAnonymous() - Static method in class info.magnolia.cms.security.SecurityUtil
Checks if the currently acting user is anonymous.
isArray() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
isArray() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
 
isAuditLoggingActive() - Method in class info.magnolia.audit.AuditLoggingManager
AuditLogging is active when at least one of log configurations is active.
isAuthenticated() - Static method in class info.magnolia.cms.security.SecurityUtil
 
isAuthorInstance() - Method in class info.magnolia.templating.functions.TemplatingFunctions
Returns whether the request is from an author instance.
IsAuthorInstanceDelegateTask - Class in info.magnolia.module.delta
Deprecated.
since 5.6. Use IsAdminInstanceDelegateTask instead.
IsAuthorInstanceDelegateTask(String, Task) - Constructor for class info.magnolia.module.delta.IsAuthorInstanceDelegateTask
Deprecated.
 
IsAuthorInstanceDelegateTask(String, Task, Task) - Constructor for class info.magnolia.module.delta.IsAuthorInstanceDelegateTask
Deprecated.
 
IsAuthorInstanceDelegateTask(String, String, Task) - Constructor for class info.magnolia.module.delta.IsAuthorInstanceDelegateTask
Deprecated.
 
IsAuthorInstanceDelegateTask(String, String, Task, Task) - Constructor for class info.magnolia.module.delta.IsAuthorInstanceDelegateTask
Deprecated.
 
isAuthorized(AccessManager, HttpServletRequest) - Method in class info.magnolia.cms.security.URISecurityFilter
Deprecated.
isAuthorized(HttpServletRequest) - Method in class info.magnolia.cms.security.URISecurityFilter
Validates user permissions on URI.
isAvailable(Node, TemplateDefinition) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
 
isAvailable(Node, TemplateDefinition) - Method in class info.magnolia.rendering.template.configured.DefaultTemplateAvailability
 
isAvailable(Node, TemplateDefinition) - Method in interface info.magnolia.rendering.template.TemplateAvailability
 
isBeanEnabled(Object) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
 
isBeforeOrEquivalent(Version) - Method in class info.magnolia.module.model.Version
 
isBelowAllThresholds(long, long, long) - Method in class info.magnolia.monitoring.SystemMonitor
 
isBinaryResource(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
isBypassed(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
 
isChainClass(Class<?>) - Method in class info.magnolia.commands.CommandTransformer
 
isCharValid(int, String) - Static method in class info.magnolia.cms.core.Path
Deprecated.
since 5.5.3, without replacement (this method never meant to be public)
isCheckAreaExistence() - Method in class info.magnolia.rendering.listeners.AreaFilteringListener
 
isCheckedOut() - Method in class info.magnolia.cms.core.DefaultContent
Deprecated.
Returns true if this node is either
  • versionable and currently checked-out,
  • non-versionable and its nearest versionable ancestor is checked-out or
  • non-versionable and it has no versionable ancestor.
  • isCheckedOut() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isCheckedOut(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    isClusteredWorkspace(String) - Method in class info.magnolia.repository.DefaultRepositoryManager
    Verify that workspace exists in clustered repository.
    isClusterMaster() - Method in class info.magnolia.repository.DefaultRepositoryManager
     
    isCollection() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    isCollection() - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    isCollection() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    isCollection() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    isCommandClass(Class<?>) - Method in class info.magnolia.commands.CommandTransformer
     
    isComponentConfigurationPath(String) - Static method in class info.magnolia.objectfactory.ComponentConfigurationPath
     
    isConcrete(Class<?>) - Static method in class info.magnolia.objectfactory.Classes
     
    isConcrete(Class<?>) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
    Deprecated.
    isConfigured(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
     
    isCurrentLocale(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Checks if given language is current locale (set in AggregationState).
    isDebug() - Method in class info.magnolia.i18nsystem.module.I18nModule
     
    isDecoratedWith(Node, Class<? extends ContentDecorator>) - Static method in class info.magnolia.jcr.decoration.ContentDecoratorUtil
    Determines if the passed node is wrapped by a ContentDecorator that is assignment compatible with the passed class.
    isDecorating(Node) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
    Check if node is decorated by this class.
    isDeleteMetaDataIfEmptied() - Method in class info.magnolia.importexport.postprocessors.MetaDataAsMixinConversionHelper
     
    isDeprecated() - Static method in class info.magnolia.cms.util.DeprecationUtil
     
    isDeprecated(String) - Static method in class info.magnolia.cms.util.DeprecationUtil
     
    isDeprecated(AnnotatedElement) - Static method in class info.magnolia.util.DeprecationUtil
    Checks whether the given parameter element is Deprecated or not.
    isDirectory() - Method in class info.magnolia.resourceloader.AbstractResource
     
    isDirectory(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    isDirectory(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
     
    isDirectory(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
     
    isDirectory(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    isDirectory(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    isDirectory(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    isDirectory() - Method in interface info.magnolia.resourceloader.Resource
     
    isDirectory() - Method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    isDirectory() - Static method in class info.magnolia.resourceloader.util.Functions
    Deprecated.
    since 6.1 use Resource.isDirectory() method reference
    isDynamic() - Method in interface info.magnolia.rendering.template.fragment.FragmentDefinition
     
    isEditable() - Method in class info.magnolia.resourceloader.AbstractResource
     
    isEditable(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    isEditable(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    isEditable(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    isEditable() - Method in interface info.magnolia.resourceloader.Resource
    Determines whether this resource can be edited in its underlying origin.
    isEditable() - Method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    isEditMode() - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns whether the request is from the Page editor edit mode.
    isEditorBinaryLink() - Method in class info.magnolia.link.Link
     
    isEmpty(Property) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
    Checks if the property field is empty.
    isEmpty() - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    isEmpty() - Method in class info.magnolia.cms.util.OrderedProperties
     
    isEmpty() - Method in class info.magnolia.context.AbstractContext
    isEmpty() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    isEmpty() - Method in class info.magnolia.event.EventHandlerCollection
     
    isEmpty() - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
    Deprecated.
     
    isEmpty() - Method in class info.magnolia.freemarker.models.ContentMapModel
     
    isEmpty() - Method in class info.magnolia.jcr.util.ContentMap
     
    isEnabled() - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    isEnabled() - Method in class info.magnolia.cms.filters.UnicodeNormalizationFilter
     
    isEnabled() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    isEnabled() - Method in interface info.magnolia.cms.i18n.I18nContentSupport
     
    isEnabled() - Method in class info.magnolia.cms.i18n.LocaleDefinition
     
    isEnabled() - Method in class info.magnolia.cms.security.DummyUser
    Deprecated.
     
    isEnabled() - Method in class info.magnolia.cms.security.ExternalUser
     
    isEnabled() - Method in class info.magnolia.cms.security.MgnlUser
     
    isEnabled() - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
     
    isEnabled() - Method in interface info.magnolia.cms.security.User
    Returns false if the user was explicitly disabled.
    isEnabled() - Method in class info.magnolia.commands.MgnlCommand
     
    isEnabled() - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
     
    isEnabled() - Method in interface info.magnolia.rendering.template.AreaDefinition
    Deprecated.
    since 5.0 - use AreaDefinition.getEnabled() instead.
    isEnabled() - Method in interface info.magnolia.rendering.template.ComponentAvailability
     
    isEnabled() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    isEnabled() - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
     
    isEnabled() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    isEnabled() - Method in interface info.magnolia.rendering.template.InheritanceConfiguration
     
    isEnabled() - Method in interface info.magnolia.voting.Voter
     
    isEnabled() - Method in class info.magnolia.voting.voters.BaseVoterImpl
     
    isEquivalent(Version) - Method in class info.magnolia.module.model.Version
    Compares major, minor and patch revisions of this Version against the given Version.
    isError(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
    Returns true if the request is rendering an error page, either due to a call to sendError() or an exception being thrown in a filter or a servlet that reached the container.
    isError(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
    Deprecated.
    Returns true if the request is rendering an error page, either due to a call to sendError() or an exception being thrown in a filter or a servlet that reached the container.
    isEscapeHtml() - Method in class info.magnolia.freemarker.FreemarkerHelper
     
    isExceptionSet() - Static method in class info.magnolia.cms.util.AlertUtil
    Checks if an exception is set.
    isExceptionSet(Context) - Static method in class info.magnolia.cms.util.AlertUtil
     
    isExist() - Method in class info.magnolia.cms.core.BinaryNodeData
     
    isExist(String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    check is either the node or property exists with the specified path and user has access to it.
    isExist() - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    isExist(String) - Method in interface info.magnolia.cms.core.HierarchyManager
    Deprecated.
     
    isExist() - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    checks if the atom exists in the repository.
    isExist() - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    isExist(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    isExist() - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    isExtending() - Method in class info.magnolia.cms.util.ExtendingContentWrapper
    Deprecated.
     
    isExtending() - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
    Check if node extends another.
    isExternalLinkOrAnchor(String) - Static method in class info.magnolia.link.LinkUtil
    Determines whether the given link is external link or anchor (i.e.
    isFile() - Method in class info.magnolia.resourceloader.AbstractResource
     
    isFile(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    isFile(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
     
    isFile(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
     
    isFile(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    isFile(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    isFile(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    isFile() - Method in interface info.magnolia.resourceloader.Resource
     
    isFile() - Method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    isFile() - Static method in class info.magnolia.resourceloader.util.Functions
    Deprecated.
    since 6.1 use Resource.isFile() method reference
    isFilterRegistered(String) - Method in class info.magnolia.cms.util.WebXmlUtil
     
    isFirst() - Method in class info.magnolia.cms.util.SiblingsHelper
    Deprecated.
     
    isFirst() - Method in class info.magnolia.templating.functions.SiblingsHelper
     
    isFirstSibling(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    isForceCreation() - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
     
    isForceCreation() - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    isForcePreDelete() - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    isForceUnpublishState() - Method in class info.magnolia.commands.impl.ImportCommand
    Deprecated.
     
    isFormat() - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    isForward(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
    Returns true if the request is currently processing a forward operation.
    isForward(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
    Deprecated.
    Returns true if the request is currently processing a forward operation.
    isFromCurrentPage(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns whether the content is an actual child of the current page - i.e.
    isFromCurrentPage(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    isGranted(long) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    isGranted(long) - Method in class info.magnolia.cms.core.AbstractNodeData
    Deprecated.
     
    isGranted(AccessManager, String, long) - Static method in class info.magnolia.cms.core.Access
    Deprecated.
    AccessManager is no longer supported and used. Use JCR Session based security instead.
    isGranted(long) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    since 4.5. Use PermissionUtil#isGranted(String, String, long) or PermissionUtil#isGranted(javax.jcr.Session, String, String) instead. To convert old style permissions to the new ones, please see PermissionUtil#convertPermissions(long).
    isGranted(String, long) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
     
    isGranted(String, long) - Method in interface info.magnolia.cms.core.HierarchyManager
    Deprecated.
    Checks for the allowed access rights.
    isGranted(ItemId, int) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
    Deprecated.
     
    isGranted(Path, int) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
    Deprecated.
     
    isGranted(Path, Name, int) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
    Deprecated.
     
    isGranted(long) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    checks for the allowed access rights.
    isGranted(long) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Checks for the allowed access rights.
    isGranted(String, long) - Method in interface info.magnolia.cms.security.AccessManager
    Determines wether the specified permissions are granted to the given path.
    isGranted(String, long) - Method in class info.magnolia.cms.security.AccessManagerImpl
     
    isGranted(Node, long) - Static method in class info.magnolia.cms.security.PermissionUtil
    Convenience call hiding all ugly details of permission conversions.
    isGranted(String, String, String) - Static method in class info.magnolia.cms.security.PermissionUtil
    Convenience call hiding all ugly details of permission conversions.
    isGranted(Session, String, long) - Static method in class info.magnolia.cms.security.PermissionUtil
    Return whether given session has requested permission on provided path.
    isGranted(Session, String, String) - Static method in class info.magnolia.cms.security.PermissionUtil
    Return whether given session has requested permission on provided path.
    isGranted(long) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    isGranted(String, long) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    isGranted(long) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    isGranted(Node, long) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    isImplementation(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
     
    isInclude(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
    Returns true if the request is currently processing an include operation.
    isInclude(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
    Deprecated.
    Returns true if the request is currently processing an include operation.
    isIncludeSubNodes() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
     
    isInherit() - Method in class info.magnolia.templating.elements.AreaElement
     
    isInherited() - Method in class info.magnolia.cms.util.InheritanceContentWrapper
    Deprecated.
    True if this is not a sub node of the starting point.
    isInherited() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
     
    isInherited() - Method in interface info.magnolia.jcr.inheritance.InheritanceNodeWrapper
     
    isInherited(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns whether the content is inherited from another node.
    isInherited(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    isInheritsComponents() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    isInheritsComponents() - Method in interface info.magnolia.rendering.template.InheritanceConfiguration
     
    isInheritsProperties() - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    isInheritsProperties() - Method in interface info.magnolia.rendering.template.InheritanceConfiguration
     
    IsInstallSamplesTask - Class in info.magnolia.module.delta
    A Task which delegates depending on the magnolia.bootstrap.samples property.
    IsInstallSamplesTask(String, String, Task, Task) - Constructor for class info.magnolia.module.delta.IsInstallSamplesTask
     
    IsInstallSamplesTask(String, String, Task) - Constructor for class info.magnolia.module.delta.IsInstallSamplesTask
     
    isInternalRelativeLink(String) - Static method in class info.magnolia.link.LinkUtil
    Determines if the given link is internal and relative.
    isInvalidMaxVersions() - Method in class info.magnolia.cms.core.version.BaseVersionManager
    Check if max version index is lower then one.
    isInvalidMaxVersions() - Method in class info.magnolia.cms.core.version.VersionManager
    Since version is set "only revert" always return true.
    isInverse() - Method in class info.magnolia.voting.voters.BasePatternVoter
     
    isKeepHistory() - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    isLast() - Method in class info.magnolia.cms.util.SiblingsHelper
    Deprecated.
     
    isLast() - Method in class info.magnolia.templating.functions.SiblingsHelper
     
    isLastSibling(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    isLazy() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
     
    isListenerRegistered(String) - Method in class info.magnolia.cms.util.WebXmlUtil
     
    isLive() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    isLoadOnStartup() - Method in class info.magnolia.repository.definition.RepositoryDefinition
     
    isLocaleSupported(Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    isLocked() - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Returns true if this node is locked either as a result of a lock held by this node or by a deep lock on a node above this node; otherwise returns false.
    isLocked() - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    isLocked() - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    isLocked() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    isLocked() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isMakeBrowserLinksRelative() - Method in class info.magnolia.link.LinkTransformerManager
     
    isMap() - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    isMap() - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    isMap() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    isMap() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    isMatching() - Method in class info.magnolia.cms.filters.Mapping.MatchingResult
     
    isMemoryLimitReached() - Method in class info.magnolia.monitoring.SystemMonitor
    Evaluates whether the memory limit is reached.
    isMergeable(Class) - Method in class info.magnolia.beanmerger.BeanMergerBase
     
    isMessageKey(String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    isMessageSet() - Static method in class info.magnolia.cms.util.AlertUtil
    Checks if a message is set.
    isMessageSet(Context) - Static method in class info.magnolia.cms.util.AlertUtil
     
    isModified() - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Returns true if this Item has been saved but has subsequently been modified through the current session and therefore the state of this item as recorded in the session differs from the state of this item as saved.
    isModified() - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    isModified() - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Returns always false as verions are read only.
    isModified() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    isModified() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isModified() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    IsModuleInstalledOrRegistered - Class in info.magnolia.module.delta
    A Task which delegates depending on the existence of a module.
    IsModuleInstalledOrRegistered(String, String, Task) - Constructor for class info.magnolia.module.delta.IsModuleInstalledOrRegistered
     
    IsModuleInstalledOrRegistered(String, String, Task, Task) - Constructor for class info.magnolia.module.delta.IsModuleInstalledOrRegistered
     
    IsModuleInstalledOrRegistered(String, String, String, Task) - Constructor for class info.magnolia.module.delta.IsModuleInstalledOrRegistered
     
    IsModuleInstalledOrRegistered(String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.IsModuleInstalledOrRegistered
     
    isModuleRegistered(String) - Method in interface info.magnolia.module.InstallContext
     
    isModuleRegistered(String) - Method in class info.magnolia.module.InstallContextImpl
     
    isModuleRegistered(String) - Method in interface info.magnolia.module.ModuleRegistry
     
    isModuleRegistered(String) - Method in class info.magnolia.module.ModuleRegistryImpl
     
    isMultipart(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtil
    Returns true if the request has a content type that indicates that is a multipart request.
    isMultipart(HttpServletRequest) - Static method in class info.magnolia.cms.util.ServletUtils
    Deprecated.
    Returns true if the request has a content type that indicates that is a multipart request.
    isMultiple() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    isMultipleWrapEnabled() - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.cms.core.version.MgnlVersioningContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.cms.core.version.VersionedNodeContentDecorator
     
    isMultipleWrapEnabled() - Method in interface info.magnolia.jcr.decoration.ContentDecorator
    Tells if multiple wrapping with this content decorator is enabled.
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.ChildFilteringContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.I18nContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.MagnoliaSessionContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.PropertyAndChildWrappingContentDecorator
     
    isMultipleWrapEnabled() - Method in class info.magnolia.jcr.wrapper.PropertyFilteringContentDecorator
     
    isMultiValue() - Method in class info.magnolia.cms.core.AbstractNodeData
    Deprecated.
     
    isMultiValue() - Method in class info.magnolia.cms.core.BinaryNodeData
     
    isMultiValue() - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    for multi-value controls.
    isMultiValue() - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    isNew() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isNew() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    isNode(TransformationState, String, Object) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
    Deprecated.
    Will this property be a node?
    isNode() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isNode() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    isNodeData(String) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    isNodeData(String) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    checks if the requested resource is an NodeData (Property).
    isNodeData(String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    checks if the requested resource is an NodeData (Property).
    isNodeData(String) - Method in interface info.magnolia.cms.core.HierarchyManager
    Deprecated.
     
    isNodeData(String) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    isNodeData(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    isNodeType(String) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    evaluate primary node type of the associated Node of this object.
    isNodeType(String) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    isNodeType(Node, String) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
    private Helper method to evaluate primary node type of the given node.
    isNodeType(String) - Method in class info.magnolia.cms.core.version.VersionedNode
     
    isNodeType(String) - Method in class info.magnolia.cms.core.version.VersionedNodeChild
     
    isNodeType(String) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    isNodeType(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
    Checks if the node is of the supplied node type or if the node type is a mixin checks if the node has the mixin.
    isNodeType(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isNot() - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    isNot() - Method in class info.magnolia.voting.voters.VoterSet
     
    IsNotAProblematicEnvironmentCondition - Class in info.magnolia.setup.for5_2
    A Condition prohibiting to install in problematic environments - unless explicitly allowed.
    IsNotAProblematicEnvironmentCondition() - Constructor for class info.magnolia.setup.for5_2.IsNotAProblematicEnvironmentCondition
     
    IsNotAProblematicEnvironmentCondition(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.setup.for5_2.IsNotAProblematicEnvironmentCondition
     
    isObserved(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
     
    isObserved() - Method in class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
     
    isOptional() - Method in class info.magnolia.module.model.DependencyDefinition
     
    isOptional() - Method in interface info.magnolia.rendering.template.AreaDefinition
    Deprecated.
    since 4.5.9 - use AreaDefinition.getOptional() instead.
    isOptional() - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    isParentNodeTypeOnly() - Method in class info.magnolia.commands.impl.RestorePreviousVersionCommand
     
    isPeriodicSaves() - Method in class info.magnolia.importexport.postprocessors.MetaDataAsMixinConversionHelper
     
    isPrettyPrint() - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    isPreviewMode() - Method in class info.magnolia.cms.core.AggregationState
     
    isPreviewMode() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    isPreviewMode() - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns whether the request is from the Page editor preview mode.
    isProperty(TransformationState, String, Object) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
    Deprecated.
    Will this property be a node data?
    isProvider(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
     
    isProxied(Class<?>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
    Deprecated.
     
    isPublicInstance() - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns whether the request is from a public instance.
    isReady() - Method in class info.magnolia.cms.filters.RangedOutputStream
     
    isRecursive() - Method in class info.magnolia.commands.impl.VersionCommand
     
    isRegisteredExtensionsOnly() - Method in class info.magnolia.cms.filters.ContentTypeFilter
     
    isRenderEditbar() - Method in class info.magnolia.templating.elements.ComponentElement
     
    isSame(Node, Node) - Static method in class info.magnolia.jcr.util.NodeUtil
    Returns true if both arguments represents the same node.
    isSame(Item) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    isSame(Item) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    isSameNameSiblingNode(Node) - Method in class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
    Return true if the node match the siblingMatcherPattern.
    isSameNameSiblings(Node, Node) - Static method in class info.magnolia.jcr.util.NodeUtil
    Check if node1 and node2 are siblings.
    isSanitizeXssUri() - Method in class info.magnolia.cms.filters.ContentTypeFilter
    Deprecated.
    since 5.6 - use {info.magnolia.rendering.engine.RenderingEngine#getEscapeHtml()} instead.
    isSaveAfterImport() - Method in class info.magnolia.importexport.command.JcrImportCommand
     
    isServletMappingRegistered(String) - Method in class info.magnolia.cms.util.WebXmlUtil
     
    isServletMappingRegistered(String, String) - Method in class info.magnolia.cms.util.WebXmlUtil
     
    isServletOrMappingRegistered(String) - Method in class info.magnolia.cms.util.WebXmlUtil
     
    isServletRegistered(String) - Method in class info.magnolia.cms.util.WebXmlUtil
     
    isSessionLocked(HttpServletRequest) - Static method in class info.magnolia.cms.security.Lock
    Deprecated.
    Returns true if this session is locked.
    isSimpleType(Class) - Method in class info.magnolia.beanmerger.BeanMergerBase
    Checks whether type represents a primitive a boxed primitive, e.g Double or Integer a String, Class or URL.
    isSkipRendering() - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    isSourceChildInherited(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
    Decides if a specific child node of one of the source should be inherited.
    isSourceChildInherited(Node) - Method in class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
     
    isSpecialProperty(String) - Method in class info.magnolia.jcr.util.ContentMap
     
    isStrictlyAfter(Version) - Method in class info.magnolia.module.model.Version
     
    isSubscribed(String, String) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    isSupportedExtension(String) - Static method in enum info.magnolia.importexport.command.JcrExportCommand.Format
     
    isSystemInstance() - Static method in class info.magnolia.context.MgnlContext
     
    isSystemLocked() - Static method in class info.magnolia.cms.security.Lock
    Deprecated.
    Return true if system is locked.
    isSystemUIMode() - Method in class info.magnolia.cms.filters.FilterManagerImpl
    Checks if Magnolia is ready to operate or if we need to go through SystemUI initialization screens.
    isTemplateAvailable(Node, TemplateDefinition) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
     
    isTerminateChain() - Method in class info.magnolia.rendering.engine.RenderingFilter
     
    isTextResource(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    isToMagnoliaResources() - Method in class info.magnolia.cms.filters.DispatchRule
     
    isToWebContainerResources() - Method in class info.magnolia.cms.filters.DispatchRule
     
    isTrace() - Method in class info.magnolia.debug.CallTrackingFilter
     
    isUsageMetrics() - Method in class info.magnolia.cms.beans.config.ServerConfiguration
     
    isUseI18N() - Method in class info.magnolia.link.AbsolutePathTransformer
     
    isUseURI2RepositoryMapping() - Method in class info.magnolia.link.AbsolutePathTransformer
     
    isValid() - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    isValid() - Method in class info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping
    Deprecated.
     
    isValid() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
    Deprecated.
     
    isValid() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
    Deprecated.
     
    isValid() - Method in class info.magnolia.cms.beans.config.RegexpVirtualURIMapping
    Deprecated.
     
    isValid() - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
    Deprecated.
     
    isValid() - Method in interface info.magnolia.cms.beans.config.VirtualURIMapping
    Deprecated.
    Validate necessary info to check VirtualUriMapping is valid.
    isValid() - Method in class info.magnolia.config.registry.AbstractDefinitionProviderWrapper
     
    isValid() - Method in interface info.magnolia.config.registry.DefinitionProvider
     
    isValid() - Method in class info.magnolia.config.source.MapBasedDefinitionProviderWrapper
     
    isValid() - Method in class info.magnolia.virtualuri.compatibility.VirtualUriMappingAdapter
    Deprecated.
     
    isValid() - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
     
    isValid() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
     
    isValid() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
     
    isValid() - Method in interface info.magnolia.virtualuri.VirtualUriMapping
    Validate necessary info to check VirtualUriMapping is valid.
    isValidateContentType() - Method in class info.magnolia.cms.filters.ContentTypeFilter
     
    isValidLocale(Locale) - Static method in class info.magnolia.i18nsystem.util.LocaleUtils
     
    isValidName(String) - Method in class info.magnolia.jcr.util.NodeNameHelper
     
    isValidName(String, String) - Method in class info.magnolia.jcr.util.NodeNameHelper
     
    isVersionManually() - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    isVisible(Node, HttpServletRequest, HttpServletResponse, AggregationState) - Method in class info.magnolia.rendering.engine.RenderingFilter
     
    isVisible(TemplateDefinition) - Method in class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
     
    isWebContainerResource(HttpServletRequest) - Method in interface info.magnolia.cms.filters.WebContainerResources
    True if this request requests a web container resource.
    isWebContainerResource(HttpServletRequest) - Method in class info.magnolia.cms.filters.WebContainerResourcesImpl
     
    isWebContext() - Static method in class info.magnolia.context.MgnlContext
    Returns true if the current context is set and is an instance of WebContext.
    isWrappedWith(Node, Class<? extends DelegateNodeWrapper>) - Static method in class info.magnolia.jcr.util.NodeUtil
    Check if node is wrapped by an instance of the given wrapper (subclasses of the wrapper are taken into account).
    isWrapping(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
    Recursively checks if node is decorated by this class.
    isWrapping(Node) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
    Recursively checks if node is wrapped by this class.
    isWrapWriter() - Method in class info.magnolia.cms.filters.RangeSupportFilter
     
    isWriteEnabled() - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
     
    itemExists(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    itemExists(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    ItemType - Class in info.magnolia.cms.core
    Deprecated.
    since 4.5 - directly use NodeTypes or JcrConstants.
    ItemType(String) - Constructor for class info.magnolia.cms.core.ItemType
    Deprecated.
    Ctor.
    iterator() - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
     
    iterator() - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
    Returns an iterator over the collection of principals.
    iterator() - Method in class info.magnolia.jcr.iterator.NodeIterableAdapter
     

    J

    JackrabbitAuthenticationModule - Class in info.magnolia.jaas.sp.jcr
    Login module for internal Jackrabbit authentication, validates the JackRabbit 'admin' user and uses the Subject provided by the magnolia context.
    JackrabbitAuthenticationModule() - Constructor for class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
     
    Java6Normalizer() - Constructor for class info.magnolia.cms.util.UnicodeNormalizer.Java6Normalizer
     
    javaScriptString(String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
    Deprecated.
     
    jcr() - Method in class info.magnolia.config.source.ConfigurationSourceFactory
     
    JCR_CONTENT - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    JCR_CONTENT - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    JCR_DATA - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    JCR_DATA - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    JCR_FROZEN_PRIMARY_TYPE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    JCR_FROZEN_PRIMARY_TYPE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    JCR_FROZENNODE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    JCR_FROZENNODE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    JCR_PREFIX - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Prefix for jcr-properties.
    JCR_PREFIX - Static variable in class info.magnolia.jcr.util.NodeTypes
    Namespace for jcr nodes and properties.
    JCR_PRIMARY_TYPE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    JCR_PRIMARY_TYPE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    JCR_ROOT - Static variable in class info.magnolia.importexport.DataTransporter
     
    JCR_SYSTEM_EXCLUDING_PREDICATE - Static variable in class info.magnolia.cms.util.FilteredEventListener
    Predicate evaluating to false if the path for a given Event starts with '/jcr:system'.
    JCRAuthenticationModule - Class in info.magnolia.jaas.sp.jcr
    Authentication module implementation using JCR to retrieve the users.
    JCRAuthenticationModule() - Constructor for class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
     
    JCRAuthorizationModule - Class in info.magnolia.jaas.sp.jcr
    This is a default login module for magnolia, it uses initialized repository as defined by the provider interface.
    JCRAuthorizationModule() - Constructor for class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
     
    JcrConfigurationSource<T> - Class in info.magnolia.config.source.jcr
    Configuration source for JCR configuration.
    JcrConfigurationSource(Registry<T>, String, Predicate, ModuleRegistry, Map2BeanTransformer) - Constructor for class info.magnolia.config.source.jcr.JcrConfigurationSource
     
    JcrConfigurationSource(Registry<T>, String, Predicate, Node2BeanProcessor, ModuleRegistry) - Constructor for class info.magnolia.config.source.jcr.JcrConfigurationSource
    JcrConfigurationSourceBuilder - Class in info.magnolia.config.source.jcr
    Builder for JcrConfigurationSource instances.
    JcrConfigurationSourceBuilder(Node2BeanProcessor, Map2BeanTransformer, ModuleRegistry) - Constructor for class info.magnolia.config.source.jcr.JcrConfigurationSourceBuilder
     
    JcrExportCommand - Class in info.magnolia.importexport.command
    Command for exporting from a JCR workspace.
    JcrExportCommand() - Constructor for class info.magnolia.importexport.command.JcrExportCommand
     
    JcrExportCommand.Compression - Enum in info.magnolia.importexport.command
    Exported file compression.
    JcrExportCommand.DefaultFilter - Class in info.magnolia.importexport.command
    Default filters for JcrExportCommand.
    JcrExportCommand.Format - Enum in info.magnolia.importexport.command
    Export format.
    JcrImportCommand - Class in info.magnolia.importexport.command
    Import command with YAML format support.
    JcrImportCommand() - Constructor for class info.magnolia.importexport.command.JcrImportCommand
     
    JCRMgnlPropertiesFilteringNodeWrapper - Class in info.magnolia.jcr.wrapper
    Filtering node wrapper with predicate to to filter properties.
    JCRMgnlPropertiesFilteringNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.JCRMgnlPropertiesFilteringNodeWrapper
     
    JCRMgnlPropertyHidingPredicate - Class in info.magnolia.jcr.predicate
    Simple predicate implementation hiding all jcr and mgnl properties.
    JCRMgnlPropertyHidingPredicate() - Constructor for class info.magnolia.jcr.predicate.JCRMgnlPropertyHidingPredicate
     
    JCRPropertiesFilteringNodeWrapper - Class in info.magnolia.jcr.wrapper
    Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed.
    JCRPropertiesFilteringNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.JCRPropertiesFilteringNodeWrapper
     
    JCRPropertyHidingPredicate - Class in info.magnolia.jcr.predicate
    Simple predicate implementation hiding all jcr properties.
    JCRPropertyHidingPredicate() - Constructor for class info.magnolia.jcr.predicate.JCRPropertyHidingPredicate
     
    JcrResource - Class in info.magnolia.resourceloader.jcr
    JcrResourceOrigin - Class in info.magnolia.resourceloader.jcr
    A ResourceOrigin which loads resources from JCR.
    JcrResourceOriginFactory - Class in info.magnolia.resourceloader.jcr
     
    JcrResourceOriginFactory(Provider<SystemContext>) - Constructor for class info.magnolia.resourceloader.jcr.JcrResourceOriginFactory
     
    JCRSessionOp<R> - Class in info.magnolia.cms.security
    Operation requiring session access.
    JCRSessionOp(String) - Constructor for class info.magnolia.cms.security.JCRSessionOp
     
    JCRSessionPerThreadSystemContext - Class in info.magnolia.context
    A system context which creates JCR sessions per thread (request).
    JCRSessionPerThreadSystemContext() - Constructor for class info.magnolia.context.JCRSessionPerThreadSystemContext
     
    JCRSessionStrategy - Interface in info.magnolia.context
    Contract for repository access providers.
    JCRStats - Class in info.magnolia.stats
    Collects and provides information about number of JCR sessions used by this instance of Magnolia.
    JCRStats() - Constructor for class info.magnolia.stats.JCRStats
     
    JCRStatsMBean - Interface in info.magnolia.stats
    Provides current session count.
    Joining - Class in info.magnolia.templating.elements.attribute
    ElementAttribute which joins output of multiple ElementAttributes into one attribute.
    Joining() - Constructor for class info.magnolia.templating.elements.attribute.Joining
     
    JS_OBJECTNAME - Static variable in class info.magnolia.cms.i18n.AbstractMessagesImpl
    Name of the javascript object used to make the messages public to the javascripts.

    K

    KEY - Static variable in interface info.magnolia.templating.inspector.formatter.Outputter
     
    keyFromValue(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.RegistryMap
     
    keyFromValue(V) - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    keyify(String...) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
    Makes up a key from the given parts.
    keyify(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
    Replaces the characters like ':' or '/' with dots to create i18n key.
    keys() - Method in class info.magnolia.cms.i18n.DefaultMessagesImpl
    Iterate over the keys.
    keys() - Method in class info.magnolia.cms.i18n.EmptyMessages
     
    keys() - Method in interface info.magnolia.cms.i18n.Messages
    Iterate over the keys.
    keys() - Method in class info.magnolia.cms.i18n.MessagesChain
    Return all keys contained in this chain.
    keys() - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
    Deprecated.
     
    keys() - Method in class info.magnolia.freemarker.models.ContentMapModel
     
    keySet() - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    keySet() - Method in class info.magnolia.cms.util.OrderedProperties
     
    keySet() - Method in class info.magnolia.config.registry.RegistryMap
     
    keySet() - Method in class info.magnolia.context.AbstractContext
    keySet() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    keySet() - Method in class info.magnolia.jcr.util.ContentMap
     
    keySet() - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    keysFor(String, T, AnnotatedElement) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
    keysFor(List<String>, T, AnnotatedElement) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
     
    keysFor(String, T, AnnotatedElement) - Method in interface info.magnolia.i18nsystem.I18nKeyGenerator
    Generates the possible keys for the given object's annotated element.
    keysFor(String, Object, AnnotatedElement) - Method in class info.magnolia.i18nsystem.NullKeyGenerator
     
    keysFor(List<String>, RenderableDefinition, AnnotatedElement) - Method in class info.magnolia.rendering.template.i18n.RenderableDefinitionKeyGenerator
     

    L

    Label(I18nizer, Provider<RenderingContext>) - Constructor for class info.magnolia.templating.elements.attribute.Translated.Label
     
    LANGUAGE - Static variable in interface info.magnolia.cms.security.auth.Entity
    Deprecated.
     
    language() - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Get the language used currently.
    LANGUAGES_NODE_NAME - Static variable in class info.magnolia.cms.i18n.MessagesManager
    Deprecated.
    Under this node all the available languages are stored.
    LAST_ACTION - Static variable in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - use NodeTypes.Activatable.LAST_ACTIVATED instead
    LAST_ACTIVATED - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
     
    LAST_ACTIVATED_BY - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
     
    LAST_ACTIVATED_VERSION - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
     
    LAST_ACTIVATED_VERSION_CREATED - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
     
    LAST_MODIFIED - Static variable in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - use NodeTypes.LastModified.LAST_MODIFIED instead
    LAST_MODIFIED - Static variable in class info.magnolia.jcr.util.NodeTypes.LastModified
     
    LAST_MODIFIED_BY - Static variable in class info.magnolia.jcr.util.NodeTypes.LastModified
     
    LastModified() - Constructor for class info.magnolia.jcr.util.NodeTypes.LastModified
     
    lastNodeName - Variable in class info.magnolia.importexport.filters.SkipNodePropertyFilter
    Deprecated.
     
    LastUpdatePropertyWrapper(Property, MgnlPropertySettingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    LastUpdateSessionWrapper(Session, MgnlPropertySettingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdateSessionWrapper
    Deprecated.
     
    LastUpdateWorkspaceWrapper(Workspace, ContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdateWorkspaceWrapper
    Deprecated.
     
    LayeredResource - Class in info.magnolia.resourceloader.layered
    LayeredResourceOrigin - Class in info.magnolia.resourceloader.layered
    An implementation of ResourceOrigin which aggregates other instances of ResourceOrigin; resources located on the same path will be served from the foremost ResourceOrigin, but resources that exist only on one path will always be served.
    LayeredResourceOriginFactory - Class in info.magnolia.resourceloader.layered
     
    LayeredResourceOriginFactory() - Constructor for class info.magnolia.resourceloader.layered.LayeredResourceOriginFactory
     
    LAZY_SINGLETON - Static variable in class info.magnolia.objectfactory.guice.MagnoliaScopes
     
    LazyContentWrapper - Class in info.magnolia.cms.util
    Deprecated.
    since 5.6. Use LazyNodeWrapper instead.
    LazyContentWrapper(String, String) - Constructor for class info.magnolia.cms.util.LazyContentWrapper
    Deprecated.
     
    LazyContentWrapper(Content) - Constructor for class info.magnolia.cms.util.LazyContentWrapper
    Deprecated.
     
    LazyFileTemplateLoader - Class in info.magnolia.freemarker.loaders
    A TemplateLoader wrapping freemarker's FileTemplateLoader, initializing it lazily, thus allowing setting its parameters with content2bean.
    LazyFileTemplateLoader() - Constructor for class info.magnolia.freemarker.loaders.LazyFileTemplateLoader
     
    LazyInitPrintWriter - Class in info.magnolia.cms.util
    Writer that only opens the underlying writer when there is something needed to be written.
    LazyInitPrintWriter(ServletResponse) - Constructor for class info.magnolia.cms.util.LazyInitPrintWriter
     
    LazyNodeDataWrapper - Class in info.magnolia.cms.util
    Deprecated.
    since 5.6 - without replacement.
    LazyNodeDataWrapper(NodeData) - Constructor for class info.magnolia.cms.util.LazyNodeDataWrapper
    Deprecated.
     
    LazyNodeWrapper - Class in info.magnolia.jcr.wrapper
    Node wrapper that will reacquire the node if its session is closed.
    LazyNodeWrapper(String, String) - Constructor for class info.magnolia.jcr.wrapper.LazyNodeWrapper
     
    LazyNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.LazyNodeWrapper
     
    LazyObservedComponentFactory<T> - Class in info.magnolia.objectfactory
    ComponentFactory that provides an instance by reading it from a repository.
    LazyObservedComponentFactory(String, String, Class<T>, ComponentProvider) - Constructor for class info.magnolia.objectfactory.LazyObservedComponentFactory
     
    LazySingleton - Annotation Type in info.magnolia.objectfactory.annotation
    Apply this to implementation classes when you want only one instance that is to be constructed lazily.
    LazySingletonScope() - Constructor for class info.magnolia.objectfactory.guice.MagnoliaScopes.LazySingletonScope
     
    LazyWebappTemplateLoader - Class in info.magnolia.freemarker.loaders
    Wrapper for Freemarker WebappTemplateLoader to allow configuration of the loader via content2bean with lazy initialization at runtime (as soon as a ServletContext is available).
    LazyWebappTemplateLoader() - Constructor for class info.magnolia.freemarker.loaders.LazyWebappTemplateLoader
     
    legacy() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
     
    LEGACY_PREFIX - Static variable in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
     
    LegacyClasspathFile - Class in info.magnolia.resourceloader.classpath.service.impl.legacy
    Variation of ProductionModeClasspathFile which maps the legacy (pre-5.4) classpath resource locations to the new logic by means of relaying the /mgnl-resources prefixed classpath resources to paths without such prefix.
    LegacyClasspathFile(String) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.legacy.LegacyClasspathFile
     
    LegacyClasspathResourceOrigin - Class in info.magnolia.resourceloader.classpath
    Exposes resources under the /mgnl-resources/ folder as if they were under the root path.
    LegacyClasspathResourceOrigin(String, LegacyClasspathService) - Constructor for class info.magnolia.resourceloader.classpath.LegacyClasspathResourceOrigin
     
    LegacyClasspathResourceOriginFactory - Class in info.magnolia.resourceloader.classpath
     
    LegacyClasspathResourceOriginFactory(Provider<LegacyClasspathService>) - Constructor for class info.magnolia.resourceloader.classpath.LegacyClasspathResourceOriginFactory
     
    LegacyClasspathService - Class in info.magnolia.resourceloader.classpath.service.impl.legacy
    Classpath resource origin which hosts the pre-5.4 classpath resources (from the /mgnl-resources prefixed locations).
    LegacyClasspathService(DefaultClasspathServiceConfigurations) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.legacy.LegacyClasspathService
     
    LegacyComponentsConfigurer - Class in info.magnolia.objectfactory.configuration
    This ComponentConfigurer configures components from properties.
    LegacyComponentsConfigurer() - Constructor for class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
     
    legacyTranslate(String, String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
    Deprecated.
    since 5.4.4. The support for i18nBasename will be removed in a future version.
    legacyWithVfs() - Static method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathFileConstructionStrategy
     
    LicenseFileExtractor - Class in info.magnolia.cms.license
    Deprecated.
    since 5.4.3 - use ProductDescriptorExtractor instead
    LicenseFileExtractor() - Constructor for class info.magnolia.cms.license.LicenseFileExtractor
    Deprecated.
     
    LifeTimeJCRSessionUtil - Class in info.magnolia.context
    Returns HierarchyManagers which use a life time session.
    LifeTimeJCRSessionUtil() - Constructor for class info.magnolia.context.LifeTimeJCRSessionUtil
     
    LightModuleDefinition() - Constructor for class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
     
    LightModuleDefinitionReader - Class in info.magnolia.module.model.reader
    LightModuleDefinitionReader is capable of finding and reading the light module definitions.
    LightModuleDefinitionReader(MagnoliaConfigurationProperties, Map2BeanTransformer) - Constructor for class info.magnolia.module.model.reader.LightModuleDefinitionReader
     
    LightModuleDefinitionReader.LightModuleDefinition - Class in info.magnolia.module.model.reader
    Similar to ModuleDefinition this class supports only a sub-set of usual module definition properties.
    LightModuleDefinitionReader.LightModuleDependencyDefinition - Class in info.magnolia.module.model.reader
    DependencyDefinition targeted for light module definitions.
    LightModuleDefinitionReader.LightModuleVersionHandler - Class in info.magnolia.module.model.reader
    ModuleVersionHandler that doesn't do a thing, not even register a module version in JCR.
    LightModuleDependencyDefinition() - Constructor for class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDependencyDefinition
     
    LightModuleVersionHandler() - Constructor for class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleVersionHandler
     
    limit - Variable in class info.magnolia.cms.core.search.QueryImpl
    Deprecated.
     
    Link - Class in info.magnolia.link
    Representation of the link to a content in Magnolia CMS.
    Link() - Constructor for class info.magnolia.link.Link
    A constructor for undefined links.
    Link(Node) - Constructor for class info.magnolia.link.Link
     
    Link(Property) - Constructor for class info.magnolia.link.Link
     
    link(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns a url for Node identified by nodeIdentifier in the specified workspace.
    link(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns a url for the provided node.
    link(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    LINK_OR_IMAGE_PATTERN - Static variable in class info.magnolia.link.LinkUtil
    Pattern to find a link.
    LINK_PATTERN - Static variable in class info.magnolia.link.LinkUtil
    Pattern to find a link.
    LinkException - Exception in info.magnolia.link
    Exception thrown when an error during link creation or retrieval.
    LinkException() - Constructor for exception info.magnolia.link.LinkException
     
    LinkException(String) - Constructor for exception info.magnolia.link.LinkException
     
    LinkException(Throwable) - Constructor for exception info.magnolia.link.LinkException
     
    LinkException(String, Throwable) - Constructor for exception info.magnolia.link.LinkException
     
    linkPrefix(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
     
    linkPrefix(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    linkTransformer - Variable in class info.magnolia.link.EditorLinkTransformer
    Deprecated.
    since 5.0 use AbsolutePathTransformer(boolean, boolean, boolean) directly or register custom editor link transformer.
    LinkTransformer - Interface in info.magnolia.link
    Implementing classes declare the intent of translating Magnolia UUID links to desired output like absolute, relative or other special kinds of links.
    LinkTransformerManager - Class in info.magnolia.link
    Single point of access for all Link Transformers.
    LinkTransformerManager() - Constructor for class info.magnolia.link.LinkTransformerManager
     
    LinkUtil - Class in info.magnolia.cms.util
    Deprecated.
    since 5.4.1 use LinkUtil instead.
    LinkUtil() - Constructor for class info.magnolia.cms.util.LinkUtil
    Deprecated.
     
    LinkUtil - Class in info.magnolia.link
    Utility methods for various operations necessary for link transformations and handling.
    LinkUtil() - Constructor for class info.magnolia.link.LinkUtil
     
    ListBasedEventIterator(List) - Constructor for class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
    Deprecated.
     
    listChildren() - Method in class info.magnolia.resourceloader.AbstractResource
     
    listChildren(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    listChildren(ClasspathResource) - Method in class info.magnolia.resourceloader.classpath.ClasspathResourceOrigin
     
    listChildren(FileSystemResource) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
     
    listChildren(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    listChildren(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    listChildren() - Method in interface info.magnolia.resourceloader.Resource
     
    listChildren() - Method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    listenerIsDeprecated(String, String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
     
    listenerMustBeRegistered(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
     
    LISTENERS_NODE_NAME - Static variable in class info.magnolia.rendering.renderer.registry.ConfiguredRendererManager
    Deprecated.
    since 5.4, listeners are now registered under config:server/rendering/listeners.
    load() - Method in class info.magnolia.cms.beans.config.ConfigLoader
    Load magnolia configuration from repositories.
    load() - Static method in class info.magnolia.cms.beans.config.MIMEMapping
    Deprecated.
    Reads all configured mime mapping (config/server/MIMEMapping).
    load() - Method in class info.magnolia.cms.beans.config.VersionConfig
    Its a fixed config bean.
    load() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
    Load i18n configuration.
    load() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    loadAllModuleProperties() - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
     
    loadAllProperties(String, String) - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
     
    loadAndClose(InputStream) - Method in class info.magnolia.init.properties.AbstractStreamBasedPropertySource.ConstructingProperties
     
    loadAndRegister(Resource) - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
     
    loadAndRegister(Resource) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSource
     
    loadBeanProperties() - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    since 4.5, replaced by a new ClasspathPropertySource("/mgnl-beans.properties").
    loadDefinitions() - Method in interface info.magnolia.module.ModuleManager
    Loads modules definitions, validates dependencies and sorts modules by dependencies.
    loadDefinitions() - Method in class info.magnolia.module.ModuleManagerImpl
     
    loadJaasConfig(FileSystemHelper) - Method in class info.magnolia.cms.beans.config.ConfigLoader
     
    loadModuleProperties(List<ModuleDefinition>) - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    Load the properties defined in the module descriptors.
    loadPropertiesFile(String, String) - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    Try to load a magnolia.properties file.
    loadPropertiesFiles(String, String) - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
     
    loadRepository(RepositoryDefinition) - Static method in class info.magnolia.cms.beans.config.ContentRepository
    loadRepository(RepositoryDefinition) - Method in class info.magnolia.repository.DefaultRepositoryManager
     
    loadRepository(RepositoryDefinition) - Method in interface info.magnolia.repository.RepositoryManager
    Adds a repository definition and instantiates its provider.
    loadWorkspace(String, String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    loadWorkspace(String, String) - Method in class info.magnolia.repository.DefaultRepositoryManager
     
    loadWorkspace(String, String) - Method in interface info.magnolia.repository.RepositoryManager
    Loads a workspace by registering namespaces and node types on a workspace that has not previously been loaded.
    LOCAL - Static variable in class info.magnolia.objectfactory.guice.MagnoliaScopes
    HTTP servlet request scope.
    LOCAL_SCOPE - Static variable in interface info.magnolia.context.Context
    Attribute visibility scope.
    locale - Variable in class info.magnolia.cms.i18n.AbstractMessagesImpl
    The current locale.
    LOCALE - Static variable in interface info.magnolia.cms.security.auth.Entity
    Deprecated.
     
    locale - Variable in class info.magnolia.context.AbstractContext
    The locale for this context.
    LocaleDefinition - Class in info.magnolia.cms.i18n
    General language definition.
    LocaleDefinition() - Constructor for class info.magnolia.cms.i18n.LocaleDefinition
     
    LocaleDefinition(String, String, boolean) - Constructor for class info.magnolia.cms.i18n.LocaleDefinition
     
    LocaleProvider - Class in info.magnolia.i18nsystem
    Provides a Locale to the TranslationService.
    LocaleProvider() - Constructor for class info.magnolia.i18nsystem.LocaleProvider
     
    LocaleUtils - Class in info.magnolia.i18nsystem.util
    Utility methods to work with Locale objects.
    LocaleUtils() - Constructor for class info.magnolia.i18nsystem.util.LocaleUtils
     
    localizedLinks() - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Creates a link of current URI to given language.
    localizedLinks(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Creates a map of localized links to the node for all supported languages.
    localizeURI(String, Locale) - Method in class info.magnolia.link.I18nPathTransformer
     
    LocalScope() - Constructor for class info.magnolia.objectfactory.guice.MagnoliaScopes.LocalScope
     
    LocalScoped - Annotation Type in info.magnolia.objectfactory.annotation
    Apply this to implementation classes when you want the instance to be created and held per operation.
    location(String) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
     
    lock(boolean, boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    places a lock on this object.
    lock(boolean, boolean, long) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    places a lock on this object.
    lock(boolean, boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    lock(boolean, boolean, long) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    lock(boolean, boolean) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    lock(boolean, boolean, long) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    Lock - Class in info.magnolia.cms.security
    Deprecated.
    since 5.3.6 - no longer used, will be removed without replacement.
    lock(boolean, boolean, long) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    lock(boolean, boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    lock(boolean, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    LockingOp(String, String) - Constructor for class info.magnolia.context.MgnlContext.LockingOp
    Performs operation only if shallow lock can be obtained within reasonable time on a path specified by params.
    LockingOp(String, String, boolean) - Constructor for class info.magnolia.context.MgnlContext.LockingOp
    Performs operation only if shallow or deep lock can be obtained within reasonable time on a path specified by params.
    LockingOp(String, String, String) - Constructor for class info.magnolia.context.MgnlContext.LockingOp
    Performs operation only if shallow lock can be obtained within reasonable time on a path specified by params.
    LockingOp(String, String, boolean, String) - Constructor for class info.magnolia.context.MgnlContext.LockingOp
    Performs operation only if shallow or deep lock can be obtained within reasonable time on a path specified by params.
    LockingOp(String, String, boolean, String, String) - Constructor for class info.magnolia.context.MgnlContext.LockingOp
    Performs operation only if shallow or deep lock can be obtained within reasonable time on a path specified by params.
    log(String, String[]) - Method in class info.magnolia.audit.AuditLoggingManager
     
    log(String, String, NodeType, String) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log activate, deactivate incl.
    log(String, String, String, NodeType, String) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log publish, unpublish.
    log(String, String, String, String) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log copy, move.
    log(String, long, String, NodeType, String, String) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log create, modify, delete and move in session.
    log(String, String, String, String, String) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log copy to another workspace.
    log(UserContext) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log user logout.
    log(LoginResult, HttpServletRequest) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log user login.
    log - Variable in class info.magnolia.beanmerger.BeanMergerBase
     
    log - Variable in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
     
    log - Static variable in class info.magnolia.cms.filters.ContextFilter
     
    log - Variable in class info.magnolia.cms.i18n.AbstractMessagesImpl
     
    log - Static variable in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
     
    log - Static variable in class info.magnolia.cms.security.SilentSessionOp
     
    log - Static variable in class info.magnolia.commands.MgnlCommand
     
    log - Variable in class info.magnolia.importexport.filters.SkipNodePropertyFilter
    Deprecated.
     
    log - Static variable in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
     
    log - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    log - Variable in class info.magnolia.module.AbstractModuleVersionHandler
     
    log - Variable in class info.magnolia.module.delta.AbstractTask
    Deprecated.
    since 4.5 - declare proper static final Logger in sublcasses.
    log(InstallContext.Message) - Method in class info.magnolia.module.InstallContextImpl
     
    log(ResourceVisitor) - Static method in class info.magnolia.resourceloader.util.LoggingResourceVisitor
     
    log(String) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    log(Exception, String) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    log(String, Throwable) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    LOG4J_CONFIG - Static variable in class info.magnolia.logging.Log4jConfigurer
    Init parameter specifying the location of the Log4J config file.
    Log4jConfigurer - Class in info.magnolia.logging
    Log4j initializer.
    Log4jConfigurer() - Constructor for class info.magnolia.logging.Log4jConfigurer
     
    logActionCreate(Node) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Method which take care of storing creation of node into audit-log entries map.
    logActionCreate(String, String, NodeType, long) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Method which take care of storing creation of node into audit-log entries map.
    logActionDelete(String, String, NodeType) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Method which take care of storing delete action into audit-log entries map.
    logActionModify(Node) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Method which take care of storing modification action into audit-log entries map.
    logActionModify(String, String, NodeType, long) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Method which take care of storing modification action into audit-log entries map.
    logActionMove(String, String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Method which take care of storing move action into audit-log entries map.
    LogCommand - Class in info.magnolia.commands.impl
    Command outputting the value of "message" property into current log file.
    LogCommand() - Constructor for class info.magnolia.commands.impl.LogCommand
     
    LogConfiguration - Class in info.magnolia.audit
    Defines action based log configurations.
    LogConfiguration() - Constructor for class info.magnolia.audit.LogConfiguration
     
    LoggingLevel - Class in info.magnolia.audit
    Defines custom logging level for auditory data.
    LoggingLevel() - Constructor for class info.magnolia.audit.LoggingLevel
     
    LoggingResourceVisitor - Class in info.magnolia.resourceloader.util
    A ResourceVisitor which logs the files and directories it traverses, then simply delegate to another given visitor.
    login(Subject) - Static method in class info.magnolia.context.MgnlContext
     
    login(Subject) - Method in interface info.magnolia.context.UserContext
     
    login(Subject) - Method in class info.magnolia.context.UserContextImpl
     
    login() - Method in class info.magnolia.context.WebContextImpl
     
    login() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
     
    login() - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
     
    login() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
     
    LoginAuthTypePropertyMovedToFilter - Class in info.magnolia.setup.initial
    Updates authentication type configuration.
    LoginAuthTypePropertyMovedToFilter() - Constructor for class info.magnolia.setup.initial.LoginAuthTypePropertyMovedToFilter
     
    LoginFilter - Class in info.magnolia.cms.security.auth.login
    Performs a login operation.
    LoginFilter() - Constructor for class info.magnolia.cms.security.auth.login.LoginFilter
     
    LoginFormPropertyMovedToFilter - Class in info.magnolia.setup.initial
    Updates login form location.
    LoginFormPropertyMovedToFilter() - Constructor for class info.magnolia.setup.initial.LoginFormPropertyMovedToFilter
     
    LoginHandler - Interface in info.magnolia.cms.security.auth.login
    Called by the LoginFilter.
    LoginHandlerBase - Class in info.magnolia.cms.security.auth.login
    LoginHandlerBase() - Constructor for class info.magnolia.cms.security.auth.login.LoginHandlerBase
     
    LoginResult - Class in info.magnolia.cms.security.auth.login
    The result of a login operation.
    LoginResult(int) - Constructor for class info.magnolia.cms.security.auth.login.LoginResult
     
    LoginResult(int, LoginException) - Constructor for class info.magnolia.cms.security.auth.login.LoginResult
     
    LoginResult(int, Subject) - Constructor for class info.magnolia.cms.security.auth.login.LoginResult
     
    logout() - Method in interface info.magnolia.context.UserContext
     
    logout() - Method in class info.magnolia.context.UserContextImpl
     
    logout() - Method in class info.magnolia.context.WebContextImpl
    Closes opened JCR sessions and invalidates the current HttpSession.
    logout() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
     
    logout() - Method in class info.magnolia.jaas.sp.jcr.JackrabbitAuthenticationModule
     
    logout() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    logout() - Method in class info.magnolia.repository.mbean.TrackingSessionWrapper
     
    LogoutFilter - Class in info.magnolia.cms.security
    Performing the logout operation if the parameter "mgnlLogout" is present.
    LogoutFilter() - Constructor for class info.magnolia.cms.security.LogoutFilter
     
    logProblems(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.DefinitionProviderProblemLogger
     
    logSecurity(String, String, String) - Static method in class info.magnolia.audit.AuditLoggingUtil
    Log a security event.
    logSessionEvent(HttpSessionEvent, String) - Method in class info.magnolia.debug.SessionDebugger
     

    M

    MAGNOLIA_ALLOW_PROBLEMATIC_ENVIRONMENT - Static variable in class info.magnolia.setup.for5_2.IsNotAProblematicEnvironmentCondition
     
    MAGNOLIA_APP_ROOTDIR - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_APP_ROOTDIR - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_BOOTSTRAP_ROOTDIR - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_BOOTSTRAP_ROOTDIR - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_BOOTSTRAP_SAMPLES - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_BOOTSTRAP_SAMPLES - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_CACHE_STARTDIR - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_CACHE_STARTDIR - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_CONTEXTPATH - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_CONTEXTPATH - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_DEFINITIONS_CLASSPATH - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_EXCHANGE_HISTORY - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_EXCHANGE_HISTORY - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_FILTER - Static variable in class info.magnolia.cms.util.ContentUtil
    Deprecated.
    Content filter accepting all nodes with a nodetype of namespace mgnl.
    MAGNOLIA_FILTER - Static variable in class info.magnolia.jcr.util.NodeUtil
    Node filter accepting all nodes of a type with namespace mgnl.
    MAGNOLIA_INITIALIZATION_FILE - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
    Context parameter name.
    MAGNOLIA_JACKRABBIT_PASSWORD_PROPERTY - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_JACKRABBIT_USER_PROPERTY - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_PROFILE_ENV - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
    Enable profile based configuration by setting MAGNOLIA_PROFILE.
    MAGNOLIA_REPOSITORIES_CLUSTER_CONFIG - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_REPOSITORIES_CLUSTER_CONFIG - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_REPOSITORIES_CLUSTER_MASTER - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_REPOSITORIES_CLUSTER_MASTER - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_REPOSITORIES_CONFIG - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_REPOSITORIES_CONFIG - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_REPOSITORIES_HOME - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_REPOSITORIES_HOME - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_SERVERNAME - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_SERVERNAME - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_UNQUALIFIED_SERVER_NAME - Static variable in class info.magnolia.init.DefaultMagnoliaInitPaths
    Context parameter name.
    MAGNOLIA_UPLOAD_TMPDIR - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_UPLOAD_TMPDIR - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_UTF8_ENABLED - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_UTF8_ENABLED - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MAGNOLIA_WEBAPP - Static variable in class info.magnolia.cms.core.SystemProperty
    Deprecated.
     
    MAGNOLIA_WEBAPP - Static variable in interface info.magnolia.init.MagnoliaConfigurationProperties
     
    MagnoliaAccessManager - Class in info.magnolia.cms.core
    Deprecated.
    this class will change package as part of removal direct JR dependencies.
    MagnoliaAccessManager() - Constructor for class info.magnolia.cms.core.MagnoliaAccessManager
    Deprecated.
     
    MagnoliaAccessProvider - Class in info.magnolia.cms.core
    Magnolia specific ACL provider.
    MagnoliaAccessProvider() - Constructor for class info.magnolia.cms.core.MagnoliaAccessProvider
     
    MagnoliaACLEditor - Class in info.magnolia.cms.core
    Delegate ACL editor.
    MagnoliaACLEditor(AccessControlEditor) - Constructor for class info.magnolia.cms.core.MagnoliaACLEditor
     
    MagnoliaAuthenticationModule - Class in info.magnolia.jaas.sp.jcr
    Deprecated.
    since 5.3.6 - use JCRAuthenticationModule instead
    MagnoliaAuthenticationModule() - Constructor for class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
    Deprecated.
     
    MagnoliaAuthenticationModule.MagnoliaJRAdminPrincipal - Class in info.magnolia.jaas.sp.jcr
    Deprecated.
    As silly as it seems this class sole purpose of existence is to implement Serializable required by JR itself.
    MagnoliaConfigurationProperties - Interface in info.magnolia.init
    MagnoliaConfigurationProperties instances provides access to system-wide configuration properties.
    MagnoliaInitPaths - Interface in info.magnolia.init
    Provides a minimal set of paths required to setup Magnolia.
    MagnoliaJRAdminPrincipal(String) - Constructor for class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule.MagnoliaJRAdminPrincipal
    Deprecated.
     
    MagnoliaJRAdminPrincipal - Class in info.magnolia.jaas.sp.jcr
    As silly as it seems this class sole purpose of existence is to implement Serializable required by JR itself.
    MagnoliaJRAdminPrincipal(String) - Constructor for class info.magnolia.jaas.sp.jcr.MagnoliaJRAdminPrincipal
     
    MagnoliaModelFactory - Interface in info.magnolia.freemarker.models
    A specialization of Freemarker's ModelFactory, which knows which class its handling.
    MagnoliaObjectWrapper - Class in info.magnolia.freemarker.models
    A FreeMarker ObjectWrapper that knows about Magnolia specific objects.
    MagnoliaObjectWrapper(FreemarkerConfig) - Constructor for class info.magnolia.freemarker.models.MagnoliaObjectWrapper
     
    MagnoliaPropertiesResolver - Interface in info.magnolia.init
    Implementations of this class figure out where PropertySource are located.
    MagnoliaProxy - Interface in info.magnolia.dynamic
    Marker interface conventionally indicating that an object has undergone some dynamic bytecode manipulation/enhancement.
    MagnoliaScopes - Class in info.magnolia.objectfactory.guice
    Servlet scopes that use WebContext to get request and session.
    MagnoliaScopes.LazySingletonScope - Class in info.magnolia.objectfactory.guice
    Scope for lazy singletons.
    MagnoliaScopes.LocalScope - Class in info.magnolia.objectfactory.guice
    Scope for object local to the current request.
    MagnoliaScopes.SessionScope - Class in info.magnolia.objectfactory.guice
    Scope for object local to the current session.
    MagnoliaServletContextListener - Class in info.magnolia.init
    Point of entry for Magnolia CMS, initializes the component providers, starts logging, triggers loading of properties and finally delegates to ConfigLoader for completing initialization.
    MagnoliaServletContextListener() - Constructor for class info.magnolia.init.MagnoliaServletContextListener
     
    MagnoliaSessionContentDecorator - Class in info.magnolia.jcr.wrapper
    Decorator used to prevent same-name siblings on the root level.
    MagnoliaSessionContentDecorator() - Constructor for class info.magnolia.jcr.wrapper.MagnoliaSessionContentDecorator
     
    MagnoliaSessionWrapper - Class in info.magnolia.jcr.wrapper
    As explained in MAGNOLIA-5433, same-name siblings, although allowed by JCR, aren't allowed in Magnolia.
    MagnoliaSessionWrapper(Session, ContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MagnoliaSessionWrapper
     
    MagnoliaV2Filter - Class in info.magnolia.importexport.filters
    Deprecated.
    since 5.4.4. Use JcrExportCommand with JcrExportCommand.DefaultFilter instead.
    MagnoliaV2Filter(XMLReader) - Constructor for class info.magnolia.importexport.filters.MagnoliaV2Filter
    Deprecated.
    Instantiates a new version filter.
    major() - Static method in interface info.magnolia.config.registry.DefinitionProvider.Problem
     
    make(String, String, boolean) - Static method in class info.magnolia.cms.i18n.LocaleDefinition
     
    makePathRelative(String, String) - Static method in class info.magnolia.link.LinkUtil
    Make a absolute path relative.
    makeSources(MagnoliaInitPaths, ModuleRegistry, MagnoliaPropertiesResolver) - Static method in class info.magnolia.init.DefaultMagnoliaConfigurationProperties
    Deprecated.
    since 5.4.7, without replacement.
    mandatoryBool(Map<String, TemplateModel>, String) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    mandatoryObject(Map<String, TemplateModel>, String) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    mandatoryString(Map<String, TemplateModel>, String) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    mandatoryStringList(Map<String, TemplateModel>, String) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    Map2BeanTransformer - Class in info.magnolia.config.map2bean
    Deprecated.
    since 5.4.7 - the class has been relocated to Map2BeanTransformer, please use it instead instead.
    Map2BeanTransformer(ComponentProvider, TypeMapping, PreConfiguredBeanUtils) - Constructor for class info.magnolia.config.map2bean.Map2BeanTransformer
    Deprecated.
     
    Map2BeanTransformer - Class in info.magnolia.map2bean
    Transforms a map to a bean graph.
    Map2BeanTransformer(ComponentProvider, TypeMapping, PreConfiguredBeanUtils, BeanTypeResolver) - Constructor for class info.magnolia.map2bean.Map2BeanTransformer
     
    Map2BeanTransformer(ComponentProvider, TypeMapping, PreConfiguredBeanUtils) - Constructor for class info.magnolia.map2bean.Map2BeanTransformer
    MAP_TYPE - Static variable in interface info.magnolia.content2bean.TypeMapping
    Deprecated.
     
    MAP_TYPE - Static variable in interface info.magnolia.jcr.node2bean.TypeMapping
     
    MapAttributeStrategy - Class in info.magnolia.context
    Hashtable based implementation of the AttributeStrategy.
    MapAttributeStrategy() - Constructor for class info.magnolia.context.MapAttributeStrategy
     
    MapBasedDefinitionProviderWrapper<T> - Class in info.magnolia.config.source
    definition provider wrapper which constructs a new version of a provided bean from a Map.
    MapBasedDefinitionProviderWrapper(DefinitionProvider<T>, Map2BeanTransformer, Map<String, Object>) - Constructor for class info.magnolia.config.source.MapBasedDefinitionProviderWrapper
     
    MapDTDEntityResolver(Map<String, String>) - Constructor for class info.magnolia.cms.util.ConfigUtil.MapDTDEntityResolver
    Deprecated.
     
    mapPathToRepository(String) - Static method in class info.magnolia.link.LinkUtil
    Maps a path to a repository.
    Mapping - Class in info.magnolia.cms.filters
    A URI mapping as configured for filters and servlets.
    Mapping() - Constructor for class info.magnolia.cms.filters.Mapping
     
    Mapping.MatchingResult - Class in info.magnolia.cms.filters
    MappingResult() - Constructor for class info.magnolia.cms.beans.config.VirtualURIMapping.MappingResult
    Deprecated.
     
    mapsTo(HttpServletRequest) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    mapURI(String) - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    mapURI(String) - Method in class info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping
    Deprecated.
     
    mapURI(String, String) - Method in class info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping
    Deprecated.
     
    mapURI(String) - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
    Deprecated.
     
    mapURI(String, String) - Method in interface info.magnolia.cms.beans.config.QueryAwareVirtualURIMapping
    Deprecated.
    Maps an incoming URI and queryString to a new target URI.
    mapURI(String) - Method in class info.magnolia.cms.beans.config.RegexpVirtualURIMapping
    Deprecated.
     
    mapURI(String, String) - Method in class info.magnolia.cms.beans.config.RegexpVirtualURIMapping
    Deprecated.
     
    mapURI(String) - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
    Deprecated.
    Maps an incoming URI to a new target URI.
    mapURI(String) - Method in interface info.magnolia.cms.beans.config.VirtualURIMapping
    Deprecated.
    Maps an incoming URI to a new target URI.
    mapUri(URI) - Method in class info.magnolia.virtualuri.compatibility.VirtualUriMappingAdapter
    Deprecated.
     
    mapUri(URI) - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
     
    mapUri(URI) - Method in class info.magnolia.virtualuri.mapping.HostBasedRegexpVirtualUriMapping
     
    mapUri(URI) - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
    Choose shortest HostMapping matching request host, with the least number of additional characters.
    mapUri(URI) - Method in class info.magnolia.virtualuri.mapping.RegexpVirtualUriMapping
     
    mapUri(URI) - Method in class info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping
     
    mapUri(URI) - Method in interface info.magnolia.virtualuri.VirtualUriMapping
    Maps an incoming URI to a new target URI.
    MapValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.MapValueFormatter
     
    markAsDeleted(Node) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    MarkNodeAsDeletedCommand - Class in info.magnolia.commands.impl
    Command to mark node as deleted and remove all the non-system content.
    Context parameter: DELETED_NODE_PROP_NAME : Node name to delete. Context.ATTRIBUTE_UUID : Identifier of the parent node. Context.ATTRIBUTE_PATH : Path of the parent node
    MarkNodeAsDeletedCommand() - Constructor for class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    MarkupHelper - Class in info.magnolia.templating.elements
    Helper class for building markup in templating elements.
    MarkupHelper(Appendable) - Constructor for class info.magnolia.templating.elements.MarkupHelper
     
    match(HttpServletRequest) - Method in class info.magnolia.cms.filters.Mapping
     
    match(String) - Method in interface info.magnolia.cms.security.Permission
    True if this permission matches the path.
    match(String) - Method in class info.magnolia.cms.security.PermissionImpl
     
    match(HttpServletRequest) - Method in interface info.magnolia.cms.util.PatternDelegate
    Does the current request match the expected condition?
    match(String) - Method in class info.magnolia.cms.util.SimpleUrlPattern
     
    match(String) - Method in interface info.magnolia.cms.util.UrlPattern
    Does the patter match the given url?
    match(String) - Method in class info.magnolia.cms.util.UrlPattern.MatchAllPattern
     
    match(HttpServletRequest) - Method in class info.magnolia.cms.util.UrlPatternDelegate
    Compares the reques with the url and host patterns.
    MATCH_ALL - Static variable in interface info.magnolia.cms.util.UrlPattern
    A pattern which matches any input.
    MatchAllPattern() - Constructor for class info.magnolia.cms.util.UrlPattern.MatchAllPattern
    Instantiates a new MatchAllPattern instance.
    matchBCrypted(String, String) - Static method in class info.magnolia.cms.security.Digester
    Deprecated.
     
    matchBCrypted(String, String) - Static method in class info.magnolia.cms.security.SecurityUtil
     
    matcherFor(String) - Method in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
     
    matches(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
    True if this mapping can get applied to the specified uri.
    matches(HttpServletRequest) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    matches(HttpServletRequest) - Method in interface info.magnolia.cms.filters.MgnlFilter
     
    matches(HttpServletRequest) - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
    Read lock must be held when invoking this method.
    matches(T) - Method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInGenericSignatureMatcher
     
    matches(T) - Method in class info.magnolia.i18nsystem.bytebudddy.AnyTypeInHierarchyMatcher
     
    matches(T) - Method in class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
     
    matches(String) - Method in class info.magnolia.voting.voters.AbstractRequestHeaderPatternVoter
     
    matches(String) - Method in class info.magnolia.voting.voters.RequestHeaderPatternRegexVoter
     
    matches(String) - Method in class info.magnolia.voting.voters.RequestHeaderPatternSimpleVoter
     
    matchesDispatching(HttpServletRequest) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    MatchingResult(Matcher, boolean, int) - Constructor for class info.magnolia.cms.filters.Mapping.MatchingResult
     
    matchPassword() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
     
    matchPassword() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
    Deprecated.
     
    MAX_DEPTH - Static variable in interface info.magnolia.templating.inspector.formatter.Outputter
     
    MAX_VERSION_INDEX - Static variable in class info.magnolia.cms.beans.config.VersionConfig
    maximum index to keep.
    maxDelay - Variable in class info.magnolia.cms.util.DelayedExecutor
     
    maxResultSize - Variable in class info.magnolia.cms.core.search.QueryResultImpl
    Deprecated.
     
    MBeanUtil - Class in info.magnolia.cms.util
    Util to register MBeans.
    MBeanUtil() - Constructor for class info.magnolia.cms.util.MBeanUtil
     
    MD5 - Static variable in class info.magnolia.cms.security.Digester
    Deprecated.
     
    MD5 - Static variable in class info.magnolia.cms.security.SecurityUtil
     
    MD5CheckingFileExtractor - Class in info.magnolia.module.files
    A FileExtractor which performs an MD5 check on the extracted files.
    MD5CheckingFileExtractor(FileExtractionLogger, Session) - Constructor for class info.magnolia.module.files.MD5CheckingFileExtractor
     
    MEMORY_LIMIT_IS_REACHED_STRING_FORMAT - Static variable in class info.magnolia.monitoring.SystemMonitor
     
    MEMORY_THRESHOLD_IN_MB - Static variable in class info.magnolia.monitoring.SystemMonitor
     
    MEMORY_THRESHOLD_PERCENTAGE - Static variable in class info.magnolia.monitoring.SystemMonitor
     
    MEMORY_VALUES_STRING_FORMAT - Static variable in class info.magnolia.monitoring.SystemMonitor
     
    merge(List<?>) - Method in interface info.magnolia.beanmerger.BeanMerger
     
    merge(List) - Method in class info.magnolia.beanmerger.BeanMergerBase
     
    merge(Object...) - Static method in class info.magnolia.beanmerger.BeanMergerUtil
     
    merge(Object, Object, BiFunction) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    merge(InputStream, InputStream, OutputStream) - Static method in class info.magnolia.jackrabbit.WorkspaceConfigurationMerger
    Create an on the fly workspaceXml configuration by merging elements from repositoryXml into workspaceStubXml: Every direct child element of the Workspace element of repositoryXml is added as a direct child element to the Workspace element of workspaceStubXml unless an element of the same name already exists. No elements are added if a Workspace element does not exist in either repositoryXml or workspaceStubXml. Every empty direct child element from thw Workspace element of workspaceStubXml is removed.
    merge(String, String, boolean) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    merge(String, String, boolean, boolean) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    merge(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    merge(String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    merge(String, String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    merge(String, String, boolean, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    merge(Node) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    mergeBean(List) - Method in class info.magnolia.beanmerger.BeanMergerBase
     
    mergeBean(List) - Method in class info.magnolia.beanmerger.ProxyBasedBeanMerger
     
    mergeCollections(List<Collection>) - Method in class info.magnolia.beanmerger.BeanMergerBase
     
    mergeMaps(List<Map>) - Method in class info.magnolia.beanmerger.BeanMergerBase
     
    Message(InstallContext.MessagePriority, String) - Constructor for class info.magnolia.module.InstallContext.Message
     
    Message(InstallContext.MessagePriority, String, Throwable) - Constructor for class info.magnolia.module.InstallContext.Message
     
    Message(InstallContext.MessagePriority, String, String) - Constructor for class info.magnolia.module.InstallContext.Message
     
    messageBundleNameFor(T) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
    Deprecated.
    since 5.4.5. Will be removed in a future version.
    messageBundleNameFor(T) - Method in interface info.magnolia.i18nsystem.I18nKeyGenerator
    Deprecated.
    since 5.4.5. Will be removed in a future version
    messageBundleNameFor(Object) - Method in class info.magnolia.i18nsystem.NullKeyGenerator
     
    MessageCommand - Class in info.magnolia.commands.impl
    A command setting a message using the AlertUtil.
    MessageCommand() - Constructor for class info.magnolia.commands.impl.MessageCommand
     
    MessageFormatterUtils - Class in info.magnolia.i18nsystem.util
    Utility methods for message formatting.
    MessageFormatterUtils() - Constructor for class info.magnolia.i18nsystem.util.MessageFormatterUtils
     
    Messages - Interface in info.magnolia.cms.i18n
    Storage of messages - key value pairs.
    MessagesChain - Class in info.magnolia.cms.i18n
    Chains messages.
    MessagesChain(Messages) - Constructor for class info.magnolia.cms.i18n.MessagesChain
    Create a chain passing the wrapped head of the chain.
    MessagesID(String, Locale) - Constructor for class info.magnolia.cms.i18n.DefaultMessagesManager.MessagesID
     
    MessagesManager - Class in info.magnolia.cms.i18n
    Deprecated.
    since 5.1.1. You should use info.magnolia.i18nsystem mechanism instead.
    MessagesManager() - Constructor for class info.magnolia.cms.i18n.MessagesManager
    Deprecated.
     
    MessagesUtil - Class in info.magnolia.cms.i18n
    Deprecated.
    since 5.1.1. You should use info.magnolia.i18nsystem mechanism instead, e.g. SimpleTranslator.
    MessagesUtil() - Constructor for class info.magnolia.cms.i18n.MessagesUtil
    Deprecated.
     
    MessagesWrapper - Class in info.magnolia.freemarker
    Utility class that has methods which allow passing multiple parameters from a freemarker template to a message string using the square bracket syntax (e.g.
    MetaData - Class in info.magnolia.cms.core
    Deprecated.
    since 5.0 - use instead the corresponding methods in NodeUtil
    MetaData(Node, AccessManager) - Constructor for class info.magnolia.cms.core.MetaData
    Deprecated.
    since 4.5 use MetaData(Node) instead.
    MetaData(Node) - Constructor for class info.magnolia.cms.core.MetaData
    Deprecated.
     
    metadata() - Method in class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
     
    metadata() - Method in interface info.magnolia.config.registry.decoration.DefinitionDecorator
     
    metadata(DefinitionMetadata) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
     
    metadata(DefinitionMetadataBuilder) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
     
    Metadata(Map<String, Object>) - Constructor for class info.magnolia.config.source.yaml.construct.WrapMetadata.Metadata
     
    metadata() - Method in class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
     
    MetaData() - Constructor for class info.magnolia.jcr.util.NodeTypes.MetaData
     
    metaData(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the string representation of a property from the metaData of the node or null if the node has no Magnolia metaData or if no matching property is found.
    metaData(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    METADATA_PREFIX - Static variable in class info.magnolia.map2bean.Map2BeanTransformer
    Properties starting with this prefix are considered metadata and are skipped during transformation.
    MetaDataAsMixinConversionHelper - Class in info.magnolia.importexport.postprocessors
    Converts the MetaData sub node into properties on the mixins mgnl:created, mgnl:lastModified, mgnl:renderable, mgnl:activatable and mgnl:activatable.
    MetaDataAsMixinConversionHelper() - Constructor for class info.magnolia.importexport.postprocessors.MetaDataAsMixinConversionHelper
     
    MetaDataBasedTemplateDefinitionAssignment - Class in info.magnolia.rendering.template.assignment
    Uses the template id stored in the node's meta data.
    MetaDataBasedTemplateDefinitionAssignment(TemplateDefinitionRegistry) - Constructor for class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
     
    MetaDataBasedTemplateDefinitionAssignment(TemplateDefinitionRegistry, SimpleTranslator) - Constructor for class info.magnolia.rendering.template.assignment.MetaDataBasedTemplateDefinitionAssignment
    MetaDataImportPostProcessor - Class in info.magnolia.importexport.postprocessors
    Post-processes imported nodes and transforms imported MetaData nodes into properties on their parent nodes defined by mixins.
    MetaDataImportPostProcessor() - Constructor for class info.magnolia.importexport.postprocessors.MetaDataImportPostProcessor
     
    MetaDataUtil - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5 as it operates on deprecated Content - use MetaDataUtil instead. Hint: since 5.0 you should use NodeUtil instead.
    MetaDataUtil() - Constructor for class info.magnolia.cms.util.MetaDataUtil
    Deprecated.
     
    MetaDataUtil - Class in info.magnolia.jcr.util
    Deprecated.
    since 5.0 - use NodeTypes instead.
    MetaDataUtil() - Constructor for class info.magnolia.jcr.util.MetaDataUtil
    Deprecated.
     
    MetadataUuidFilter - Class in info.magnolia.importexport.filters
    Deprecated.
    since 5.4.4. Should not be needed anymore.
    MetadataUuidFilter(XMLReader, boolean) - Constructor for class info.magnolia.importexport.filters.MetadataUuidFilter
    Deprecated.
    Instantiates a new MetadataUuidFilter filter.
    MethodOrSuperMethodMatcher<T extends net.bytebuddy.description.method.MethodDescription> - Class in info.magnolia.i18nsystem.bytebudddy
    Evaluates a delegate matcher against methods of a specified type and all their super-methods in parent classes.
    MethodOrSuperMethodMatcher(ElementMatcher<? super MethodDescription>) - Constructor for class info.magnolia.i18nsystem.bytebudddy.MethodOrSuperMethodMatcher
     
    MethodsAnnotatedWith - Class in info.magnolia.i18nsystem.proxytoys
    Deprecated.
    since 6.1. Use #ByteBuddyI18nizer.
    MethodsAnnotatedWith(Class<? extends Annotation>) - Constructor for class info.magnolia.i18nsystem.proxytoys.MethodsAnnotatedWith
    Deprecated.
     
    MGNL_AREA_PARAMETER - Static variable in class info.magnolia.rendering.listeners.AreaFilteringListener
     
    MGNL_AREA_PATH_SEPARATOR - Static variable in class info.magnolia.rendering.listeners.AreaFilteringListener
     
    MGNL_DEFAULT_RESOURCES_ROOT - Static variable in class info.magnolia.cms.servlets.ClasspathSpool
    Deprecated.
    Default root directory for resources streamed from the classpath.
    MGNL_I18N_PATH - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
     
    MGNL_I18N_PROPERTIES - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
     
    MGNL_NODE_DATA - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    MGNL_NODE_DATA - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    MGNL_PREFIX - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Prefix for mgnl-properties.
    MGNL_PREFIX - Static variable in class info.magnolia.jcr.util.NodeTypes
    Namespace for Magnolia extensions.
    MGNL_PREVIEW_ATTRIBUTE - Static variable in class info.magnolia.cms.filters.InterceptFilter
    Deprecated.
    Attribute used for enabling the preview mode.
    MGNL_PREVIEW_ATTRIBUTE - Static variable in class info.magnolia.cms.filters.MultiChannelFilter
     
    MgnlAuditLogEntry - Class in info.magnolia.audit
    Class where audit logging entry is stored before it's written into log during save.
    MgnlAuditLogEntry(String, String, String, String, long) - Constructor for class info.magnolia.audit.MgnlAuditLogEntry
     
    MgnlAuditLogEntry(String, String, NodeType, String, long) - Constructor for class info.magnolia.audit.MgnlAuditLogEntry
     
    MgnlAuditLogEntry(String, String, NodeType, String, String, long) - Constructor for class info.magnolia.audit.MgnlAuditLogEntry
     
    MgnlAuditLoggingContentDecorator - Class in info.magnolia.audit
    Magnolia audit logging content decorator for use by node, property and session wrapper classes.
    MgnlAuditLoggingContentDecorator() - Constructor for class info.magnolia.audit.MgnlAuditLoggingContentDecorator
     
    MgnlAuditLoggingContentDecoratorNodeWrapper - Class in info.magnolia.audit
    A Node wrapper implementation which inform Magnolia audit logging content decorator MgnlAuditLoggingContentDecorator about action (Create, Modify, Delete) on the node.
    MgnlAuditLoggingContentDecoratorNodeWrapper(Node, MgnlAuditLoggingContentDecorator) - Constructor for class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    MgnlAuditLoggingContentDecoratorPropertyWrapper - Class in info.magnolia.audit
    A Property wrapper implementation which inform Magnolia audit logging content decorator MgnlAuditLoggingContentDecorator about modify action on the property parent node.
    MgnlAuditLoggingContentDecoratorPropertyWrapper(Property, MgnlAuditLoggingContentDecorator) - Constructor for class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    MgnlAuditLoggingContentDecoratorSessionWrapper - Class in info.magnolia.audit
    A Session wrapper implementation which inform Magnolia audit logging content decorator MgnlAuditLoggingContentDecorator about action (Move, Delete) on the node.
    MgnlAuditLoggingContentDecoratorSessionWrapper(Session, MgnlAuditLoggingContentDecorator) - Constructor for class info.magnolia.audit.MgnlAuditLoggingContentDecoratorSessionWrapper
     
    MgnlAuditLoggingContentDecoratorWorspaceWrapper - Class in info.magnolia.audit
    A Workspace wrapper implementation which log action (Copy, Move) directly into audit-log output because the change done in workspace is persisted immediately.
    MgnlAuditLoggingContentDecoratorWorspaceWrapper(Workspace, ContentDecorator) - Constructor for class info.magnolia.audit.MgnlAuditLoggingContentDecoratorWorspaceWrapper
     
    MgnlCatalog - Class in info.magnolia.commands
    Named command catalogs.
    MgnlCatalog() - Constructor for class info.magnolia.commands.MgnlCatalog
     
    MgnlCatalog(Map<String, Command>) - Constructor for class info.magnolia.commands.MgnlCatalog
     
    MgnlCommand - Class in info.magnolia.commands
    To make the coding of commands as easy as possible the default values set in the config are set and the values of the context are set as properties too if the naming matches.
    MgnlCommand() - Constructor for class info.magnolia.commands.MgnlCommand
     
    MgnlContext - Class in info.magnolia.context
    This class allows obtaining of the current Request without passing the request around the world.
    MgnlContext() - Constructor for class info.magnolia.context.MgnlContext
    Do not instantiate this class.
    MgnlContext.LockingOp - Class in info.magnolia.context
    Operation that is performed only if JCR lock can be issued on the path specified by combination of parameters in constructor.
    MgnlContext.Op<T,E extends Throwable> - Interface in info.magnolia.context
    A simple execution interface to be used with the doInSystemContext method.
    MgnlContext.RepositoryOp - Class in info.magnolia.context
    An Op that does not return values and can only throw RepositoryExceptions.
    MgnlContext.VoidOp - Class in info.magnolia.context
    An Op that does not return values and can only throw RuntimeExceptions.
    MgnlDeprecated - Annotation Type in info.magnolia.annotation.deprecation
    An annotation to capture information regarding Deprecated classes and/or methods.
    MgnlException - Exception in info.magnolia.exception
    Generic, top-level exception thrown by various Magnolia subsystems.
    MgnlException() - Constructor for exception info.magnolia.exception.MgnlException
     
    MgnlException(String, Throwable) - Constructor for exception info.magnolia.exception.MgnlException
     
    MgnlException(String) - Constructor for exception info.magnolia.exception.MgnlException
     
    MgnlException(Throwable) - Constructor for exception info.magnolia.exception.MgnlException
     
    MgnlFilter - Interface in info.magnolia.cms.filters
    Interface for filters managed by Magnolia, exposing support for the bypass mechanism.
    MgnlFilterChain - Class in info.magnolia.cms.filters
    A implementation of FilterChain having a bypass mechanism.
    MgnlFilterChain(FilterChain, MgnlFilter[]) - Constructor for class info.magnolia.cms.filters.MgnlFilterChain
     
    MgnlFilterDispatcher - Class in info.magnolia.cms.filters
    Dispatches requests onto Magnolias filter chain, if the filter chain is bypassed for this request it passes it on to the next filter in web.xml.
    MgnlFilterDispatcher() - Constructor for class info.magnolia.cms.filters.MgnlFilterDispatcher
     
    MgnlGroup - Class in info.magnolia.cms.security
    A group implementation.
    MgnlGroup(String, String, Collection<String>, Collection<String>) - Constructor for class info.magnolia.cms.security.MgnlGroup
     
    MgnlGroupManager - Class in info.magnolia.cms.security
    Group manager working directly with JCR API and returning simple groups (no JCR node aware).
    MgnlGroupManager(NodeNameHelper) - Constructor for class info.magnolia.cms.security.MgnlGroupManager
     
    MgnlGroupManager() - Constructor for class info.magnolia.cms.security.MgnlGroupManager
    Deprecated.
    MgnlInstantiationException - Exception in info.magnolia.objectfactory
    Thrown by classes of this package when a component can't be instantiated.
    MgnlInstantiationException(String) - Constructor for exception info.magnolia.objectfactory.MgnlInstantiationException
     
    MgnlInstantiationException(String, Throwable) - Constructor for exception info.magnolia.objectfactory.MgnlInstantiationException
     
    MgnlInstantiationException(Throwable) - Constructor for exception info.magnolia.objectfactory.MgnlInstantiationException
     
    MgnlKeyPair - Class in info.magnolia.cms.security
    Private and public key holder.
    MgnlKeyPair(String, String) - Constructor for class info.magnolia.cms.security.MgnlKeyPair
     
    MgnlLogicalWorkspaceNameMappingWorkspaceDecorator - Class in info.magnolia.jcr.wrapper
    Wrapper that ensures that logical name of the Workspace will be returned as its name.
    The mgnlSystem and mgnlVersion workspaces are created for each defined repository in the configuration.
    MgnlLogicalWorkspaceNameMappingWorkspaceDecorator(String, String) - Constructor for class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator
     
    MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameMappingWorkspaceWrapper - Class in info.magnolia.jcr.wrapper
    Wrapper that can return both logical and physical workspace name.
    MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameNodeWrapper - Class in info.magnolia.jcr.wrapper
    Node wrapper is needed in order to have multiple wrap feature work correctly.
    MgnlLogicalWorkspaceNameMappingWorkspaceWrapper(Workspace, ContentDecorator, String, String) - Constructor for class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameMappingWorkspaceWrapper
     
    MgnlLogicalWorkspaceNameNodeWrapper(Node, MgnlLogicalWorkspaceNameMappingWorkspaceDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator.MgnlLogicalWorkspaceNameNodeWrapper
     
    MgnlMainFilter - Class in info.magnolia.cms.filters
    Entry point for Magnolia filter dispatching.
    MgnlMainFilter() - Constructor for class info.magnolia.cms.filters.MgnlMainFilter
     
    MgnlNodeType - Class in info.magnolia.cms.core
    Deprecated.
    since 5.0 use NodeTypes for mgnl nodeType or property names or JcrConstants for jcr ones.
    MgnlNodeType() - Constructor for class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    MgnlPropertySettingContentDecorator - Class in info.magnolia.jcr.wrapper
    Decorator to set appropriate Mgnl specific properties (e.g.
    MgnlPropertySettingContentDecorator() - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
     
    MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper - Class in info.magnolia.jcr.wrapper
    Updates parent page or parent content mgnl:lastUpdated property on modification.
    MgnlPropertySettingContentDecorator.LastUpdateSessionWrapper - Class in info.magnolia.jcr.wrapper
    Deprecated.
    since 5.2.2 - pls use MgnlPropertySettingSessionWrapper instead.
    MgnlPropertySettingContentDecorator.LastUpdateWorkspaceWrapper - Class in info.magnolia.jcr.wrapper
    Deprecated.
    since 5.2.2 - pls use MgnlPropertySettingWorkspaceWrapper instead.
    MgnlPropertySettingContentDecorator.MgnlPropertySettingSessionWrapper - Class in info.magnolia.jcr.wrapper
    Updates all specific properties upon certain actions.
    MgnlPropertySettingContentDecorator.MgnlPropertySettingWorkspaceWrapper - Class in info.magnolia.jcr.wrapper
    Updates destination parent page or parent content mgnl:lastUpdated property on move or copy operations.
    MgnlPropertySettingNodeWrapper - Class in info.magnolia.jcr.wrapper
    Wrapper to handle all required content modifications.
    MgnlPropertySettingNodeWrapper(Node, MgnlPropertySettingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    MgnlPropertySettingSessionWrapper(Session, MgnlPropertySettingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingSessionWrapper
     
    MgnlPropertySettingWorkspaceWrapper(Workspace, ContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingWorkspaceWrapper
     
    MgnlRole - Class in info.magnolia.cms.security
    Wraps a role jcr-node.
    MgnlRole(String, String, Collection<ACL>) - Constructor for class info.magnolia.cms.security.MgnlRole
     
    MgnlRoleManager - Class in info.magnolia.cms.security
    Manages the users stored in the RepositoryConstants.USER_ROLES workspace.
    MgnlRoleManager(NodeNameHelper) - Constructor for class info.magnolia.cms.security.MgnlRoleManager
     
    MgnlRoleManager() - Constructor for class info.magnolia.cms.security.MgnlRoleManager
    Deprecated.
    MgnlUser - Class in info.magnolia.cms.security
    A read-only snapshot of a Magnolia user as found in JCR at the moment of creation (e.g.
    MgnlUser(String, String, Collection<String>, Collection<String>, Map<String, String>, String, String, Collection<String>, Collection<String>) - Constructor for class info.magnolia.cms.security.MgnlUser
    This constructor is mainly used by MgnlUserManager or by custom extensions of this object.
    MgnlUser(String, String, Collection<String>, Collection<String>, Map<String, String>, String, String) - Constructor for class info.magnolia.cms.security.MgnlUser
    MgnlUser(String, String, Collection<String>, Collection<String>, Map<String, String>) - Constructor for class info.magnolia.cms.security.MgnlUser
    MgnlUserManager - Class in info.magnolia.cms.security
    Manages the users stored in Magnolia itself.
    MgnlUserManager(NodeNameHelper) - Constructor for class info.magnolia.cms.security.MgnlUserManager
    There should be no need to instantiate this class except maybe for testing.
    MgnlUserManager() - Constructor for class info.magnolia.cms.security.MgnlUserManager
    Deprecated.
    MgnlVersioningContentDecorator - Class in info.magnolia.cms.core.version
    MgnlVersioningContentDecorator() - Constructor for class info.magnolia.cms.core.version.MgnlVersioningContentDecorator
     
    MgnlVersioningNodeWrapper - Class in info.magnolia.cms.core.version
    Wrapper providing support for Magnolia specific versioning ops (by copy).
    MgnlVersioningNodeWrapper(Node, MgnlVersioningContentDecorator, VersionManager) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
     
    MgnlVersioningNodeWrapper(Node) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
    MgnlVersioningNodeWrapper(Node, MgnlVersioningContentDecorator) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
    MgnlVersioningNodeWrapper(Node, MgnlVersioningContentDecorator, RepositoryManager) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
    MgnlVersioningSession - Class in info.magnolia.cms.core.version
    Session wrapper enabling Magnolia specific way of handling versioning on all child nodes.
    MgnlVersioningSession(Session, MgnlVersioningContentDecorator) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningSession
     
    MgnlVersioningSession(Session) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningSession
    MgnlVersioningWorkspaceWrapper - Class in info.magnolia.cms.core.version
    Workspace wrapper enabling Magnolia specific way of handling versioning on all child nodes.
    MgnlVersioningWorkspaceWrapper(Workspace, ContentDecorator) - Constructor for class info.magnolia.cms.core.version.MgnlVersioningWorkspaceWrapper
     
    MgnlVersionSessionDecorator - Class in info.magnolia.cms.core.version
    Decorator that is only used in version workspaces.
    MgnlVersionSessionDecorator(String) - Constructor for class info.magnolia.cms.core.version.MgnlVersionSessionDecorator
     
    MgnlVersionSessionDecorator.MgnlVersionSessionNodeWrapper - Class in info.magnolia.cms.core.version
    Wrapper that ensures that mgnl:hasVersion mixin is removed from source node if versioned node is being removed.
    MgnlVersionSessionDecorator.MgnlVersionSessionVersionIteratorWrapper - Class in info.magnolia.cms.core.version
    Wrapper that returns only relevant versions for the versioned node.
    MgnlVersionSessionDecorator.MgnlVersionSessionWorkspaceWrapper - Class in info.magnolia.cms.core.version
    Makes sure we don't lose wrapper.
    MgnlVersionSessionDecorator.MgnlVersionSessionWrapper - Class in info.magnolia.cms.core.version
    Wrapper that ensures that mgnl:hasVersion mixin is removed from source node if versioned node is being removed.
    MgnlVersionSessionNodeWrapper(Node, MgnlVersionSessionDecorator) - Constructor for class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionNodeWrapper
     
    MgnlVersionSessionVersionIteratorWrapper(String, VersionIterator) - Constructor for class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionVersionIteratorWrapper
     
    MgnlVersionSessionWorkspaceWrapper(Workspace, MgnlVersionSessionDecorator) - Constructor for class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionWorkspaceWrapper
     
    MgnlVersionSessionWrapper(Session, MgnlVersionSessionDecorator) - Constructor for class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionWrapper
     
    MgnlYamlConstruct - Class in info.magnolia.config.source.yaml.construct
    Basic abstract YAML construct for Magnolia specific YAML extensions.
    MgnlYamlConstruct(Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.construct.MgnlYamlConstruct
     
    MgnlYamlConstructor - Class in info.magnolia.config.source.yaml
    Magnolia-specific extension of SnakeYAML constructor.
    MgnlYamlConstructor.YamlConfigurationDependencyAggregator - Class in info.magnolia.config.source.yaml
    Simple aggregator class which allows to collect a set of YamlConfigurationDependency instances.
    MigrateRenderingListenersTask - Class in info.magnolia.rendering.module.setup
    Migrates configuration under modules/rendering/renderers/listeners/ to server/rendering/engine/listeners/.
    MigrateRenderingListenersTask() - Constructor for class info.magnolia.rendering.module.setup.MigrateRenderingListenersTask
     
    MigrateVersionWorkspacesToNewStructureTask - Class in info.magnolia.setup
    Migrates version store to the new structure.
    MigrateVersionWorkspacesToNewStructureTask(RepositoryManager) - Constructor for class info.magnolia.setup.MigrateVersionWorkspacesToNewStructureTask
     
    mime - Variable in class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
    Deprecated.
     
    MIME_APPLICATION_ZIP - Static variable in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    MIME_GZIP - Static variable in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    MIME_TEXT_XML - Static variable in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    MIMEMapping - Class in info.magnolia.cms.beans.config
    Deprecated.
    since 5.4.6. This class will be replaced (see MAGNOLIA-6576).
    MIMEMapping.MIMEMappingItem - Class in info.magnolia.cms.beans.config
    Deprecated.
    Used to keep the configuration in memory.
    MIMEMappingItem() - Constructor for class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
    Deprecated.
     
    minor() - Static method in interface info.magnolia.config.registry.DefinitionProvider.Problem
     
    MissingNodetypesException - Exception in info.magnolia.jackrabbit
    Exception thrown when node type used for creation of new content is not registered in given repository.
    MissingNodetypesException() - Constructor for exception info.magnolia.jackrabbit.MissingNodetypesException
     
    MIX_ACCESSCONTROLLABLE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Mixin: node has access control.
    MIX_ACCESSCONTROLLABLE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Mixin: node has access control.
    MIX_DELETED - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    MIX_LOCKABLE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    MIX_LOCKABLE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    MIX_PREFIX - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Prefix for jcr mixin's.
    MIX_REFERENCEABLE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Mixin: node can be referenced.
    MIX_REFERENCEABLE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Mixin: node can be referenced.
    MIX_VERSIONABLE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Mixin: node can be versioned.
    MIX_VERSIONABLE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Mixin: node can be versioned.
    ModeDependentRenderExceptionHandler - Class in info.magnolia.rendering.engine
    Exception handler providing different output based on the configuration of the current instance.
    ModeDependentRenderExceptionHandler(ServerConfiguration, Provider<AggregationState>) - Constructor for class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
     
    ModeDependentTemplateExceptionHandler - Class in info.magnolia.freemarker
    Exception handler providing different output based on the configuration of the current instance.
    ModeDependentTemplateExceptionHandler() - Constructor for class info.magnolia.freemarker.ModeDependentTemplateExceptionHandler
     
    MODEL_ATTRIBUTE - Static variable in class info.magnolia.rendering.renderer.AbstractRenderer
     
    MODEL_ATTRIBUTE_PREFIX - Static variable in class info.magnolia.rendering.model.ModelExecutionFilter
     
    ModelExecutionFilter - Class in info.magnolia.rendering.model
    Filter that executes the model for a renderable before template rendering.
    ModelExecutionFilter(RendererRegistry, TemplateDefinitionAssignment) - Constructor for class info.magnolia.rendering.model.ModelExecutionFilter
     
    ModelExecutionFilter() - Constructor for class info.magnolia.rendering.model.ModelExecutionFilter
    modified(Path) - Method in interface info.magnolia.dirwatch.WatcherCallback
     
    modifyCurrentValue(String) - Method in class info.magnolia.module.delta.MoveAndRenamePropertyTask
     
    modifyCurrentValue(String) - Method in class info.magnolia.setup.initial.LoginAuthTypePropertyMovedToFilter
     
    modifyCurrentValue(String) - Method in class info.magnolia.setup.initial.LoginFormPropertyMovedToFilter
     
    module(String) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
     
    ModuleAndDeltas(ModuleDefinition, Version, List<Delta>) - Constructor for class info.magnolia.module.ModuleManager.ModuleAndDeltas
     
    ModuleBootstrapTask - Class in info.magnolia.module.delta
    A task to bootstrap a module.
    ModuleBootstrapTask() - Constructor for class info.magnolia.module.delta.ModuleBootstrapTask
     
    ModuleConfigNodeBuilderTask - Class in info.magnolia.jcr.nodebuilder.task
    A task using the info.magnolia.jcr.nodebuilder API, applying operations on a the config node of the current module.
    ModuleConfigNodeBuilderTask(String, String, ErrorHandling, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.task.ModuleConfigNodeBuilderTask
     
    ModuleConfigNodeBuilderTask - Class in info.magnolia.nodebuilder.task
    Deprecated.
    since 5.3 - use ModuleConfigNodeBuilderTask instead.
    ModuleConfigNodeBuilderTask(String, String, ErrorHandling, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.task.ModuleConfigNodeBuilderTask
    Deprecated.
     
    ModuleConfigurationObservingManager - Class in info.magnolia.cms.util
    Base class for managers that monitor configuration within modules and react when its changed to reload.
    ModuleConfigurationObservingManager(String, ModuleRegistry) - Constructor for class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    moduleConventionsFormatFor(Registry) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    ModuleDefinition - Class in info.magnolia.module.model
    Describes a module.
    ModuleDefinition() - Constructor for class info.magnolia.module.model.ModuleDefinition
     
    ModuleDefinition(String, Version, String, Class<? extends ModuleVersionHandler>) - Constructor for class info.magnolia.module.model.ModuleDefinition
     
    ModuleDefinitionReader - Interface in info.magnolia.module.model.reader
    ModuleDefinitionReader is responsible for reading/decoding module descriptor files into ModuleDefinition instances.
    moduleDependencyBasedComparator(ModuleRegistry) - Static method in class info.magnolia.config.registry.decoration.DefinitionDecorators
     
    ModuleDependencyBootstrapTask - Class in info.magnolia.module.delta
    A Task which will bootstrap files if an optional module is installed or registered: any resource under "/info/magnolia/module/moduleName/setup/dependencyName".
    ModuleDependencyBootstrapTask(String) - Constructor for class info.magnolia.module.delta.ModuleDependencyBootstrapTask
     
    ModuleDependencyException - Exception in info.magnolia.module.model.reader
    Thrown when a module dependency is missing or present with an unsupported version.
    ModuleFileExtractorTransformer - Class in info.magnolia.module.files
    A FileExtractor.Transformer which accepts files with paths like /mgnl-files/.../moduleName/...
    ModuleFileExtractorTransformer(String) - Constructor for class info.magnolia.module.files.ModuleFileExtractorTransformer
     
    ModuleFilesExtraction - Class in info.magnolia.module.delta
    A task which extracts all files for a module.
    ModuleFilesExtraction() - Constructor for class info.magnolia.module.delta.ModuleFilesExtraction
     
    ModuleInstanceProvider<T> - Class in info.magnolia.module
    Provider for the module instance of a module.
    ModuleInstanceProvider(String) - Constructor for class info.magnolia.module.ModuleInstanceProvider
     
    ModuleInstancesConfigurer - Class in info.magnolia.module
    Guice configuration module that binds providers for module classes.
    ModuleInstancesConfigurer() - Constructor for class info.magnolia.module.ModuleInstancesConfigurer
     
    ModuleLifecycle - Interface in info.magnolia.module
    Manages the lifecycle of an installed instance of a Magnolia Module.
    ModuleLifecycleContext - Interface in info.magnolia.module
    This interface currently provides a hook allowing modules to register ObserverManager instances, which can observer other modules' nodes.
    ModuleLifecycleContextImpl - Class in info.magnolia.module
    This default implementation of ModuleLifecycleContext allows the ModuleManager to set the current "phase" of installation; other ModuleLifecycleContext clients have read-only access to the phase.
    ModuleLifecycleContextImpl() - Constructor for class info.magnolia.module.ModuleLifecycleContextImpl
     
    ModuleManagementException - Exception in info.magnolia.module
    Thrown by ModuleManager and ModuleDefinitionReader when module definitions can't be loaded.
    ModuleManagementException(String) - Constructor for exception info.magnolia.module.ModuleManagementException
     
    ModuleManagementException(String, Throwable) - Constructor for exception info.magnolia.module.ModuleManagementException
     
    ModuleManagementState() - Constructor for class info.magnolia.module.ModuleManager.ModuleManagementState
     
    ModuleManager - Interface in info.magnolia.module
    ModuleManager is responsible for the lifecycle of modules.
    ModuleManager.Factory - Class in info.magnolia.module
    Deprecated.
    since 4.5, use IoC.
    ModuleManager.ModuleAndDeltas - Class in info.magnolia.module
    Represents what's to be done for each module.
    ModuleManager.ModuleManagementState - Class in info.magnolia.module
    Represent what's to be done for all modules.
    ModuleManagerImpl - Class in info.magnolia.module
    TODO : factor out into simpler units.
    ModuleManagerImpl(InstallContextImpl, ModuleDefinitionReader, ModuleRegistry, DependencyChecker, Node2BeanProcessor, RepositoryManager) - Constructor for class info.magnolia.module.ModuleManagerImpl
    ModuleManagerImpl(InstallContextImpl, Set<ModuleDefinitionReader>, ModuleRegistry, DependencyChecker, Node2BeanProcessor, RepositoryManager) - Constructor for class info.magnolia.module.ModuleManagerImpl
     
    ModuleManagerNullUI - Class in info.magnolia.module.ui
    An implementation of ModuleManagerUI which does everything by itself, with no human intervention and simply logs its results.
    ModuleManagerNullUI(ModuleManager) - Constructor for class info.magnolia.module.ui.ModuleManagerNullUI
     
    ModuleManagerUI - Interface in info.magnolia.module.ui
    User Interface for the install/update mechanism.
    ModuleManagerWebUI - Class in info.magnolia.module.ui
    An implementation of ModuleManagerWebUI which is meant to be used through a web interface, with human interaction.
    ModuleManagerWebUI(ModuleManager) - Constructor for class info.magnolia.module.ui.ModuleManagerWebUI
     
    moduleName(Matcher, String) - Method in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
     
    moduleName - Variable in class info.magnolia.module.ModuleInstanceProvider
     
    ModuleNodeBuilderTask - Class in info.magnolia.jcr.nodebuilder.task
    A task using the info.magnolia.jcr.nodebuilder API, applying operations on a the root node of the current module.
    ModuleNodeBuilderTask(String, String, ErrorHandling, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.task.ModuleNodeBuilderTask
     
    ModuleNodeBuilderTask - Class in info.magnolia.nodebuilder.task
    Deprecated.
    since 5.3 - use ModuleNodeBuilderTask instead.
    ModuleNodeBuilderTask(String, String, ErrorHandling, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.task.ModuleNodeBuilderTask
    Deprecated.
     
    ModulePropertiesSource - Class in info.magnolia.init.properties
    A PropertySource exposing properties from all known module descriptors.
    ModulePropertiesSource(ModuleRegistry) - Constructor for class info.magnolia.init.properties.ModulePropertiesSource
     
    ModuleRegistry - Interface in info.magnolia.module
    Holds instances and definitions of modules.
    ModuleRegistry.Factory - Class in info.magnolia.module
    Deprecated.
    since 4.5, use IoC !
    ModuleRegistryImpl - Class in info.magnolia.module
    Keeps references to module descriptors and instances.
    ModuleRegistryImpl() - Constructor for class info.magnolia.module.ModuleRegistryImpl
     
    MODULES_ROOT_DIR - Static variable in class info.magnolia.rendering.module.setup.InstallRendererContextAttributeTask
     
    ModulesStartedEvent - Class in info.magnolia.module
    Event sent when all modules have been started by the ModuleManager.
    ModulesStartedEvent() - Constructor for class info.magnolia.module.ModulesStartedEvent
     
    ModulesStartedEvent.Handler - Interface in info.magnolia.module
    Event handler for ModulesStartedEvent.
    ModuleVersionHandler - Interface in info.magnolia.module
    This class provides Delta's to be applied to install/update/uninstall modules.
    ModuleVersionToLatestTask() - Constructor for class info.magnolia.module.AbstractModuleVersionHandler.ModuleVersionToLatestTask
     
    ModuleVersionUpdateTask(Version) - Constructor for class info.magnolia.module.AbstractModuleVersionHandler.ModuleVersionUpdateTask
     
    monitor - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
     
    MonitoredClasspathService - Interface in info.magnolia.resourceloader.classpath.service
    ClasspathService variation which monitors the changes of classpath resources and communicates those to the subscribers.
    Movable(Provider<Context>) - Constructor for class info.magnolia.templating.elements.attribute.Permission.Movable
     
    move(String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorSessionWrapper
     
    move(String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorWorspaceWrapper
     
    move(String, String) - Method in class info.magnolia.cms.core.version.MgnlVersioningSession
     
    move(String, String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    move(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    move(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
     
    move(String, String) - Method in class info.magnolia.jcr.wrapper.MagnoliaSessionWrapper
     
    move(String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingSessionWrapper
     
    move(String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingWorkspaceWrapper
     
    MOVEABLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
     
    MoveAndRenamePropertyTask - Class in info.magnolia.module.delta
    A task to move and rename properties, taking default values into account.
    MoveAndRenamePropertyTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.MoveAndRenamePropertyTask
     
    MoveAndRenamePropertyTask(String, String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.MoveAndRenamePropertyTask
     
    moveInSession(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
    Magnolia uses by default workspace move operation to move nodes.
    moveNode(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
    Moves a node, using session-scoped operation.
    moveNode(Node, Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    moveNode(String, String) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Moves a node, using session-scoped operation.
    moveNodeAfter(Node, Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    moveNodeBefore(Node, Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    MoveNodeTask - Class in info.magnolia.module.delta
    This task moves a specified Node to a new destination.
    MoveNodeTask(String, String, String, boolean) - Constructor for class info.magnolia.module.delta.MoveNodeTask
     
    MoveNodeTask(String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.MoveNodeTask
     
    moveProperty(Property, Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    MovePropertyTask - Class in info.magnolia.module.delta
    Moves a property.
    MovePropertyTask(String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.MovePropertyTask
     
    MovePropertyTask(String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.MovePropertyTask
     
    moveTo(String, String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    move content to the specified location.
    moveTo(String, String) - Method in interface info.magnolia.cms.core.HierarchyManager
    Deprecated.
     
    moveTo(String, String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    Multibinding - Annotation Type in info.magnolia.objectfactory.annotation
    Components with this annotation (directly or in one of their super types) will be registered in multi-bind mode (as well as regular mode) for the type where the annotation is.
    MultiChannelFilter - Class in info.magnolia.cms.filters
    Filter that resolves the site to use by considering variation of the set channel.
    MultiChannelFilter(ChannelManager) - Constructor for class info.magnolia.cms.filters.MultiChannelFilter
     
    MultipartForm - Class in info.magnolia.cms.beans.runtime
    A util class to access file uploads in multipart post requests.
    MultipartForm() - Constructor for class info.magnolia.cms.beans.runtime.MultipartForm
     
    MultipartRequestFilter - Class in info.magnolia.cms.filters
    A Filter that determines if a HttpServletRequest contains multipart content and if so parses it into a request attribute for further processing.
    MultipartRequestFilter(FileSystemHelper) - Constructor for class info.magnolia.cms.filters.MultipartRequestFilter
     
    MultipartRequestFilter() - Constructor for class info.magnolia.cms.filters.MultipartRequestFilter
    MultipartRequestWrapper - Class in info.magnolia.cms.filters
    HttpServletRequestWrapper that adds additional parameters passed in using multipart submit.
    MultipartRequestWrapper(HttpServletRequest, MultipartForm) - Constructor for class info.magnolia.cms.filters.MultipartRequestWrapper
     
    MULTIPLE_CHAR_PATTERN - Static variable in class info.magnolia.cms.util.SimpleUrlPattern
    Regexp pattern used for the simple keyword *.
    MULTIVALUE_FALSE - Static variable in interface info.magnolia.cms.core.NodeData
    Deprecated.
     
    MULTIVALUE_TRUE - Static variable in interface info.magnolia.cms.core.NodeData
    Deprecated.
     
    MULTIVALUE_UNDEFINED - Static variable in interface info.magnolia.cms.core.NodeData
    Deprecated.
     
    MutableWrapper<T,U extends T> - Class in info.magnolia.config
    Provides a mutable wrapper.
    MutableWrapper.BeanPropertyMethodInvoker - Class in info.magnolia.config
    Deprecated.
    since 6.1. Use ByteBuddyMutableWrapperHelper instead.
    MutableWrapper.Mutable<T> - Interface in info.magnolia.config
    Generic interface which allows to set the arbitrary object properties via MutableWrapper.Mutable.setProperty(String, Object).
    MutableWrapper.ProxyWithBeanPropertyMethodInvoker - Interface in info.magnolia.config
    Deprecated.
    since 6.1. Use ByteBuddyMutableWrapperHelper instead.
    Mutator<T> - Class in info.magnolia.config
    Base class for the concrete mutator objects (see extending classes in UI project).
    Mutator(MutableWrapper.Mutable<T>) - Constructor for class info.magnolia.config.Mutator
     
    Mutator(T) - Constructor for class info.magnolia.config.Mutator
     
    MVCServlet - Class in info.magnolia.cms.servlets
    Deprecated.
    since 5.5.3 not used
    MVCServlet() - Constructor for class info.magnolia.cms.servlets.MVCServlet
    Deprecated.
     
    MVCServletHandler - Interface in info.magnolia.cms.servlets
    Deprecated.
    since 5.5.3 not used
    MVCServletHandlerImpl - Class in info.magnolia.cms.servlets
    Deprecated.
    since 5.5.3 not used
    MVCServletHandlerImpl(String, HttpServletRequest, HttpServletResponse) - Constructor for class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     

    N

    NAME - Static variable in class info.magnolia.cms.beans.runtime.File
     
    NAME - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    name - Variable in class info.magnolia.cms.core.AbstractNodeData
    Deprecated.
     
    NAME - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    Name of the base node.
    NAME - Static variable in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Name of the base node.
    name - Variable in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
     
    NAME - Static variable in interface info.magnolia.cms.security.auth.Entity
    Deprecated.
     
    name(String) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
     
    name() - Method in interface info.magnolia.config.registry.DefinitionProvider.Problem.Type
     
    name() - Method in interface info.magnolia.config.registry.DefinitionType
    Deprecated.
    since 5.5 - many implementors of this interface are based on enums which have an in-built finalised method with the same name making it hard to provide a custom definition type's label. Use DefinitionType.getName() instead.
    name() - Method in interface info.magnolia.config.source.ConfigurationSourceType
     
    NAME - Static variable in interface info.magnolia.event.SystemEventBus
     
    name - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Activatable
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Area
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Component
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Content
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.ContentNode
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Created
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Deleted
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Folder
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Group
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.HasVersion
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.LastModified
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.MetaData
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.NodeData
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Page
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Renderable
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Resource
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Role
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.System
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.User
     
    NAME - Static variable in class info.magnolia.jcr.util.NodeTypes.Versionable
     
    Name - Class in info.magnolia.templating.elements.attribute
    Name() - Constructor for class info.magnolia.templating.elements.attribute.Name
     
    NAME_WITHOUT_EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.File
     
    NAME_WITHOUT_EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    named(String) - Method in class info.magnolia.config.registry.DefinitionQuery
     
    named(String) - Static method in class info.magnolia.objectfactory.Components
     
    NamedDefinition - Interface in info.magnolia.config
    An optional interface definitions can implement to signify their name is configurable.
    NamedImpl(String) - Constructor for class info.magnolia.objectfactory.guice.GuicePropertyConfigurer.NamedImpl
    Deprecated.
     
    NamedImpl - Class in info.magnolia.objectfactory
    Represents an instantiated @Named annotation.
    NamedImpl(String) - Constructor for class info.magnolia.objectfactory.NamedImpl
     
    NAMESPACE_PREFIX - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    NAMESPACE_PREFIX - Static variable in interface info.magnolia.repository.RepositoryConstants
    magnolia namespace.
    NAMESPACE_URI - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    NAMESPACE_URI - Static variable in interface info.magnolia.repository.RepositoryConstants
     
    NamespaceFilter - Class in info.magnolia.importexport.filters
    This filter allows skipping "unwanted" name spaces, by giving an explicit white-list of allowed namespaces.
    NamespaceFilter(String...) - Constructor for class info.magnolia.importexport.filters.NamespaceFilter
     
    needsCallback(SecurityCallbackFilter.StatusSniffingResponseWrapper) - Method in class info.magnolia.cms.security.SecurityCallbackFilter
     
    needsDefaultMapping() - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    needsDefaultMapping() - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    needsUpdateOrInstall() - Method in class info.magnolia.module.ModuleManager.ModuleManagementState
     
    never() - Static method in class info.magnolia.resourceloader.util.Functions
    Deprecated.
    since 6.1 use concise lambdas with better parameter name
    NEW_RENDERING_LISTENERS_LOCATION - Static variable in class info.magnolia.rendering.module.setup.MigrateRenderingListenersTask
     
    newAggregationState() - Method in class info.magnolia.context.WebContextFactoryImpl
    Override this method if you need to provide a specific subclass of AggregationState.
    newAggregationState() - Method in class info.magnolia.context.WebContextImpl
     
    newBeanInstance(TransformationState, Map, ComponentProvider) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
    Deprecated.
    Instantiates the bean.
    newBeanInstance(TransformationState, Map, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
    Use the factory util to instantiate.
    newBeanInstance(TransformationState, Map<String, Object>, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    newBeanInstance(TransformationState, Map<String, Object>, ComponentProvider) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
    Instantiates the bean.
    newBuilder() - Static method in class info.magnolia.config.registry.DefinitionProviderBuilder
     
    newContext() - Method in class info.magnolia.rendering.renderer.AbstractRenderer
    Create a new context object which is a map.
    newContext() - Method in class info.magnolia.rendering.renderer.FreemarkerRenderer
     
    newContext() - Method in class info.magnolia.templating.renderers.NoScriptRenderer
     
    newContext() - Method in class info.magnolia.templating.renderers.PlainTextTemplateRenderer
     
    newDefinitionProviderBuilder() - Method in interface info.magnolia.config.registry.Registry
     
    newDefinitionProviderBuilder() - Method in class info.magnolia.virtualuri.VirtualUriRegistry
     
    newDelegate() - Method in class info.magnolia.freemarker.loaders.AbstractDelegatingTemplateLoader
    Implementations should return null if it is too early to instantiate the delegate.
    newDelegate() - Method in class info.magnolia.freemarker.loaders.LazyFileTemplateLoader
     
    newDelegate() - Method in class info.magnolia.freemarker.loaders.LazyWebappTemplateLoader
     
    newErrorHandler(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.AbstractNodeBuilderTask
     
    newErrorHandler(InstallContext) - Method in class info.magnolia.nodebuilder.task.AbstractNodeBuilderTask
    Deprecated.
     
    newGroupInstance(Node) - Method in class info.magnolia.cms.security.MgnlGroupManager
     
    newI18nTextMethodDecorator(I18nKeyGenerator<T>) - Method in class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
    Deprecated.
     
    newI18nTextMethodDecorator(I18nKeyGenerator<T>) - Method in class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
     
    newInstance(String, Object...) - Static method in class info.magnolia.objectfactory.Classes
    Convenience/shortcut method for instantiating new classes.
    newInstance(Class<T>, Object...) - Method in interface info.magnolia.objectfactory.ClassFactory
    Instantiates the given class with the given parameters.
    newInstance(Class<T>, Class<?>[], Object...) - Method in interface info.magnolia.objectfactory.ClassFactory
    Instantiates the given class with the given parameters, using a constructor that matches the given argTypes exactly.
    newInstance() - Method in interface info.magnolia.objectfactory.ComponentFactory
    Called by the ComponentProvider to create a component.
    newInstance(Class<T>, Object...) - Method in interface info.magnolia.objectfactory.ComponentProvider
    Creates a new instance of the passed interface / class by using the registered implementation.
    newInstance(Class<T>, Object...) - Static method in class info.magnolia.objectfactory.Components
     
    newInstance() - Method in class info.magnolia.objectfactory.ConfiguredComponentFactory
     
    newInstance(Class<T>, Class<?>[], Object...) - Method in class info.magnolia.objectfactory.DefaultClassFactory
     
    newInstance(Class<T>, Object...) - Method in class info.magnolia.objectfactory.DefaultClassFactory
     
    newInstance(Class<T>, Object...) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
     
    newInstance() - Method in class info.magnolia.objectfactory.LazyObservedComponentFactory
     
    newInstance(Class<?>, ParameterResolver...) - Method in class info.magnolia.objectfactory.ObjectManufacturer
    Creates an object of the given type using parameters provided by a set of parameter resolvers.
    newInstance() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    newInstanceWithParameterResolvers(Class<T>, ParameterResolver...) - Method in interface info.magnolia.objectfactory.ComponentProvider
     
    newInstanceWithParameterResolvers(Class<T>, ParameterResolver...) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
     
    newInstanceWithParameterResolvers(Key<T>, ParameterResolver...) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProvider
     
    newInvoker(List) - Method in class info.magnolia.beanmerger.ProxyBasedBeanMerger
     
    newKeyGenerator(I18nable) - Static method in class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
     
    newKeyGeneratorFor(T) - Static method in class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
     
    newKeyGeneratorFor(Class<T>) - Static method in class info.magnolia.i18nsystem.I18nKeyGeneratorFactory
     
    newLayeredResource(List<Resource>) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    newMessages(DefaultMessagesManager.MessagesID) - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
    Initializes a new Messages instances for the given MessagesID.
    newMetadataBuilder() - Method in interface info.magnolia.config.registry.Registry
    Implementations of DefinitionMetadataBuilder determine how referenceId strings for this registry are generated.
    newMetadataBuilder() - Method in class info.magnolia.rendering.renderer.registry.RendererRegistry
     
    newMetadataBuilder() - Method in class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
     
    newMetadataBuilder() - Method in class info.magnolia.virtualuri.VirtualUriRegistry
     
    newModel(Node, RenderableDefinition, RenderingModel<?>) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
    Instantiates the model based on the class defined by the RenderableDefinition.getModelClass() property.
    newModel(Class<T>, Node, RenderableDefinition, RenderingModel<?>) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    newModel(Node, RenderableDefinition, RenderingModel<?>) - Method in interface info.magnolia.rendering.renderer.RenderingModelBasedRenderer
     
    newNodeDataInstance(String, int, boolean) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
    As defined in Content.getNodeData(String) this method always returns a node data object.
    newNodeDataInstance(String, int, boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    newNodeDataInstance(String, int, boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    newObjectWrapper() - Method in class info.magnolia.freemarker.FreemarkerConfig
     
    newOperation(String, String) - Method in class info.magnolia.module.files.BasicFileExtractor
     
    newOperation(String, String) - Method in class info.magnolia.module.files.MD5CheckingFileExtractor
     
    newProperty(InstallContext, Node, String, Object) - Method in class info.magnolia.module.delta.PropertyValuesTask
    Checks that the given property does not exist and creates it with the given value, logs otherwise.
    NewPropertyTask - Class in info.magnolia.module.delta
    Creates a new property.
    NewPropertyTask(String, String, String, Object) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Value) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Node) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Binary) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Calendar) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, BigDecimal) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Long) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Double) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, Boolean) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    NewPropertyTask(String, String, String, String, String, InputStream) - Constructor for class info.magnolia.module.delta.NewPropertyTask
     
    newProvider(Node) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
     
    newRealm(String) - Static method in class info.magnolia.cms.security.Realm.Factory
     
    newResource(Path) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
    Create a Resource out of a relative path.
    newResource(Node) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    newRoleInstance(Node) - Method in class info.magnolia.cms.security.MgnlRoleManager
     
    newServletInstance() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
     
    newSnakeYaml(Resource, MgnlYamlConstructor.YamlConfigurationDependencyAggregator) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    newState() - Method in interface info.magnolia.content2bean.Content2BeanTransformer
    Deprecated.
    Create a state object to share the state between the processor and transformer.
    newState() - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
     
    newState() - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    newState() - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
    Create a state object to share the state between the processor and transformer.
    newUserInstance(Node) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    newVersionHandler(ModuleDefinition) - Method in class info.magnolia.module.ModuleManagerImpl
     
    newXmlContentHandler(OutputStream, boolean) - Static method in class info.magnolia.importexport.contenthandler.XmlContentHandlerFactory
     
    next() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
    Deprecated.
     
    next() - Method in class info.magnolia.cms.util.SiblingsHelper
    Deprecated.
     
    next() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeIterator
     
    next() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyIterator
     
    next() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
     
    next() - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
     
    next() - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
     
    next() - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
     
    next() - Method in class info.magnolia.jcr.iterator.FilteringNodeIterator
     
    next() - Method in class info.magnolia.jcr.iterator.FilteringPropertyIterator
     
    next() - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
     
    next() - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    next() - Method in class info.magnolia.jcr.iterator.WrappingNodeIterator
     
    next() - Method in class info.magnolia.jcr.iterator.WrappingPropertyIterator
     
    next() - Method in class info.magnolia.templating.functions.SiblingsHelper
     
    nextElement() - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    nextEvent() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
    Deprecated.
     
    nextNode() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeIterator
     
    nextNode() - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
     
    nextNode() - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
     
    nextNode() - Method in class info.magnolia.jcr.iterator.FilteringNodeIterator
     
    nextNode() - Method in class info.magnolia.jcr.iterator.WrappingNodeIterator
     
    nextProperty() - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyIterator
     
    nextProperty() - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
     
    nextProperty() - Method in class info.magnolia.jcr.iterator.FilteringPropertyIterator
     
    nextProperty() - Method in class info.magnolia.jcr.iterator.WrappingPropertyIterator
     
    nextVersion() - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionVersionIteratorWrapper
     
    nextVersion() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
     
    NO_FALLBACK - Static variable in annotation type info.magnolia.i18nsystem.I18nText
    Without I18nText.fallback() explicitly specified, TranslationServiceImpl use the longest i18n key if translation key is not found as fallback.
    NO_LOGIN - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
    Returned if a login handler was able to perform the operation but the authentication failed.
    NO_SCRIPT_RENDERER - Static variable in class info.magnolia.templating.renderers.NoScriptRenderer
     
    node - Variable in class info.magnolia.cms.core.DefaultContent
    Deprecated.
    Wrapped jcr node.
    node(Map<String, TemplateModel>, String, Node) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    Node2BeanException - Exception in info.magnolia.jcr.node2bean
    Exception thrown during execution of content to bean transformation.
    Node2BeanException() - Constructor for exception info.magnolia.jcr.node2bean.Node2BeanException
     
    Node2BeanException(String) - Constructor for exception info.magnolia.jcr.node2bean.Node2BeanException
     
    Node2BeanException(Throwable) - Constructor for exception info.magnolia.jcr.node2bean.Node2BeanException
     
    Node2BeanException(String, Throwable) - Constructor for exception info.magnolia.jcr.node2bean.Node2BeanException
     
    Node2BeanProcessor - Interface in info.magnolia.jcr.node2bean
    Transforms nodes to beans or maps.
    Node2BeanProcessorImpl - Class in info.magnolia.jcr.node2bean.impl
    Contains the logic for traversing the hierarchy and do the calls to the transformer.
    Node2BeanProcessorImpl(TypeMapping, Node2BeanTransformer) - Constructor for class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    Node2BeanTransformer - Interface in info.magnolia.jcr.node2bean
    Contract for transformation from node to java beans.
    Node2BeanTransformerImpl - Class in info.magnolia.jcr.node2bean.impl
    Concrete implementation using reflection, generics and setter methods.
    Node2BeanTransformerImpl(PreConfiguredBeanUtils, BeanTypeResolver) - Constructor for class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    Node2BeanTransformerImpl() - Constructor for class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
    Deprecated.
    since 5.4 - use IoC, don't instantiate directly. You should not have to instantiate this if you use magnolia-configuration mechanisms introduced in 5.4.
    Node2BeanTransformerImpl(PreConfiguredBeanUtils) - Constructor for class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
    Node2BeanTransformerImpl(Class<?>, Class<?>, Class<?>) - Constructor for class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
    Deprecated.
    since 5.4 - use IoC, don't instantiate directly. You should not have to instantiate this if you use magnolia-configuration mechanisms introduced in 5.4.
    Node2BeanTransformerImpl(PreConfiguredBeanUtils, Class<?>, Class<?>, Class<?>, BeanTypeResolver) - Constructor for class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    NODE_ACLROLES - Static variable in class info.magnolia.cms.security.MgnlRoleManager
     
    NODE_ACLUSERS - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    NODE_GROUPS - Static variable in class info.magnolia.cms.security.SecurityConstants
    Name of the subnode under which the assigned groups get saved.
    NODE_ROLES - Static variable in class info.magnolia.cms.security.SecurityConstants
    Name of the subnode under which the assigned roles get saved.
    NODE_TYPE - Static variable in interface info.magnolia.rendering.template.AutoGenerationConfiguration
     
    NodeBuilder - Class in info.magnolia.jcr.nodebuilder
    Entry point for using the node builder API.
    NodeBuilder(Node, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.NodeBuilder
     
    NodeBuilder(ErrorHandler, Node, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.NodeBuilder
     
    NodeBuilder - Class in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.4 - use NodeBuilder instead.
    NodeBuilder(Content, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.NodeBuilder
    Deprecated.
     
    NodeBuilder(ErrorHandler, Content, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.NodeBuilder
    Deprecated.
     
    NodeBuilderTask - Class in info.magnolia.jcr.nodebuilder.task
    A task using the info.magnolia.jcr.nodebuilder API, applying operations on a given path.
    NodeBuilderTask(String, String, ErrorHandling, String, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.task.NodeBuilderTask
     
    NodeBuilderTask(String, String, ErrorHandling, String, String, NodeOperation...) - Constructor for class info.magnolia.jcr.nodebuilder.task.NodeBuilderTask
     
    NodeBuilderTask - Class in info.magnolia.nodebuilder.task
    Deprecated.
    since 5.3 - use NodeBuilderTask instead.
    NodeBuilderTask(String, String, ErrorHandling, String, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.task.NodeBuilderTask
    Deprecated.
     
    NodeBuilderTask(String, String, ErrorHandling, String, String, NodeOperation...) - Constructor for class info.magnolia.nodebuilder.task.NodeBuilderTask
    Deprecated.
     
    NodeBuilderUtil - Class in info.magnolia.jcr.nodebuilder
    Some util methods to interfere with the NodeBuilder.
    NodeBuilderUtil() - Constructor for class info.magnolia.jcr.nodebuilder.NodeBuilderUtil
     
    NodeBuilderUtil - Class in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.4 - use NodeBuilderUtil instead.
    NodeBuilderUtil() - Constructor for class info.magnolia.nodebuilder.NodeBuilderUtil
    Deprecated.
     
    nodeById(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Return the Node by the given identifier from the website repository.
    nodeById(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Return the Node by the given identifier from the given repository.
    nodeByPath(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Return the Node for the given path from the website repository.
    nodeByPath(String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Return the Node for the given path from the given repository.
    NodeCheckDelegateTask - Class in info.magnolia.module.delta
    Deprecated.
    since 5.6. Use CheckNodeDelegateTask instead.
    NodeCheckDelegateTask(String, String, String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.NodeCheckDelegateTask
    Deprecated.
     
    NodeData - Interface in info.magnolia.cms.core
    Deprecated.
    since 4.5, use jcr.Property instead.
    NodeData() - Constructor for class info.magnolia.jcr.util.NodeTypes.NodeData
     
    NodeDataStringComparator - Class in info.magnolia.cms.util
    Deprecated.
    since 5.3.11 – use PropertyStringComparator instead.
    NodeDataStringComparator(String) - Constructor for class info.magnolia.cms.util.NodeDataStringComparator
    Deprecated.
     
    NodeDataUtil - Class in info.magnolia.cms.util
    Deprecated.
    since 5.6. Use PropertyUtil instead.
    NodeDataUtil() - Constructor for class info.magnolia.cms.util.NodeDataUtil
    Deprecated.
     
    NodeDataWrapper - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5, declared deprecated in 5.6.
    NodeDataWrapper() - Constructor for class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    NodeDataWrapper(NodeData) - Constructor for class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    NodeDepthComparator() - Constructor for class info.magnolia.rendering.template.configured.ConfiguredInheritance.NodeDepthComparator
     
    nodeExists(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    nodeExists(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    NodeExistsDelegateTask - Class in info.magnolia.module.delta
    A task that delegates to another depending on whether a specified node exists or not.
    NodeExistsDelegateTask(String, String, Task) - Constructor for class info.magnolia.module.delta.NodeExistsDelegateTask
     
    NodeExistsDelegateTask(String, String, Task, Task) - Constructor for class info.magnolia.module.delta.NodeExistsDelegateTask
     
    NodeExistsDelegateTask(String, String, String, String, Task) - Constructor for class info.magnolia.module.delta.NodeExistsDelegateTask
     
    NodeExistsDelegateTask(String, String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.NodeExistsDelegateTask
     
    NodeFilteringPredicate - Class in info.magnolia.jcr.predicate
    AbstractPredicate for filtering JCR nodes.
    NodeFilteringPredicate() - Constructor for class info.magnolia.jcr.predicate.NodeFilteringPredicate
     
    NodeFunctions - Class in info.magnolia.jcr.function
    Various functions for Nodes.
    NodeFunctions() - Constructor for class info.magnolia.jcr.function.NodeFunctions
     
    NodeIdentifierComparator - Class in info.magnolia.jcr.comparator
    Compares two nodes by the value of their identifier.
    NodeIdentifierComparator() - Constructor for class info.magnolia.jcr.comparator.NodeIdentifierComparator
     
    NodeIterableAdapter - Class in info.magnolia.jcr.iterator
    Adapter for NodeIterator that always returns the same iterator.
    NodeIterableAdapter(NodeIterator) - Constructor for class info.magnolia.jcr.iterator.NodeIterableAdapter
     
    NodeMapWrapper - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5, declared deprecated in 5.6.
    NodeMapWrapper(Content, String) - Constructor for class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
    Instantiates a new NodeMapWrapper for the given node.
    nodeMatches(Node) - Method in class info.magnolia.module.delta.AddUsersPermissionTask
     
    nodeMatches(Node) - Method in class info.magnolia.module.delta.AllChildrenTask
     
    nodeMatches(Node) - Method in class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
     
    nodeMatches(Node) - Method in class info.magnolia.module.delta.NodeVisitorTask
    Implement this method to define which nodes should subsequently be operated upon.
    nodeMatches(Node) - Method in class info.magnolia.setup.for6_0.RemoveMIMEIconsTask
     
    NodeNameComparator - Class in info.magnolia.cms.util
    Deprecated.
    since 5.3.11 - use NodeNameComparator instead.
    NodeNameComparator() - Constructor for class info.magnolia.cms.util.NodeNameComparator
    Deprecated.
     
    NodeNameComparator - Class in info.magnolia.jcr.comparator
    Compares two nodes by their name.
    NodeNameComparator() - Constructor for class info.magnolia.jcr.comparator.NodeNameComparator
     
    nodeNameHelper - Variable in class info.magnolia.cms.security.RepositoryBackedSecurityManager
     
    NodeNameHelper - Class in info.magnolia.jcr.util
    Util component for creation of an unique and validated node name.
    NodeNameHelper(MagnoliaConfigurationProperties) - Constructor for class info.magnolia.jcr.util.NodeNameHelper
     
    NodeNamePredicate - Class in info.magnolia.jcr.predicate
    Predicate filtering nodes based on the node name.
    NodeNamePredicate(String) - Constructor for class info.magnolia.jcr.predicate.NodeNamePredicate
     
    NodeOperation - Interface in info.magnolia.jcr.nodebuilder
    A NodeOperation instance describes an "atomic" operation to apply to a node ("context").
    NodeOperation - Interface in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.4 - use NodeOperation instead.
    NodeOperationException - Exception in info.magnolia.jcr.nodebuilder
    A RuntimeException thrown by ErrorHandler implementations; clients of NodeBuilder should expect and handle this.
    NodeOperationException(String) - Constructor for exception info.magnolia.jcr.nodebuilder.NodeOperationException
     
    NodeOperationException(String, Throwable) - Constructor for exception info.magnolia.jcr.nodebuilder.NodeOperationException
     
    NodeOperationException(Throwable) - Constructor for exception info.magnolia.jcr.nodebuilder.NodeOperationException
     
    NodeOperationException - Exception in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.4 - use NodeOperationException instead.
    NodeOperationException(String) - Constructor for exception info.magnolia.nodebuilder.NodeOperationException
    Deprecated.
     
    NodeOperationException(String, Throwable) - Constructor for exception info.magnolia.nodebuilder.NodeOperationException
    Deprecated.
     
    NodeOperationException(Throwable) - Constructor for exception info.magnolia.nodebuilder.NodeOperationException
    Deprecated.
     
    nodePath - Variable in class info.magnolia.module.delta.CheckNodeDelegateTask
     
    nodePath - Variable in class info.magnolia.module.delta.NodeCheckDelegateTask
    Deprecated.
     
    NodePathComparator - Class in info.magnolia.cms.util
    Deprecated.
    since 5.3.11 - use NodePathComparator instead.
    NodePathComparator() - Constructor for class info.magnolia.cms.util.NodePathComparator
    Deprecated.
     
    NodePathComparator - Class in info.magnolia.jcr.comparator
    Compares two nodes by the value of their path.
    NodePathComparator() - Constructor for class info.magnolia.jcr.comparator.NodePathComparator
     
    NodePredicateContentDecorator - Class in info.magnolia.jcr.decoration
    ContentDecorator that applies a predicate to all nodes and properties in a JCR object graph.
    NodePredicateContentDecorator() - Constructor for class info.magnolia.jcr.decoration.NodePredicateContentDecorator
     
    NodePredicateContentDecorator(AbstractPredicate<Node>) - Constructor for class info.magnolia.jcr.decoration.NodePredicateContentDecorator
     
    NodePropertyNamePredicate - Class in info.magnolia.jcr.predicate
    Predicate filtering nodes based on property name.
    NodePropertyNamePredicate(String) - Constructor for class info.magnolia.jcr.predicate.NodePropertyNamePredicate
     
    nodeStack - Variable in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    NodeTypeBasedPermissions - Class in info.magnolia.cms.core
    Permissions are retrieved from requested node or from its ancestor, if the node isn't one of valid node types specified via constructor.
    NodeTypeBasedPermissions(List<Permission>, SessionImpl, Map<?, ?>) - Constructor for class info.magnolia.cms.core.NodeTypeBasedPermissions
    Constructor.
    NodeTypeFilter - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5, declared deprecated in 5.6.
    NodeTypeFilter(String) - Constructor for class info.magnolia.cms.util.NodeTypeFilter
    Deprecated.
     
    NodeTypeFilter(ItemType) - Constructor for class info.magnolia.cms.util.NodeTypeFilter
    Deprecated.
     
    NodeTypeParentPredicate - Class in info.magnolia.jcr.predicate
    Predicate filtering based on the primary type of the node.
    NodeTypeParentPredicate(String) - Constructor for class info.magnolia.jcr.predicate.NodeTypeParentPredicate
     
    NodeTypePredicate - Class in info.magnolia.jcr.predicate
    Predicate filtering based on the primary type of the node.
    NodeTypePredicate(String) - Constructor for class info.magnolia.jcr.predicate.NodeTypePredicate
     
    NodeTypePredicate(String, boolean) - Constructor for class info.magnolia.jcr.predicate.NodeTypePredicate
     
    NodeTypes - Class in info.magnolia.jcr.util
    Magnolia defined NodeTypes together with their properties and some convenience methods.
    NodeTypes() - Constructor for class info.magnolia.jcr.util.NodeTypes
     
    NODETYPES - Static variable in class info.magnolia.module.delta.NoSameNameSiblingsCondition
     
    NodeTypes.Activatable - Class in info.magnolia.jcr.util
    Represents the mixin mgnl:activatable.
    NodeTypes.Area - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:area.
    NodeTypes.Component - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:component.
    NodeTypes.Content - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:content.
    NodeTypes.ContentNode - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:contentNode.
    NodeTypes.Created - Class in info.magnolia.jcr.util
    Represents the mixin mgnl:created.
    NodeTypes.Deleted - Class in info.magnolia.jcr.util
    Represents the mixin mgnl:deleted.
    NodeTypes.Folder - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:folder.
    NodeTypes.Group - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:group.
    NodeTypes.HasVersion - Class in info.magnolia.jcr.util
    Mixin that marks node that have versions.
    NodeTypes.LastModified - Class in info.magnolia.jcr.util
    Represents the mixin mgnl:lastModified.
    NodeTypes.MetaData - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:metaData.
    NodeTypes.NodeData - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:nodeData.
    NodeTypes.Page - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:page.
    NodeTypes.Renderable - Class in info.magnolia.jcr.util
    Represents the mixin mgnl:renderable.
    NodeTypes.Resource - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:resource.
    NodeTypes.Role - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:role.
    NodeTypes.System - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:reserve.
    NodeTypes.User - Class in info.magnolia.jcr.util
    Represents the nodeType mgnl:user.
    NodeTypes.Versionable - Class in info.magnolia.jcr.util
    Represents the mixin mgnl:versionable.
    NodeTypeTemplateUtil - Class in info.magnolia.jcr.util
    Utility class used to create:
    - NodeTypeTemplate.
    NodeTypeTemplateUtil() - Constructor for class info.magnolia.jcr.util.NodeTypeTemplateUtil
     
    NodeUtil - Class in info.magnolia.jcr.util
    Various utility methods to collect data from JCR repository.
    NodeUtil() - Constructor for class info.magnolia.jcr.util.NodeUtil
     
    NodeUuidComparator - Class in info.magnolia.cms.util
    Deprecated.
    since 5.3.11 – use NodeIdentifierComparator instead.
    NodeUuidComparator() - Constructor for class info.magnolia.cms.util.NodeUuidComparator
    Deprecated.
     
    NodeValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.NodeValueFormatter
     
    NodeVisitor - Interface in info.magnolia.jcr.util
    Visitor used with utility methods in NodeUtil to visit nodes in a hierarchy.
    NodeVisitorTask - Class in info.magnolia.module.delta
    The NodeVisitorTask helps traversing a repository, match nodes and execute changes on them.
    NodeVisitorTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.NodeVisitorTask
     
    NodeWrapperFactory - Interface in info.magnolia.jcr.wrapper
    Factory for wrapping nodes.
    NodeWrappingDelegateSessionWrapper - Class in info.magnolia.jcr.wrapper
    Session wrapper for wrapping nodes returned by a session.
    NodeWrappingDelegateSessionWrapper(Session) - Constructor for class info.magnolia.jcr.wrapper.NodeWrappingDelegateSessionWrapper
     
    NONE - Static variable in interface info.magnolia.cms.security.Permission
     
    NonExistingNodeData - Class in info.magnolia.cms.core
    Represents an non-mutable empty node data.
    NonExistingNodeData(Content, String) - Constructor for class info.magnolia.cms.core.NonExistingNodeData
     
    NonNormalizer() - Constructor for class info.magnolia.cms.util.UnicodeNormalizer.NonNormalizer
     
    noop() - Static method in class info.magnolia.jcr.nodebuilder.Ops
    No operation; can be useful in ternary expression, for instance.
    noop() - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    No operation; can be useful in ternary expression, for instance.
    NoopVariationResolver - Class in info.magnolia.rendering.template.variation
    Variation resolver that ignores any variations, effectively turning the feature off.
    NoopVariationResolver() - Constructor for class info.magnolia.rendering.template.variation.NoopVariationResolver
     
    normalizeNFC(String) - Method in class info.magnolia.cms.util.UnicodeNormalizer.AutoDetectNormalizer
     
    normalizeNFC(String) - Method in class info.magnolia.cms.util.UnicodeNormalizer.Java6Normalizer
     
    normalizeNFC(String) - Method in class info.magnolia.cms.util.UnicodeNormalizer.NonNormalizer
     
    normalizeNFC(String[]) - Static method in class info.magnolia.cms.util.UnicodeNormalizer
     
    normalizeNFC(String) - Static method in class info.magnolia.cms.util.UnicodeNormalizer
    Normalizes the given String to the NFC form.
    normalizeNFC(String) - Method in interface info.magnolia.cms.util.UnicodeNormalizer.Normalizer
     
    NoSameNameSiblingsCondition - Class in info.magnolia.module.delta
    Install condition to verify that Magnolia node types don't allow same name siblings.
    NoSameNameSiblingsCondition(RepositoryManager) - Constructor for class info.magnolia.module.delta.NoSameNameSiblingsCondition
     
    NoScriptRenderer - Class in info.magnolia.templating.renderers
    The renderer for definitions without template script.
    NoScriptRenderer() - Constructor for class info.magnolia.templating.renderers.NoScriptRenderer
    NoScriptRenderer(RenderingEngine) - Constructor for class info.magnolia.templating.renderers.NoScriptRenderer
     
    NoSuchComponentException - Exception in info.magnolia.objectfactory
    Thrown by ComponentProvider methods.
    NoSuchComponentException() - Constructor for exception info.magnolia.objectfactory.NoSuchComponentException
     
    NoSuchComponentException(String, Throwable) - Constructor for exception info.magnolia.objectfactory.NoSuchComponentException
     
    NoSuchComponentException(String) - Constructor for exception info.magnolia.objectfactory.NoSuchComponentException
     
    NoSuchComponentException(Throwable) - Constructor for exception info.magnolia.objectfactory.NoSuchComponentException
     
    NoSuchDefinitionException(String) - Constructor for exception info.magnolia.config.registry.Registry.NoSuchDefinitionException
     
    NOT_HANDLED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
    Returned if a login handler is not able to perform the operation.
    NotVoter<T> - Class in info.magnolia.voting.voters
    Does invert the boolean outcome of a voter.
    NotVoter() - Constructor for class info.magnolia.voting.voters.NotVoter
     
    NT_AREA - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    NT_BASE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: base.
    NT_BASE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: base.
    NT_COMPONENT - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    NT_CONTENT - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Magnolia content.
    NT_CONTENT - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: content.
    NT_CONTENTNODE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    use ItemType.CONTENTNODE
    NT_CONTENTNODE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: content node.
    NT_FILE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: base.
    NT_FILE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: file.
    NT_FOLDER - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: folder.
    NT_FOLDER - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: folder.
    NT_FROZENNODE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    NT_FROZENNODE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    NT_HIERARCHY - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: hierarchyNode.
    NT_HIERARCHY - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: hierarchyNode.
    NT_METADATA - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: metadata.
    NT_METADATA - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: metadata.
    NT_PAGE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    NT_PREFIX - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Prefix for our nodeTypes.
    NT_RESOURCE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: resource.
    NT_RESOURCE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: resource.
    NT_UNSTRUCTURED - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    Node type: unstructured.
    NT_UNSTRUCTURED - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
    Node type: unstructured.
    NullKeyGenerator - Class in info.magnolia.i18nsystem
    A basic implementation of I18nKeyGenerator which essentially just returns the undecorated value, and warns that no I18nKeyGenerator was set for the given object.
    NullKeyGenerator() - Constructor for class info.magnolia.i18nsystem.NullKeyGenerator
     
    NullValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.NullValueFormatter
     
    NumberValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.NumberValueFormatter
     

    O

    object(Map<String, TemplateModel>, String) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    ObjectManufacturer - Class in info.magnolia.objectfactory
    Creates objects by dynamically resolving the parameters to use.
    ObjectManufacturer() - Constructor for class info.magnolia.objectfactory.ObjectManufacturer
     
    objectStore - Variable in class info.magnolia.cms.core.search.QueryResultImpl
    Deprecated.
    caches all previously queried objects.
    ObjectValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.ObjectValueFormatter
     
    ObservationBasedDelayedExecutor(EventListener, long, long) - Constructor for class info.magnolia.cms.util.ObservationUtil.ObservationBasedDelayedExecutor
    Deprecated.
     
    ObservationUtil - Class in info.magnolia.cms.util
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration instead
    ObservationUtil() - Constructor for class info.magnolia.cms.util.ObservationUtil
    Deprecated.
     
    ObservationUtil.DeferringEventListener - Class in info.magnolia.cms.util
    Deprecated.
    since 5.4.6 use DeferringEventListener instead
    ObservationUtil.ListBasedEventIterator - Class in info.magnolia.cms.util
    Deprecated.
    since 5.4.6 use DeferringEventListener.ListBasedEventIterator instead
    ObservationUtil.ObservationBasedDelayedExecutor - Class in info.magnolia.cms.util
    Deprecated.
    since 5.4.6 use DeferringEventListener.ObservationBasedDelayedExecutor instead
    observe(String, String, EventListener) - Static method in class info.magnolia.observation.WorkspaceEventListenerRegistration
    Creates a WorkspaceEventListenerRegistration.Registrar object for configuring and registering the EventListener.
    ObservedComponentFactory<T> - Class in info.magnolia.objectfactory
    Generic observed singleton factory.
    ObservedComponentFactory(String, String, Class<T>) - Constructor for class info.magnolia.objectfactory.ObservedComponentFactory
     
    ObservedComponentFactory(String, String, Class<T>, ComponentProvider) - Constructor for class info.magnolia.objectfactory.ObservedComponentFactory
     
    ObservedManager - Class in info.magnolia.cms.beans.config
    Deprecated.
    since 5.5. Use ModuleConfigurationObservingManager instead.
    ObservedManager() - Constructor for class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
     
    of(Content) - Static method in class info.magnolia.cms.util.SiblingsHelper
    Deprecated.
    Instantiates a SiblingsHelper representing the siblings of the given node and of the same type.
    of(Map<String, Object>) - Static method in class info.magnolia.config.maputil.ConfigurationMapOverlay
     
    of(Object) - Static method in class info.magnolia.config.source.yaml.construct.WrapMetadata.Metadata
     
    of(Node) - Static method in class info.magnolia.jcr.wrapper.LazyNodeWrapper
     
    of(Class<T>, Class<? extends Provider<T>>) - Static method in class info.magnolia.objectfactory.configuration.ProviderConfiguration
     
    of(Node) - Static method in class info.magnolia.templating.functions.SiblingsHelper
    Instantiates a SiblingsHelper representing the siblings of the given node and of the same type.
    ofConfigurationSourceType(ConfigurationSourceType) - Method in class info.magnolia.config.registry.DefinitionQuery
     
    ofType(DefinitionType) - Method in class info.magnolia.config.registry.DefinitionQuery
     
    ofType(ResourceOriginChange.Type) - Method in class info.magnolia.resourceloader.ResourceOriginChange.Builder
     
    OLD_RENDERING_LISTENERS_LOCATION - Static variable in class info.magnolia.rendering.module.setup.MigrateRenderingListenersTask
     
    on(Predicate<Resource>) - Static method in class info.magnolia.resourceloader.util.FileResourceCollectorVisitor
     
    on(Predicate<Resource>, Predicate<Resource>) - Static method in class info.magnolia.resourceloader.util.FileResourceCollectorVisitor
     
    OnAdminVoter - Class in info.magnolia.voting.voters
    Checks if the admin flag (config:/server/admin) is set.
    OnAdminVoter() - Constructor for class info.magnolia.voting.voters.OnAdminVoter
     
    onAllMatchingFiles(Predicate<Resource>, Function<Resource, Void>) - Static method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
    Traverses all directories, and applies the given Function to all files, according to applyToFile.
    OncePerRequestAbstractMgnlFilter - Class in info.magnolia.cms.filters
    A base abstract class for filters that should not be executed more than once for each request.
    OncePerRequestAbstractMgnlFilter() - Constructor for class info.magnolia.cms.filters.OncePerRequestAbstractMgnlFilter
     
    onChildNodes() - Static method in class info.magnolia.jcr.nodebuilder.Ops
    Executes then() ops on all child nodes.
    onChildNodes(AbstractPredicate<Node>) - Static method in class info.magnolia.jcr.nodebuilder.Ops
    Executes then() ops on all child nodes that are evaluated true by the predicate.
    onChildNodes(NodeOperation...) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Executes the operation for each child node excluding meta data and jcr base node.
    onChildNodes(String, NodeOperation...) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Executes the operation for each child node of a certain type.
    onChildNodes(ItemType, NodeOperation...) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Executes the operation for each child node of a certain type.
    onChildNodes(Content.ContentFilter, NodeOperation...) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Executes the operation for each child node matching the filter.
    onClasspathResourceChanged(DevelopmentModeClasspathService.ClasspathResourceChange) - Method in interface info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService.ClasspathResourceCallback
     
    onClear() - Method in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
    The implementor should clear everything.
    onClear() - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    onDetermineLocale() - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    onDetermineLocale() - Method in class info.magnolia.cms.i18n.DefaultI18nContentSupport
     
    onDetermineLocale() - Method in class info.magnolia.cms.i18n.HierarchyBasedI18nContentSupport
     
    onDetermineLocale() - Method in class info.magnolia.cms.i18n.RequestLocaleAwareI18nContentSupport
     
    onEvent(EventIterator) - Method in class info.magnolia.cms.util.FilteredEventListener
     
    onEvent(EventIterator) - Method in class info.magnolia.cms.util.ObservationUtil.DeferringEventListener
    Deprecated.
     
    onEvent(EventIterator) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    onEvent(EventIterator) - Method in class info.magnolia.observation.DeferringEventListener
     
    onModuleStart(StartModuleEvent) - Method in interface info.magnolia.module.StartModuleEvent.Handler
     
    onModuleStartupCompleted(ModulesStartedEvent) - Method in interface info.magnolia.module.ModulesStartedEvent.Handler
     
    onModuleStop(StopModuleEvent) - Method in interface info.magnolia.module.StopModuleEvent.Handler
     
    onPropertyVisit(NodeData, int, String, StringBuffer) - Method in class info.magnolia.cms.util.SearchReplace
    Deprecated.
     
    onRegister(Content) - Method in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
    Registers a node.
    onRegister(Node) - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    onRegister(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
     
    onRegister(Node) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    onRegister(DefinitionProvider<TemplateDefinition>) - Method in class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
     
    onRender(Node, RenderableDefinition, RenderingContext, Map<String, Object>, String) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
    Finally execute the rendering.
    onRender(Node, RenderableDefinition, RenderingContext, Map<String, Object>, String) - Method in class info.magnolia.rendering.renderer.FreemarkerRenderer
     
    onRender(Node, RenderableDefinition, RenderingContext, Map<String, Object>, String) - Method in class info.magnolia.templating.renderers.NoScriptRenderer
     
    onRender(Node, RenderableDefinition, RenderingContext, Map<String, Object>, String) - Method in class info.magnolia.templating.renderers.PlainTextTemplateRenderer
     
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.IPSecurityManagerTransformer
     
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.commands.CommandTransformer
     
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.content2bean.Content2BeanUtil.DefaultClassTransformer
    Deprecated.
     
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.content2bean.impl.CollectionPropertyHidingTransformer
    Deprecated.
     
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
    Called once the type should have been resolved.
    onResolveType(TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.CollectionPropertyHidingTransformer
     
    onResolveType(TypeMapping, TransformationState, TypeDescriptor, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
    Called once the type should have been resolved.
    onResourceChanged(ResourceOriginChange) - Method in interface info.magnolia.resourceloader.ResourceChangeHandler
     
    onStart() - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    onStart() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
     
    onStartup() - Method in class info.magnolia.module.ui.ModuleManagerNullUI
     
    onStartup() - Method in interface info.magnolia.module.ui.ModuleManagerUI
     
    onStartup() - Method in class info.magnolia.module.ui.ModuleManagerWebUI
     
    openComment(String) - Method in class info.magnolia.templating.elements.MarkupHelper
     
    openOutput(File) - Method in class info.magnolia.module.files.BasicFileExtractorOperation
     
    openReader() - Method in class info.magnolia.resourceloader.AbstractResource
     
    openReader(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    openReader(JcrResource) - Method in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    openReader(LayeredResource) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    openReader() - Method in interface info.magnolia.resourceloader.Resource
    Opens a Reader for this resource; if the associated ResourceOrigin can guess it, this will have been opened with the corrected encoding.
    openReader() - Method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    openStream() - Method in class info.magnolia.resourceloader.AbstractResource
     
    openStream(P) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    openStream() - Method in interface info.magnolia.resourceloader.classpath.hierarchy.ClasspathFile
    Get classpath file contents stream.
    openStream() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathFile
     
    openStream() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
     
    openStream() - Method in interface info.magnolia.resourceloader.Resource
    Opens an InputStream for this resource.
    openStream() - Method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    openTag(String) - Method in class info.magnolia.templating.elements.MarkupHelper
     
    operateOnChildNode(Content, InstallContext) - Method in class info.magnolia.module.delta.AllChildrenNodesOperation
    Deprecated.
     
    operateOnChildNode(Content, InstallContext) - Method in class info.magnolia.module.delta.AllModulesNodeOperation
    Deprecated.
     
    operateOnChildNode(Content, InstallContext) - Method in class info.magnolia.setup.HashUsersPasswords
    Deprecated.
     
    operateOnChildNode(Content, InstallContext) - Method in class info.magnolia.setup.initial.AddURIPermissionsToAllRoles
    Deprecated.
     
    operateOnChildNode(Content, InstallContext) - Method in class info.magnolia.setup.initial.UpdateURI2RepositoryMappings
    Deprecated.
    Moves every node to the mappings node.
    operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.module.delta.AllModulesNodeOperation
    Deprecated.
     
    operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.module.delta.RenamePropertyAllModulesNodeTask
    Deprecated.
     
    operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.setup.initial.UpdateURIMappings
    Deprecated.
     
    operateOnModuleNode(Content, HierarchyManager, InstallContext) - Method in class info.magnolia.setup.initial.WarnIgnoredModuleFilters
    Deprecated.
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.module.delta.AddUsersPermissionTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.module.delta.ChangeAllPropertiesWithCertainValueTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.module.delta.FindAndChangeTemplateIdTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.module.delta.NodeVisitorTask
    Implement this method to apply changes to each of the nodes that are matched by NodeVisitorTask.nodeMatches(Node).
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.module.delta.QueryTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.setup.ChangeNodeTypeOfSubAppsTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.setup.for5_2.GrantReadPermissionToRolesTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.setup.for5_2.RemoveOpenWFEPermissionsTask
     
    operateOnNode(InstallContext, Node) - Method in class info.magnolia.setup.for6_0.RemoveMIMEIconsTask
     
    OperationFactory(RepositoryManager, Context, Provider<SystemContext>) - Constructor for class info.magnolia.context.AsynchronousContext.OperationFactory
     
    OperationPermissionDefinition - Interface in info.magnolia.cms.security.operations
    Definition for getting/resolving actions permissions.
    Ops - Class in info.magnolia.jcr.nodebuilder
    Factory methods for most common NodeOperation implementations.
    Ops() - Constructor for class info.magnolia.jcr.nodebuilder.Ops
     
    Ops - Class in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.3 - use Ops instead.
    Ops() - Constructor for class info.magnolia.nodebuilder.Ops
    Deprecated.
     
    OPTION_REALM - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    OPTION_SKIP_ON_PREVIOUS_SUCCESS - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    OPTION_USE_REALM_CALLBACK - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    OptionalArea - Class in info.magnolia.templating.elements.attribute
    OptionalArea() - Constructor for class info.magnolia.templating.elements.attribute.OptionalArea
     
    options - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    OR - Static variable in interface info.magnolia.voting.Voting
     
    orderAfter(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
    Convenient method for ordering a node after a specific target node.
    orderAfter(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
    Orders the node directly after a given sibling.
    orderBefore(String, String) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    move current node to the specified location above the named beforename.
    orderBefore(String, String) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    orderBefore(String, String) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    orderBefore(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
    Convenient method to order a node before a target node.
    orderBefore(String, String) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    orderBefore(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
    Convenience - delegate to Node.orderBefore(String, String).
    orderBefore(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    orderBefore(String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    OrderedProperties - Class in info.magnolia.cms.util
    Subclass of java.util.Properties which keeps the order in which properties were loaded, by delegating to a LinkedHashMap.
    OrderedProperties() - Constructor for class info.magnolia.cms.util.OrderedProperties
     
    OrderFilterBeforeTask - Class in info.magnolia.module.delta
    Orders a filter before a given set of other filters.
    OrderFilterBeforeTask(String, String[]) - Constructor for class info.magnolia.module.delta.OrderFilterBeforeTask
     
    OrderFilterBeforeTask(String, String[], String[]) - Constructor for class info.magnolia.module.delta.OrderFilterBeforeTask
     
    OrderFilterBeforeTask(String, String, String[]) - Constructor for class info.magnolia.module.delta.OrderFilterBeforeTask
     
    OrderFilterBeforeTask(String, String, String[], String[]) - Constructor for class info.magnolia.module.delta.OrderFilterBeforeTask
     
    orderFirst(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
    Orders the node first among its siblings.
    orderLast(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
    Orders the node last among its siblings.
    OrderNodeAfterTask - Class in info.magnolia.module.delta
    Orders a node after the specified sibling node.
    OrderNodeAfterTask(String, String, String) - Constructor for class info.magnolia.module.delta.OrderNodeAfterTask
     
    OrderNodeAfterTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.OrderNodeAfterTask
     
    OrderNodeBeforeTask - Class in info.magnolia.module.delta
    Orders a node before the specified sibling node.
    OrderNodeBeforeTask(String, String) - Constructor for class info.magnolia.module.delta.OrderNodeBeforeTask
     
    OrderNodeBeforeTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.OrderNodeBeforeTask
     
    orderNodeDown(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
    Orders the node down one step among its siblings.
    orderNodes(Content, String[]) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
     
    orderNodes(Content, Comparator<Content>) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
    Uses the passed comparator to create the jcr ordering of the children.
    OrderNodeTo1stPosTask - Class in info.magnolia.module.delta
    Deprecated.
    since 5.2.2 - use OrderNodeToFirstPositionTask instead
    OrderNodeTo1stPosTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.OrderNodeTo1stPosTask
    Deprecated.
     
    OrderNodeToFirstPositionTask - Class in info.magnolia.module.delta
    Sets the Node of a given path in a given repository to the first position of all children.
    OrderNodeToFirstPositionTask(String, String) - Constructor for class info.magnolia.module.delta.OrderNodeToFirstPositionTask
     
    OrderNodeToFirstPositionTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.OrderNodeToFirstPositionTask
     
    orderNodeUp(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
    Orders the node up one step among its siblings.
    originalContextThreadLocal - Static variable in class info.magnolia.context.AbstractSystemContext
     
    OrVoting<T> - Class in info.magnolia.voting.voters
    Returns the first positive vote.
    OrVoting() - Constructor for class info.magnolia.voting.voters.OrVoting
     
    OutputProvider - Interface in info.magnolia.rendering.engine
    Output provider interface.
    Outputter - Interface in info.magnolia.templating.inspector.formatter
    Handles formatting of the certain ValueFormatter.
    overlay() - Method in class info.magnolia.config.maputil.ConfigurationMapOverlay
     
    overloadWithSystemProperties() - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    Overload the properties with set system properties.
    OverrideSource - Class in info.magnolia.config.source.yaml.construct
    Custom SnakeYAML construct strictly bound to the !override YAML tag.
    OverrideSource(Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.construct.OverrideSource
     
    OverridingMap(Map<K, V>) - Constructor for class info.magnolia.config.maputil.ConfigurationMapOverlay.OverridingMap
     

    P

    PAGE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    Page() - Constructor for class info.magnolia.jcr.util.NodeTypes.Page
     
    page(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the page's ContentMap of the passed ContentMap.
    page(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the page Node of the passed node.
    PageDirective - Class in info.magnolia.templating.freemarker
    A freemarker page directive to instruct the page editor about the current content and dialog id (if any).
    PageDirective() - Constructor for class info.magnolia.templating.freemarker.PageDirective
     
    PageElement - Class in info.magnolia.templating.elements
    Creates the cms:page tag.
    PageElement(ServerConfiguration, RenderingContext, Provider<TemplatingModule>, WebContext) - Constructor for class info.magnolia.templating.elements.PageElement
     
    PageElement(ServerConfiguration, RenderingContext) - Constructor for class info.magnolia.templating.elements.PageElement
    PARAM_PATH - Static variable in class info.magnolia.cms.filters.InterceptFilter
    Deprecated.
    request parameter: node path, used for paragraph deletion.
    PARAM_REPOSITORY - Static variable in class info.magnolia.cms.filters.InterceptFilter
    Deprecated.
    request parameter: repository name.
    paramAnalyzerIsNotSet() - Method in class info.magnolia.module.delta.WorkspaceXmlConditionsUtil
    Until https://issues.apache.org/jira/browse/JCR-3236 is fixed the param "analyzer" should not be around.
    PARAMETER_LOGOUT - Static variable in class info.magnolia.cms.security.LogoutFilter
     
    PARAMETER_PSWD - Static variable in class info.magnolia.cms.security.auth.login.FormLogin
     
    PARAMETER_REALM - Static variable in class info.magnolia.cms.security.auth.login.FormLogin
     
    PARAMETER_RETURN_TO - Static variable in class info.magnolia.cms.security.auth.login.FormLogin
     
    PARAMETER_USER_ID - Static variable in class info.magnolia.cms.security.auth.login.FormLogin
     
    ParameterInfo - Class in info.magnolia.objectfactory
    Holds details about a constructors parameter.
    ParameterInfo(Constructor, int) - Constructor for class info.magnolia.objectfactory.ParameterInfo
     
    ParameterResolver - Interface in info.magnolia.objectfactory
    Used to resolve a parameter when invoking a constructor.
    parameters - Variable in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    parent(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    parent(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    parent(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the direct parent of the node.
    parent(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the closest ancestor of the provided node which is of the specified nodeType.
    parentComponentProvider - Variable in class info.magnolia.objectfactory.guice.AbstractGuiceComponentConfigurer
     
    parentModel - Variable in class info.magnolia.rendering.model.RenderingModelImpl
     
    parentWithTemplateType(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Finds a parent Node of given Node with the specified templateType.
    parentWithTemplateType(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    parse(String) - Static method in class info.magnolia.module.model.VersionRange
     
    parseAndFormat(OutputStream, XMLReader, String, String, Session, boolean) - Static method in class info.magnolia.importexport.DataTransporter
    Exports the content of the repository, and format it if necessary.
    parseDate(String) - Static method in class info.magnolia.cms.util.DateUtil
    Uses the current locale (user) to parse the date.
    parseDateTime(String) - Static method in class info.magnolia.cms.util.DateUtil
    Uses the current locale (user) to parse the date and time.
    parseFromFilename(String, Locale) - Static method in class info.magnolia.i18nsystem.util.LocaleUtils
     
    parseLazyFlag(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
     
    parseLink(String) - Static method in class info.magnolia.link.LinkUtil
    Parses provided URI to the link.
    parseResourcePath(Path) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
    Relativize a real path against this origin's root path and normalize it.
    parseStringValue(String, Set<String>) - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
    parseStringValue(String, Set<String>) - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
    Parse the given String value recursively, to be able to resolve nested placeholders.
    parseUUIDLink(String) - Static method in class info.magnolia.link.LinkUtil
    Parses UUID link pattern string and converts it into a Link object.
    parseVersion(String) - Static method in class info.magnolia.module.model.Version
    Factory method that will parse a version string and return the correct Version implementation.
    parseVersion(int, int, int) - Static method in class info.magnolia.module.model.Version
     
    parseYamlFile() - Method in class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
     
    PartialBootstrapTask - Class in info.magnolia.module.delta
    PartialBootstrapTask(String, String, String) - Constructor for class info.magnolia.module.delta.PartialBootstrapTask
    Deprecated.
     
    PartialBootstrapTask(String, String, String, int) - Constructor for class info.magnolia.module.delta.PartialBootstrapTask
    Deprecated.
     
    PartialBootstrapTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.PartialBootstrapTask
    Deprecated.
    Bootstraps fragment of file.
    PartialBootstrapTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.PartialBootstrapTask
    Deprecated.
    Bootstraps newly created file.
    PartialBootstrapTask(String, String, String, String, String, int) - Constructor for class info.magnolia.module.delta.PartialBootstrapTask
    Deprecated.
     
    PartialBootstrapTask(String, String, String, String, int) - Constructor for class info.magnolia.module.delta.PartialBootstrapTask
    Deprecated.
     
    PASSWORD - Static variable in interface info.magnolia.cms.security.auth.Entity
    Deprecated.
     
    PATH - Static variable in class info.magnolia.cms.beans.runtime.File
    path including fileName: /en/mainColumnParagraph/04/file/report2004.Pdf.
    PATH - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
    path including fileName: /en/mainColumnParagraph/04/file/report2004.Pdf.
    Path - Class in info.magnolia.cms.core
    Deprecated.
    since 5.5.3, please see methods description to find out what to use instead
    path2uuid(String, String) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
     
    PATH_ATTRIBUTE - Static variable in class info.magnolia.templating.freemarker.AbstractDirective
     
    PATH_WITHOUT_NAME - Static variable in class info.magnolia.cms.beans.runtime.File
    /en/mainColumnParagraph/04/file.Pdf.
    PATH_WITHOUT_NAME - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
    /en/mainColumnParagraph/04/file.Pdf.
    pathEquals(CharSequence) - Static method in class info.magnolia.resourceloader.util.Functions
     
    pathEquals(String) - Static method in class info.magnolia.resourceloader.util.ResourcePredicates
     
    PathExistenceDelegateTask - Class in info.magnolia.module.delta
    Checks if multiple paths exist/do not exist before executing passed task.
    PathExistenceDelegateTask(String, String, String[], String[], Task) - Constructor for class info.magnolia.module.delta.PathExistenceDelegateTask
     
    PathExistenceDelegateTask(String, String, String, String[], String[], Task) - Constructor for class info.magnolia.module.delta.PathExistenceDelegateTask
     
    pathMatches(String) - Static method in class info.magnolia.resourceloader.util.Functions
     
    pathMatches(Pattern) - Static method in class info.magnolia.resourceloader.util.Functions
    Matches if the input Resource's handle matches the given pattern.
    pathMatches(Predicate<CharSequence>) - Static method in class info.magnolia.resourceloader.util.Functions
     
    pathMatches(String) - Static method in class info.magnolia.resourceloader.util.ResourcePredicates
     
    pathMatches(Pattern) - Static method in class info.magnolia.resourceloader.util.ResourcePredicates
    Matches if the input Resource's handle matches the given pattern.
    pathMatches(Predicate<String>) - Static method in class info.magnolia.resourceloader.util.ResourcePredicates
     
    pathMatchesGlob(String) - Static method in class info.magnolia.resourceloader.util.ResourcePredicates
     
    pathResolver - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
    Used to convert a jackrabbit Path abstraction into a path string with slashes and namespaces.
    pathStartsWith(CharSequence) - Static method in class info.magnolia.resourceloader.util.Functions
     
    pathStartsWith(String) - Static method in class info.magnolia.resourceloader.util.ResourcePredicates
     
    PathToMetadataInferrer - Interface in info.magnolia.config.source.yaml
    A simple component which helps extracting DefinitionMetadata information from given resource path.
    PathUtil - Class in info.magnolia.cms.util
    Utility class used to handle paths for documents in DMS.
    PathUtil() - Constructor for class info.magnolia.cms.util.PathUtil
     
    pattern - Variable in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    PatternDelegate - Interface in info.magnolia.cms.util
    A simple generic interface that can be used to configure anything that can be selected based on some conditions (i.e.
    PatternFilter(String) - Constructor for class info.magnolia.cms.util.ClasspathResourcesUtil.PatternFilter
     
    PatternFilter(Pattern) - Constructor for class info.magnolia.cms.util.ClasspathResourcesUtil.PatternFilter
     
    peekBean(int) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    peekBean(int) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    peekBean(int) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    peekBean(int) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    peekContent(int) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    peekContent(int) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    peekNode(int) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    peekNode(int) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    peekType(int) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    peekType(int) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    peekType(int) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    peekType(int) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    PerformanceTestFilter - Class in info.magnolia.debug
    Logs whatever has been recorded with the PerformanceTestStatus.
    PerformanceTestFilter() - Constructor for class info.magnolia.debug.PerformanceTestFilter
     
    PerformanceTestStatus - Class in info.magnolia.debug
    Key based time measuring.
    PerformanceTestStatus() - Constructor for class info.magnolia.debug.PerformanceTestStatus
     
    performInstallOrUpdate() - Method in interface info.magnolia.module.ModuleManager
     
    performInstallOrUpdate() - Method in class info.magnolia.module.ModuleManagerImpl
     
    performInstallOrUpdate() - Method in class info.magnolia.module.ui.ModuleManagerWebUI
     
    PERMANENT_PREFIX - Static variable in class info.magnolia.cms.util.RequestDispatchUtil
     
    Permission - Interface in info.magnolia.cms.security
    A permission is a collection of rights and can match paths.
    Permission - Class in info.magnolia.templating.elements.attribute
    Permission() - Constructor for class info.magnolia.templating.elements.attribute.Permission
     
    Permission.Deletable - Class in info.magnolia.templating.elements.attribute
    Permission.Movable - Class in info.magnolia.templating.elements.attribute
    Permission.Writable - Class in info.magnolia.templating.elements.attribute
    PERMISSION_ANY - Static variable in class info.magnolia.cms.security.MgnlRole
     
    PERMISSION_NAME_ADD - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_ALL - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_EXECUTE - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_READ - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_REMOVE - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_SET - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_SYNDICATE - Static variable in interface info.magnolia.cms.security.Permission
     
    PERMISSION_NAME_WRITE - Static variable in interface info.magnolia.cms.security.Permission
     
    PermissionImpl - Class in info.magnolia.cms.security
    Concrete implementation of Permission using UrlPattern to match pathes.
    PermissionImpl() - Constructor for class info.magnolia.cms.security.PermissionImpl
     
    permissionMapping - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
     
    PERMISSIONS_FOR_LEGACY_PAGES - Static variable in class info.magnolia.setup.CoreModuleVersionHandler
    Cleans up security-base role from no longer valid URis (basically legacy adminInterface pages not yet ported to M5).
    PERMISSIONS_PROPERTY_NAME - Static variable in class info.magnolia.module.delta.FixUserRolePermissionsPropertyTask
     
    PermissionUtil - Class in info.magnolia.cms.security
    Collection of methods for handling permission related processing.
    PermissionUtil() - Constructor for class info.magnolia.cms.security.PermissionUtil
     
    PHASE_MODULE_RESTART - Static variable in interface info.magnolia.module.ModuleLifecycleContext
    A module is restarted.
    PHASE_SYSTEM_SHUTDOWN - Static variable in interface info.magnolia.module.ModuleLifecycleContext
    The system is shutting down.
    PHASE_SYSTEM_STARTUP - Static variable in interface info.magnolia.module.ModuleLifecycleContext
    System is starting up.
    PLACEHOLDER_PREFIX - Static variable in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    Placeholder prefix: "${".
    PLACEHOLDER_PREFIX - Static variable in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
     
    PLACEHOLDER_SUFFIX - Static variable in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    Placeholder suffix: "}".
    PLACEHOLDER_SUFFIX - Static variable in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
     
    PlainTextCallbackHandler - Class in info.magnolia.cms.security.auth.callback
    Plain text callback handler supporting Form based authentication.
    PlainTextCallbackHandler() - Constructor for class info.magnolia.cms.security.auth.callback.PlainTextCallbackHandler
     
    PlainTextCallbackHandler(String, char[]) - Constructor for class info.magnolia.cms.security.auth.callback.PlainTextCallbackHandler
     
    PlainTextCallbackHandler(String, char[], String) - Constructor for class info.magnolia.cms.security.auth.callback.PlainTextCallbackHandler
     
    PlainTextTemplateRenderer - Class in info.magnolia.templating.renderers
    Template renderer for plain text.
    PlainTextTemplateRenderer() - Constructor for class info.magnolia.templating.renderers.PlainTextTemplateRenderer
    PlainTextTemplateRenderer(RenderingEngine) - Constructor for class info.magnolia.templating.renderers.PlainTextTemplateRenderer
     
    PLATFORM_COMPONENTS_CONFIG_LOCATION_NAME - Static variable in class info.magnolia.init.MagnoliaServletContextListener
     
    pluralTypeNameOf(DefinitionType) - Static method in class info.magnolia.config.registry.RegistryTypeNameUtil
     
    pluralTypeNameOf(Registry) - Static method in class info.magnolia.config.registry.RegistryTypeNameUtil
    Deprecated.
    pluralTypeNameOf(Registry) - Method in class info.magnolia.config.source.AbstractConfigurationSourceBuilder
    Deprecated.
    since 5.5 - use DefinitionType.getPluralName() instead.
    pop() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    pop() - Static method in class info.magnolia.context.MgnlContext
     
    pop() - Method in interface info.magnolia.context.WebContext
     
    pop() - Method in class info.magnolia.context.WebContextImpl
     
    pop() - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
     
    pop() - Method in interface info.magnolia.rendering.context.RenderingContext
     
    popBean() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    popBean() - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    popBean() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    popBean() - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    popContent() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    popContent() - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    popCurrentEntry() - Method in class info.magnolia.map2bean.TransformationState
     
    popNode() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    popNode() - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    popProvider() - Static method in class info.magnolia.objectfactory.Components
     
    popType() - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    popType() - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    popType() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    popType() - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    populateContent(Content, String, String) - Method in class info.magnolia.importexport.PropertiesImportExport
    Deprecated.
     
    populateFrom(DefinitionMetadataBuilder, Resource) - Method in interface info.magnolia.config.source.yaml.PathToMetadataInferrer
     
    populateFrom(DefinitionMetadataBuilder, Resource) - Method in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
     
    populateFromRequest(Object) - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    populateModuleInstance(Object, Map<String, Object>) - Method in class info.magnolia.module.ModuleManagerImpl
    Deprecated.
    since 6.1. The module instance should be created by info.magnolia.config.module.ModuleInstanceRegistry.
    PopulateModulesEvent - Class in info.magnolia.module
    Event sent when modules should be instantiated by info.magnolia.config.module.ModuleInstanceRegistry.
    PopulateModulesEvent() - Constructor for class info.magnolia.module.PopulateModulesEvent
     
    PopulateModulesEvent.Handler - Interface in info.magnolia.module
    Event handler for PopulateModulesEvent.
    populateNode(Node, String, String) - Method in class info.magnolia.jcr.util.PropertiesImportExport
     
    PostNodeVisitor - Interface in info.magnolia.jcr.util
    Used in NodeUtil.visit(Node, NodeVisitor) if the visitor wants to use post order.
    postprocess(Context, Exception) - Method in interface info.magnolia.commands.chain.Filter
     
    postProcessNode(Node) - Method in class info.magnolia.importexport.postprocessors.ActivationStatusImportPostProcessor
     
    postProcessNode(Node) - Method in interface info.magnolia.importexport.postprocessors.ImportPostProcessor
     
    postProcessNode(Node) - Method in class info.magnolia.importexport.postprocessors.MetaDataImportPostProcessor
     
    postProcessNode(Node) - Method in class info.magnolia.importexport.postprocessors.UpdateVersionMixinPostProcessor
     
    postVisit(Content) - Method in interface info.magnolia.cms.util.ContentUtil.PostVisitor
    Deprecated.
     
    postVisit(Node) - Method in interface info.magnolia.jcr.util.PostNodeVisitor
     
    PreConfiguredBeanUtils - Class in info.magnolia.jcr.node2bean.impl
    A wrapper around beanutils where we centrally register our custom converters.
    PreConfiguredBeanUtils() - Constructor for class info.magnolia.jcr.node2bean.impl.PreConfiguredBeanUtils
     
    preDeleteNode(Node, Context, Lock) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    preDeleteNode(Node, Context) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
    Deprecated.
    PredicatedResourceVisitor - Class in info.magnolia.resourceloader.util
    A ResourceVisitor constructed with Predicates and a Function to determine its behavior.
    PredicatedResourceVisitor(Predicate<Resource>, Predicate<Resource>, Predicate<Resource>, Function<Resource, Void>) - Constructor for class info.magnolia.resourceloader.util.PredicatedResourceVisitor
     
    prefixLink(String) - Method in class info.magnolia.link.AbsolutePathTransformer
     
    prefixLink(String) - Method in class info.magnolia.link.CompleteUrlPathTransformer
     
    prepareContent(TransformationState) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
    Deprecated.
    Set mixin types or similar.
    prepareRendering(Locale, String, Object) - Method in class info.magnolia.freemarker.FreemarkerHelper
    Call checkLocale() before calling this method, to ensure it is not null.
    prepareTemplatingElement(C, Environment, Map<String, TemplateModel>, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.AbstractDirective
    Implementations of this method should prepare the TemplatingElement with the known parameters.
    prepareTemplatingElement(AreaElement, Environment, Map<String, TemplateModel>, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.AreaDirective
     
    prepareTemplatingElement(ComponentElement, Environment, Map<String, TemplateModel>, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.ComponentDirective
     
    prepareTemplatingElement(InitElement, Environment, Map<String, TemplateModel>, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.InitDirective
    Deprecated.
     
    prepareTemplatingElement(PageElement, Environment, Map<String, TemplateModel>, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.PageDirective
     
    prepareTemplatingElement(ComponentElement, Environment, Map<String, TemplateModel>, TemplateModel[], TemplateDirectiveBody) - Method in class info.magnolia.templating.freemarker.ReadOnlyComponentDirective
     
    prev() - Method in class info.magnolia.cms.util.SiblingsHelper
    Deprecated.
     
    prev() - Method in class info.magnolia.templating.functions.SiblingsHelper
     
    previewMode() - Method in class info.magnolia.cms.filters.InterceptFilter
    Deprecated.
     
    PrincipalCollection - Interface in info.magnolia.cms.security.auth
    A collection of principals.
    PrincipalCollectionImpl - Class in info.magnolia.cms.security.auth
    Principal collection implementation based on simple list.
    PrincipalCollectionImpl() - Constructor for class info.magnolia.cms.security.auth.PrincipalCollectionImpl
     
    PrincipalCollectionImpl(Collection<Principal>) - Constructor for class info.magnolia.cms.security.auth.PrincipalCollectionImpl
     
    PrincipalCollectionImpl - Class in info.magnolia.jaas.principal
    Deprecated.
    since 5.2.1 use PrincipalCollectionImpl instead
    PrincipalCollectionImpl() - Constructor for class info.magnolia.jaas.principal.PrincipalCollectionImpl
    Deprecated.
     
    PrincipalList - Interface in info.magnolia.cms.security.auth
    A list of Strings.
    PrincipalNotFoundException - Exception in info.magnolia.cms.security
    Throw when a Principal is search and not found.
    PrincipalNotFoundException(String) - Constructor for exception info.magnolia.cms.security.PrincipalNotFoundException
     
    PrincipalUtil - Class in info.magnolia.cms.security
    Utility methods for handling JAAS principals.
    PrincipalUtil() - Constructor for class info.magnolia.cms.security.PrincipalUtil
     
    printVersionInfo() - Method in class info.magnolia.cms.license.LicenseFileExtractor
    Deprecated.
    Print version info to System.out.
    printVersionInfo() - Method in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
    Print version info to System.out.
    process(Object) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
    Uses the class of the object to create the templates name, passes the object under the name 'this' and returns the result in a String.
    process(Object, Writer) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
     
    process(Object, String, String) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
    Same as FreemarkerUtil.process(Object) but adds the classifier and the extension to the template name.
    process(Object, String, String, Writer) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
     
    process(Class<?>, Object) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
    Uses the class to create the templates name and passes the object under the name 'this'.
    process(Class<?>, Object, Writer) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
     
    process(String, Map<String, Object>) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
    Process this template with the passed data and returns the result in a String.
    process(String, Map<String, Object>, Writer) - Static method in class info.magnolia.freemarker.FreemarkerUtil
    Deprecated.
    Process the template with the data and writes the result to the writer.
    processBeforeInjection(String, Node, RenderableDefinition) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    processEvent(WatchEvent.Kind<?>, Path, WatchEvent<?>) - Method in class info.magnolia.dirwatch.DirectoryWatcher
    Process given pending WatchEvent as needed.
    processFile(String) - Method in class info.magnolia.content2bean.impl.DescriptorFileBasedTypeMapping
    Deprecated.
     
    PROCESSING_COMPLETE - Static variable in interface info.magnolia.commands.chain.Command
     
    processingInstruction(String, String) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    processProperties(Class<?>, Properties) - Method in class info.magnolia.content2bean.impl.DescriptorFileBasedTypeMapping
    Deprecated.
     
    processPropertyFilesString(ServletContext, String, String, String, String) - Static method in class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
    since 4.5, this is done by DefaultMagnoliaPropertiesResolver.DefaultMagnoliaPropertiesResolver(javax.servlet.ServletContext, info.magnolia.init.MagnoliaInitPaths). Note: when remove this class and method, this code will need to be cleaned up and moved to info.magnolia.init.DefaultMagnoliaPropertiesResolver
    PRODUCT_DOMAIN - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
     
    ProductDescriptorExtractor - Class in info.magnolia.cms.pddescriptor
    Extracts product information from the info/magnolia/cms/pddescriptor/pddescriptor.xml file.
    ProductDescriptorExtractor() - Constructor for class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
     
    productionMode() - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations
     
    ProductionModeClasspathFile - Class in info.magnolia.resourceloader.classpath.service.impl.production
    ClasspathFile implementation oriented onto production application mode.
    ProductionModeClasspathFile(String) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
     
    ProductionModeClasspathService - Class in info.magnolia.resourceloader.classpath.service.impl.production
    Classpath service implementation which targets production application mode.
    ProductionModeClasspathService(DefaultClasspathServiceConfigurations, ClasspathEntriesResolver) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathService
     
    ProductionModeClasspathService(ClasspathServiceConfiguration, ClasspathEntriesResolver) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathService
    Alternative c-tor which allows to pass in a custom classpath configuration.
    productionWithVfs() - Static method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathFileConstructionStrategy
     
    PROFILE_INITIALIZATION_PARAMETER - Static variable in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
    Default value for the MAGNOLIA_INITIALIZATION_FILE parameter in profile based configuration.
    properties() - Method in interface info.magnolia.config.registry.DefinitionRawView
    Order is entirely dependent on the source.
    properties() - Method in class info.magnolia.config.source.raw.DefinitionRawViewMapWrapper
     
    PROPERTIES - Static variable in class info.magnolia.importexport.DataTransporter
     
    PROPERTIES_ALL - Static variable in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    PROPERTIES_CONTENTNODE - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTIES_CONTENTNODE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTIES_NONE - Static variable in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    PropertiesBasedTypeDescriptor - Class in info.magnolia.content2bean.impl
    Deprecated.
    since 4.5, unused. Custom Transformer should be enough.
    PropertiesBasedTypeDescriptor(Properties) - Constructor for class info.magnolia.content2bean.impl.PropertiesBasedTypeDescriptor
    Deprecated.
     
    PropertiesBasedTypeMapping - Class in info.magnolia.content2bean.impl
    Deprecated.
    since 4.5 - register Transformers explicitly.
    PropertiesBasedTypeMapping() - Constructor for class info.magnolia.content2bean.impl.PropertiesBasedTypeMapping
    Deprecated.
     
    PropertiesImportExport - Class in info.magnolia.importexport
    Deprecated.
    since 5.2.2 - use PropertiesImportExport.
    PropertiesImportExport() - Constructor for class info.magnolia.importexport.PropertiesImportExport
    Deprecated.
     
    PropertiesImportExport - Class in info.magnolia.jcr.util
    Utility class providing support for properties-like format to import/export jcr data.
    PropertiesImportExport() - Constructor for class info.magnolia.jcr.util.PropertiesImportExport
     
    PropertiesImportTask - Class in info.magnolia.module.delta
    Deprecated.
    since 5.6 - use ImportNodesFromPropertiesTask instead.
    PropertiesImportTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.PropertiesImportTask
    Deprecated.
     
    PropertiesInitializer - Class in info.magnolia.cms.beans.config
    Deprecated.
    since 4.5 - replaced by classes in the info.magnolia.init package.
    PropertiesInitializer(ModuleRegistry) - Constructor for class info.magnolia.cms.beans.config.PropertiesInitializer
    Deprecated.
     
    Property() - Constructor for class info.magnolia.config.registry.DefinitionRawView.Property
     
    PROPERTY_CONTENTTYPE - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_CONTENTTYPE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_EMAIL - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_ENABLED - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_ENCODING - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_ENCODING - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_FILENAME - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_FILENAME - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_HEIGHT - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_HEIGHT - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_ICON - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_ICON - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_LANGUAGE - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_LASTACCESS - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_LASTMODIFIED - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_LASTMODIFIED - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_MIMETYPE - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_MIMETYPE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_PASSWORD - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_RULE - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    Property name for collection rule.
    PROPERTY_SIZE - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_SIZE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_TEMPLATE - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_TEMPLATE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PROPERTY_TIMEZONE - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_TITLE - Static variable in class info.magnolia.cms.security.MgnlUserManager
     
    PROPERTY_WIDTH - Static variable in class info.magnolia.cms.beans.runtime.File
     
    PROPERTY_WIDTH - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    PropertyAndChildWrappingContentDecorator - Class in info.magnolia.jcr.wrapper
    Content decorator that wraps all properties.
    PropertyAndChildWrappingContentDecorator() - Constructor for class info.magnolia.jcr.wrapper.PropertyAndChildWrappingContentDecorator
     
    PropertyAndChildWrappingNodeWrapper - Class in info.magnolia.jcr.wrapper
    Node wrapper that wraps all returned properties and wraps all returned nodes to extend its property wrapping scheme to an entire hierarchy.
    PropertyAndChildWrappingNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.PropertyAndChildWrappingNodeWrapper
     
    PropertyAndChildWrappingNodeWrapper(Node, PropertyAndChildWrappingContentDecorator) - Constructor for class info.magnolia.jcr.wrapper.PropertyAndChildWrappingNodeWrapper
     
    PropertyDefinition - Class in info.magnolia.module.model
    Property as defined in a module descriptor.
    PropertyDefinition() - Constructor for class info.magnolia.module.model.PropertyDefinition
     
    propertyExists(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    propertyExists(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    PropertyExistsDelegateTask - Class in info.magnolia.module.delta
    Deprecated.
    since 5.6. Use HasPropertyDelegateTask instead.
    PropertyExistsDelegateTask(String, String, String, Task) - Constructor for class info.magnolia.module.delta.PropertyExistsDelegateTask
    Deprecated.
     
    PropertyExistsDelegateTask(String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.PropertyExistsDelegateTask
    Deprecated.
     
    PropertyExistsDelegateTask(String, String, String, String, String, Task) - Constructor for class info.magnolia.module.delta.PropertyExistsDelegateTask
    Deprecated.
     
    PropertyExistsDelegateTask(String, String, String, String, String, Task, Task) - Constructor for class info.magnolia.module.delta.PropertyExistsDelegateTask
    Deprecated.
     
    PropertyFilteringContentDecorator - Class in info.magnolia.jcr.wrapper
    Content decorator that filters out properties.
    PropertyFilteringContentDecorator(AbstractPredicate<Property>) - Constructor for class info.magnolia.jcr.wrapper.PropertyFilteringContentDecorator
     
    PropertyFilteringContentDecorator(AbstractPredicate<Property>, boolean) - Constructor for class info.magnolia.jcr.wrapper.PropertyFilteringContentDecorator
     
    PropertyFilteringNodeWrapper - Class in info.magnolia.jcr.wrapper
    Node wrapper that filters out properties based on a predicate, child nodes acquired via this wrapper are also wrapped in order to filter properties on them as well.
    PropertyFilteringNodeWrapper(Node, AbstractPredicate<Property>) - Constructor for class info.magnolia.jcr.wrapper.PropertyFilteringNodeWrapper
     
    PropertyFilteringNodeWrapper(Node, AbstractPredicate<Property>, boolean) - Constructor for class info.magnolia.jcr.wrapper.PropertyFilteringNodeWrapper
     
    PropertyFilteringPredicate - Class in info.magnolia.jcr.predicate
    AbstractPredicate for filtering JCR properties.
    PropertyFilteringPredicate() - Constructor for class info.magnolia.jcr.predicate.PropertyFilteringPredicate
     
    propertyName - Variable in class info.magnolia.module.delta.CheckNodeDelegateTask
     
    propertyName - Variable in class info.magnolia.module.delta.NodeCheckDelegateTask
    Deprecated.
     
    PropertySource - Interface in info.magnolia.init
    Basic Magnolia configuration typically happens with a set of files typically called "magnolia.properties", loaded in a given order, from different location.
    PropertyStringComparator - Class in info.magnolia.jcr.comparator
    Compares the string representations of two node properties identified by the property name.
    PropertyStringComparator(String) - Constructor for class info.magnolia.jcr.comparator.PropertyStringComparator
     
    PropertyTypeDescriptor - Class in info.magnolia.content2bean
    Deprecated.
    since 5.2.4 - use PropertyTypeDescriptor instead.
    PropertyTypeDescriptor() - Constructor for class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    PropertyTypeDescriptor - Class in info.magnolia.jcr.node2bean
    Describes a property.
    PropertyTypeDescriptor() - Constructor for class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    PropertyUtil - Class in info.magnolia.jcr.util
    Property-related utility methods.
    PropertyUtil() - Constructor for class info.magnolia.jcr.util.PropertyUtil
     
    PropertyValueDelegateTask - Class in info.magnolia.module.delta
    Deprecated.
    since 5.6. Use ValueOfPropertyDelegateTask instead.
    PropertyValueDelegateTask(String, String, String, String, boolean, Task) - Constructor for class info.magnolia.module.delta.PropertyValueDelegateTask
    Deprecated.
     
    PropertyValueDelegateTask(String, String, String, String, boolean, Task, Task) - Constructor for class info.magnolia.module.delta.PropertyValueDelegateTask
    Deprecated.
     
    PropertyValueDelegateTask(String, String, String, String, String, String, boolean, Task) - Constructor for class info.magnolia.module.delta.PropertyValueDelegateTask
    Deprecated.
     
    PropertyValueDelegateTask(String, String, String, String, String, String, boolean, Task, Task) - Constructor for class info.magnolia.module.delta.PropertyValueDelegateTask
    Deprecated.
     
    PropertyValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.PropertyValueFormatter
     
    PropertyValuesTask - Class in info.magnolia.module.delta
    A tasks that offers helper methods to check on certain properties.
    PropertyValuesTask(String, String) - Constructor for class info.magnolia.module.delta.PropertyValuesTask
     
    PropertyVoter - Class in info.magnolia.voting.voters
    Checks if the named Magnolia property has the expected value.
    PropertyVoter() - Constructor for class info.magnolia.voting.voters.PropertyVoter
     
    PropertyWrapperFactory - Interface in info.magnolia.jcr.wrapper
    Factory for wrapping properties.
    PROVIDER - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
     
    Provider - Interface in info.magnolia.repository
    Repository provider.
    PROVIDER_ADDRESS - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
     
    PROVIDER_EMAIL - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
     
    ProviderConfiguration<T> - Class in info.magnolia.objectfactory.configuration
    Configuration for a provider that acts as a factory, supported types are ComponentFactory and Provider.
    ProviderConfiguration(Class<T>, Class<? extends Provider<T>>) - Constructor for class info.magnolia.objectfactory.configuration.ProviderConfiguration
     
    ProviderConfiguration() - Constructor for class info.magnolia.objectfactory.configuration.ProviderConfiguration
     
    providerForComponentFactory(Class<? extends ComponentFactory<T>>) - Static method in class info.magnolia.objectfactory.guice.GuiceUtils
     
    providerForComponentFactory(ComponentFactory<T>) - Static method in class info.magnolia.objectfactory.guice.GuiceUtils
     
    providerForInstance(T) - Static method in class info.magnolia.objectfactory.guice.GuiceUtils
     
    ProviderImpl - Class in info.magnolia.jackrabbit
    Provider implementation for Apache JackRabbit JCR repository.
    ProviderImpl(FileSystemHelper, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.jackrabbit.ProviderImpl
     
    ProviderImpl(FileSystemHelper) - Constructor for class info.magnolia.jackrabbit.ProviderImpl
    Deprecated.
    since 6.1 - use {@link #ProviderImpl(FileSystemHelper, MagnoliaConfigurationProperties) instead.
    ProviderImpl() - Constructor for class info.magnolia.jackrabbit.ProviderImpl
    Deprecated.
    since 6.1 - use {@link #ProviderImpl(FileSystemHelper, MagnoliaConfigurationProperties) instead.
    ProxyBasedBeanMerger - Class in info.magnolia.beanmerger
    Proxy-based bean merger.
    ProxyBasedBeanMerger() - Constructor for class info.magnolia.beanmerger.ProxyBasedBeanMerger
     
    ProxyBasedBeanMerger.MergeInvoker - Class in info.magnolia.beanmerger
    Merge Invoker.
    ProxytoysI18nizer - Class in info.magnolia.i18nsystem.proxytoys
    Deprecated.
    since 6.1. Use #ByteBuddyI18nizer.
    ProxytoysI18nizer(TranslationService, LocaleProvider) - Constructor for class info.magnolia.i18nsystem.proxytoys.ProxytoysI18nizer
    Deprecated.
     
    pswd - Variable in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
     
    pswd - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    PublicApi - Annotation Type in info.magnolia.api
    PublicApi indicates that annotated type is mature and can be re-used in the client code.
    purgeContent(Node) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    push(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    push(HttpServletRequest, HttpServletResponse) - Static method in class info.magnolia.context.MgnlContext
     
    push(HttpServletRequest, HttpServletResponse) - Method in interface info.magnolia.context.WebContext
     
    push(HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.context.WebContextImpl
     
    push(Node, RenderableDefinition) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
     
    push(Node, RenderableDefinition, OutputProvider) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
     
    push(Node, RenderableDefinition) - Method in interface info.magnolia.rendering.context.RenderingContext
    Pushes the content and renderableDefinition to be used for rendering.
    push(Node, RenderableDefinition, OutputProvider) - Method in interface info.magnolia.rendering.context.RenderingContext
    Pushes the content and renderableDefinition to be used for rendering.
    pushBean(Object) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    pushBean(Object) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    pushBean(Object) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    pushBean(Object) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    pushContent(Content) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    pushContent(Content) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    pushEntry(String, Object, PropertyTypeDescriptor) - Method in class info.magnolia.map2bean.TransformationState
     
    pushNode(Node) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    pushNode(Node) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    pushProblem(TransformationProblem) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    pushProblem(TransformationProblem) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    pushProvider(ComponentProvider) - Static method in class info.magnolia.objectfactory.Components
     
    pushType(TypeDescriptor) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    pushType(TypeDescriptor) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    pushType(TypeDescriptor) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    pushType(TypeDescriptor) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    put(Object, Object) - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    put(Object, Object) - Method in class info.magnolia.cms.util.OrderedProperties
     
    put(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.RegistryMap
     
    put(Object, Object) - Method in class info.magnolia.context.AbstractContext
    put(Object, Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    put(String, Object) - Method in class info.magnolia.jcr.util.ContentMap
     
    put(K, V) - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    put(V) - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    putAll(Map) - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    putAll(Map) - Method in class info.magnolia.context.AbstractContext
    putAll(Map) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    putAll(Map<? extends String, ? extends Object>) - Method in class info.magnolia.jcr.util.ContentMap
     
    putIfAbsent(Object, Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     

    Q

    Query - Interface in info.magnolia.cms.core.search
    Deprecated.
    Since 4.5.4 we are using JCR query API.
    query - Variable in class info.magnolia.cms.core.search.QueryImpl
    Deprecated.
     
    query() - Method in class info.magnolia.config.registry.AbstractRegistry
    Deprecated.
    query() - Method in interface info.magnolia.config.registry.Registry
    Deprecated.
    as of 5.5 - directly instantiate an implementation of DefinitionQuery
    query() - Method in interface info.magnolia.config.registry.RegistryFacade
    Create query operating over an aggregation of all registries in this facade.
    query(DefinitionQuery) - Method in interface info.magnolia.config.registry.RegistryFacade
    Like RegistryFacade.query(), but adopts properties from another query.
    query() - Method in class info.magnolia.config.registry.RegistryFacadeImpl
     
    query(DefinitionQuery) - Method in class info.magnolia.config.registry.RegistryFacadeImpl
     
    QueryAwareVirtualURIMapping - Interface in info.magnolia.cms.beans.config
    Deprecated.
    since 5.5.6, query aware uri mapping interface is redundant and don't use for others URI mappings have been relocated to the virtual-uri module (see MAGNOLIA-7016).
    QueryElementsAndDisplayWarningTask - Class in info.magnolia.module.delta
    Displays user a warning message based on the query statement and workspace passed in.
    QueryElementsAndDisplayWarningTask(String, String, String, String, String, String, List<String>) - Constructor for class info.magnolia.module.delta.QueryElementsAndDisplayWarningTask
    Default constructor.
    QueryElementsAndDisplayWarningTask(String, String, String, String, String, List<String>) - Constructor for class info.magnolia.module.delta.QueryElementsAndDisplayWarningTask
     
    QueryImpl - Class in info.magnolia.cms.core.search
    Deprecated.
    Since 4.5.4 we are using JCR query API.
    QueryImpl(Query, HierarchyManager) - Constructor for class info.magnolia.cms.core.search.QueryImpl
    Deprecated.
     
    QueryManager - Interface in info.magnolia.cms.core.search
    Deprecated.
    Since 4.5.4 we are using JCR query API.
    queryManager - Variable in class info.magnolia.cms.core.search.QueryManagerImpl
    Deprecated.
     
    QueryManagerImpl - Class in info.magnolia.cms.core.search
    Deprecated.
    Since 4.5.4 we are using JCR query API.
    QueryManagerImpl(QueryManager, HierarchyManager) - Constructor for class info.magnolia.cms.core.search.QueryManagerImpl
    Deprecated.
     
    QueryResult - Interface in info.magnolia.cms.core.search
    Deprecated.
    Since 4.5.4 we are using JCR query API.
    QueryResultImpl - Class in info.magnolia.cms.core.search
    Deprecated.
    Since 4.5.4 we are using JCR query API.
    QueryResultImpl(QueryResult, HierarchyManager) - Constructor for class info.magnolia.cms.core.search.QueryResultImpl
    Deprecated.
     
    QueryResultImpl(QueryResult, HierarchyManager, long) - Constructor for class info.magnolia.cms.core.search.QueryResultImpl
    Deprecated.
     
    queryStringAndFragment(String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the querystring and fragment of a url, or an empty string if there are none.
    QueryTask - Class in info.magnolia.module.delta
    An abstract task to perform operations on nodes returned by a given query.
    QueryTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.QueryTask
     
    QueryUtil - Class in info.magnolia.cms.util
    Util to execute queries as simple as possible.
    QueryUtil() - Constructor for class info.magnolia.cms.util.QueryUtil
     
    quietNewInstance(String, Object...) - Static method in class info.magnolia.objectfactory.Classes
    Convenience/shortcut for Classes.newInstance(String, Object...), returning null both in case of a ClassNotFoundException or if the class could not be instantiated.

    R

    RangedOutputStream - Class in info.magnolia.cms.filters
    Range limited output stream.
    RangedOutputStream(ServletOutputStream, RangeSupportFilter.RangeInfo) - Constructor for class info.magnolia.cms.filters.RangedOutputStream
     
    RangeInfo(int, int, int) - Constructor for class info.magnolia.cms.filters.RangeSupportFilter.RangeInfo
     
    RangeIteratorImpl<T> - Class in info.magnolia.jcr.iterator
    Intended as a base class when implementing JCR iterators, sub-classes need only implement the special next methods such as nextNode() for NodeIterator.
    RangeIteratorImpl(Collection<T>) - Constructor for class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    RangeIteratorImpl(RangeIterator) - Constructor for class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    RangeIteratorImpl(Iterator<T>, int) - Constructor for class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    RangeSupportFilter - Class in info.magnolia.cms.filters
    This filter will process any incoming requests containing Range or If-Range headers and swallow all produced output except for that matching the requested range.
    RangeSupportFilter() - Constructor for class info.magnolia.cms.filters.RangeSupportFilter
     
    RangeSupportFilter.RangeInfo - Class in info.magnolia.cms.filters
    Requested byte range.
    RawDefinitionViewToMapConverter - Class in info.magnolia.config.converters
    Converts a DefinitionRawView to Map.
    rawView(DefinitionRawView) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
     
    rawViewToMap(DefinitionRawView) - Static method in class info.magnolia.config.converters.RawDefinitionViewToMapConverter
     
    READ - Static variable in interface info.magnolia.cms.security.Permission
     
    read(Resource) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    read(byte[], long) - Method in class info.magnolia.jcr.util.BinaryInFile
    Deprecated.
     
    read(Reader) - Method in class info.magnolia.module.model.reader.BetwixtModuleDefinitionReader
     
    read(Reader) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader
     
    read(Reader) - Method in interface info.magnolia.module.model.reader.ModuleDefinitionReader
     
    read(Reader) - Method in class info.magnolia.objectfactory.configuration.ComponentConfigurationReader
     
    read(InputStream) - Method in class info.magnolia.repository.definition.RepositoryMappingDefinitionReader
    Load repository mappings and params using repositories.xml.
    READABLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
     
    readableFileSize(long) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns a human friendly string for a file size.
    readAll() - Method in class info.magnolia.module.model.reader.BetwixtModuleDefinitionReader
     
    readAll() - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader
     
    readAll() - Method in interface info.magnolia.module.model.reader.ModuleDefinitionReader
    Reads all found module definitions.
    readAll(List<String>) - Method in class info.magnolia.objectfactory.configuration.ComponentConfigurationReader
     
    readCache - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
     
    readCollection(TransformationState) - Method in class info.magnolia.map2bean.Map2BeanTransformer
     
    readConfiguration(List<String>, String) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
    Reads component definitions from the specified resources and returns a ComponentProviderConfiguration.
    readData() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
     
    readData() - Method in interface info.magnolia.config.source.yaml.dependency.YamlConfigurationDependency
     
    readData() - Method in class info.magnolia.config.source.yaml.dependency.YamlFileDependency
     
    readFormatted(XMLReader, File, OutputStream) - Static method in class info.magnolia.importexport.DataTransporter
     
    readFormatted(XMLReader, InputStream, OutputStream) - Static method in class info.magnolia.importexport.DataTransporter
     
    readFromResource(String) - Method in class info.magnolia.module.model.reader.BetwixtModuleDefinitionReader
     
    readFromResource(String) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader
     
    readFromResource(String) - Method in interface info.magnolia.module.model.reader.ModuleDefinitionReader
     
    readFromResource(String) - Method in class info.magnolia.objectfactory.configuration.ComponentConfigurationReader
     
    readMap(TransformationState) - Method in class info.magnolia.map2bean.Map2BeanTransformer
     
    readNoCast(Resource) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    ReadOnlyComponentDirective - Class in info.magnolia.templating.freemarker
    A freemarker directive for rendering an arbitrary piece of content (read only).
    ReadOnlyComponentDirective() - Constructor for class info.magnolia.templating.freemarker.ReadOnlyComponentDirective
     
    ReadOnlyDirectives - Class in info.magnolia.templating.freemarker
    A map with freemarker directives with read only components specific to Magnolia.
    ReadOnlyDirectives() - Constructor for class info.magnolia.templating.freemarker.ReadOnlyDirectives
     
    readToMap(Resource) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    readValue(TransformationState) - Method in class info.magnolia.map2bean.Map2BeanTransformer
     
    readVirtualURIMapping(Node) - Method in class info.magnolia.cms.beans.config.VirtualURIManager
    Deprecated.
     
    readWithDependencies(Resource) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    realm - Variable in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
    The realm to which we login.
    Realm - Interface in info.magnolia.cms.security
    Provides the name for the default realm.
    realm - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
    The realm we login into.
    Realm.Factory - Class in info.magnolia.cms.security
    Factory for providing realms.
    Realm.RealmImpl - Class in info.magnolia.cms.security
    Implementation of the realm.
    REALM_ADMIN - Static variable in interface info.magnolia.cms.security.Realm
    The realm for the admin interface.
    REALM_ALL - Static variable in interface info.magnolia.cms.security.Realm
    No realm --> all users.
    REALM_SYSTEM - Static variable in interface info.magnolia.cms.security.Realm
    Contains not removable system users: anonymous, superuser.
    RealmCallback - Class in info.magnolia.cms.security.auth.callback
    Deprecated. 
    RealmCallback() - Constructor for class info.magnolia.cms.security.auth.callback.RealmCallback
    Deprecated.
     
    RealmImpl(String) - Constructor for class info.magnolia.cms.security.Realm.RealmImpl
     
    recursive(NodeOperation...) - Static method in class info.magnolia.nodebuilder.RecursiveOp
    Deprecated.
    Visits the hierarchy recursively and executes the operations on all nodes excluding meta data and jcr base nodes.
    recursive(String, NodeOperation...) - Static method in class info.magnolia.nodebuilder.RecursiveOp
    Deprecated.
    Visits the hierarchy recursively and executes the operations on all nodes matching a certain type.
    recursive(ItemType, NodeOperation...) - Static method in class info.magnolia.nodebuilder.RecursiveOp
    Deprecated.
    Visits the hierarchy recursively and executes the operations on all nodes matching a certain type.
    recursive(Content.ContentFilter, NodeOperation...) - Static method in class info.magnolia.nodebuilder.RecursiveOp
    Deprecated.
     
    RecursiveOp - Class in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.4 - looks like it's not used anywhere so it'll be dropped without replacement. Raise your voice if you need a RecursiveOp operating on jcr API.
    RecursiveOp(Content.ContentFilter, NodeOperation[]) - Constructor for class info.magnolia.nodebuilder.RecursiveOp
    Deprecated.
    Visits the hierarchy recursively and executes the operations on all nodes matching the filter.
    REDIRECT_PREFIX - Static variable in class info.magnolia.cms.util.RequestDispatchUtil
     
    RedirectClientCallback - Class in info.magnolia.cms.security.auth.callback
    An HttpClientCallback implementation which redirects to a configured path or URL.
    RedirectClientCallback() - Constructor for class info.magnolia.cms.security.auth.callback.RedirectClientCallback
     
    REFERRER - Static variable in class info.magnolia.cms.security.CsrfSecurityFilter
     
    ReflectionsVfsBased(ClasspathFileConstructionStrategy) - Constructor for class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathEntriesResolver.ReflectionsVfsBased
     
    refresh(boolean) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    refresh(boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    If keepChanges is false, this method discards all pending changes recorded in this session.
    refresh(boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    refresh(boolean) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    Refreshes this session.
    refresh(boolean) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    refresh(boolean) - Method in interface info.magnolia.cms.core.HierarchyManager
    Deprecated.
     
    refresh(boolean) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    Refreshes current node keeping all changes.
    refresh(boolean) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    refresh(boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    refresh(boolean) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    refresh(boolean) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    refresh(boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    refresh(boolean) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    refresh(boolean) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    RegexBasedPathToMetadataInferrer - Class in info.magnolia.config.source.yaml
    Parse the config path for the metadata attributes, according to a regex pattern.
    RegexBasedPathToMetadataInferrer(Pattern) - Constructor for class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
     
    regexp - Variable in class info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping
    Deprecated.
     
    RegexpVirtualURIMapping - Class in info.magnolia.cms.beans.config
    Deprecated.
    since 5.5.6, regex URI mapping has been relocated to the virtual-uri module (see MAGNOLIA-7016).
    RegexpVirtualURIMapping() - Constructor for class info.magnolia.cms.beans.config.RegexpVirtualURIMapping
    Deprecated.
     
    RegexpVirtualUriMapping - Class in info.magnolia.virtualuri.mapping
    Query aware virtual uri mapping implementation that uses regular expressions in fromUri/toUri.
    RegexpVirtualUriMapping() - Constructor for class info.magnolia.virtualuri.mapping.RegexpVirtualUriMapping
     
    register(Content) - Method in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
    Register a node.
    register(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
     
    register(DefinitionProvider<T>) - Method in interface info.magnolia.config.registry.Registry
     
    register(Path, Predicate<Path>, WatcherCallback) - Method in class info.magnolia.dirwatch.DirectoryWatcher
     
    register(Path, Predicate<Path>, WatcherCallback) - Method in class info.magnolia.dirwatch.DirectoryWatcherService
    Registers a directory to the DirectoryWatcher, with given filtering predicate and callback.
    register(Path, Predicate<Path>, WatcherCallback) - Method in class info.magnolia.dirwatch.DirectoryWatcherService
    Deprecated.
    register(SessionProvider) - Method in class info.magnolia.jcr.registry.SessionProviderRegistry
     
    register(Delta) - Method in class info.magnolia.module.AbstractModuleVersionHandler
    Registers the delta needed to update to version v from the previous one.
    register() - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
    Registers the EventListener in the ObservationManager.
    register(RendererProvider) - Method in class info.magnolia.rendering.renderer.registry.RendererRegistry
    Deprecated.
    since 5.4
    register(TemplateDefinitionProvider) - Method in class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
    Deprecated.
    since 5.4
    Register50NodeTypeTask - Class in info.magnolia.setup.for5_0
    Register the new M5.0 nodeType definition.
    Register50NodeTypeTask(String, String, String) - Constructor for class info.magnolia.setup.for5_0.Register50NodeTypeTask
     
    registerCatalog(Node, Map<String, MgnlCatalog>) - Method in class info.magnolia.commands.CommandsManager
     
    registerCatalogs(Node, Map<String, MgnlCatalog>) - Method in class info.magnolia.commands.CommandsManager
     
    registerChangeListener(EventListener) - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    registerChangeListener(String, String, EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerChangeListener(String, String, boolean, EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerChangeListener(String, String, boolean, String, EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerChangeListener(String, String, boolean, String, int, EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerChangeListener(String, String, boolean, String[], EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerChangeListener(String, String, boolean, String[], int, EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerChangeListener(EventListener) - Method in class info.magnolia.cms.util.WorkspaceObservingManager
     
    registerCustomConstruct(String, Construct) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    registerCustomMultiConstruct(String, Construct) - Method in class info.magnolia.config.source.yaml.YamlReader
     
    registerDeferredChangeListener(String, String, EventListener, long, long) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerDeferredChangeListener(String, String, boolean, EventListener, long, long) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerDeferredChangeListener(String, String, boolean, String, EventListener, long, long) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerDeferredChangeListener(String, String, boolean, String[], EventListener, long, long) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Registrar instead to register listeners
    registerDefinitionDecoratorResolver(FileDefinitionDecoratorResolver) - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
     
    registerDirectory(Path) - Method in class info.magnolia.dirwatch.DirectoryWatcher
    Register the given directory with the WatchService.
    registeredUUIDs - Variable in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
    UUIDs and paths of the registered main nodes.
    registerImplementation(Class<T>, Class<? extends T>) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
     
    registerImplementation(Class<T>) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
     
    registerInstance(Class<T>, Object) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
     
    registerListener(String) - Method in class info.magnolia.rendering.renderer.registry.RendererRegistry
    Deprecated.
    since 5.4. Listeners are now instantiated under (/server/rendering/engine/listeners)
    registerMBean(String, Object) - Static method in class info.magnolia.cms.util.MBeanUtil
     
    registerModuleDefinition(String, ModuleDefinition) - Method in interface info.magnolia.module.ModuleRegistry
     
    registerModuleDefinition(String, ModuleDefinition) - Method in class info.magnolia.module.ModuleRegistryImpl
     
    registerModuleInstance(String, Object) - Method in interface info.magnolia.module.ModuleRegistry
     
    registerModuleInstance(String, Object) - Method in class info.magnolia.module.ModuleRegistryImpl
     
    RegisterModuleServletsTask - Class in info.magnolia.module.delta
    Reads the servlets to register from the module descriptor.
    RegisterModuleServletsTask() - Constructor for class info.magnolia.module.delta.RegisterModuleServletsTask
     
    registerModuleVersionHandler(String, ModuleVersionHandler) - Method in interface info.magnolia.module.ModuleRegistry
     
    registerModuleVersionHandler(String, ModuleVersionHandler) - Method in class info.magnolia.module.ModuleRegistryImpl
     
    registerNamespace(String, String, Workspace) - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    registerNamespace(String, String, Workspace) - Method in interface info.magnolia.repository.Provider
    Register namespace with the repository.
    registerNodeTypes() - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    registerNodeTypes(String) - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    registerNodeTypes(InputStream) - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    registerNodeTypes() - Method in interface info.magnolia.repository.Provider
    Node type registration is entirely dependent on the implementation.
    registerNodeTypes(String) - Method in interface info.magnolia.repository.Provider
    Node type registration is entirely dependent on the implementation.
    registerNodeTypes(InputStream) - Method in interface info.magnolia.repository.Provider
    Deprecated.
    since 6.1, use Provider.registerNodeTypes(String) instead.
    RegisterNodeTypeTask - Class in info.magnolia.module.delta
    Registers (or re-registers) node type.
    RegisterNodeTypeTask(String, String, boolean) - Constructor for class info.magnolia.module.delta.RegisterNodeTypeTask
     
    RegisterNodeTypeTask(String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.RegisterNodeTypeTask
     
    registerProvider(Class<T>, Class<? extends Provider<T>>) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfiguration
     
    registerRecursively(Path, Predicate<Path>) - Method in class info.magnolia.dirwatch.DirectoryWatcher
    Register the given directory, and all its sub-directories, with the WatchService.
    registerResourceChangeCallback(DevelopmentModeClasspathService.ClasspathResourceCallback) - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService
     
    registerResourceChangeCallback(DevelopmentModeClasspathService.ClasspathResourceCallback) - Method in interface info.magnolia.resourceloader.classpath.service.MonitoredClasspathService
    Subscribe to the classpath resource changes via a callback function.
    registerResourceChangeHandler(ResourceChangeHandler) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    registerResourceChangeHandler(ResourceChangeHandler) - Method in class info.magnolia.resourceloader.layered.LayeredResourceOrigin
     
    registerResourceChangeHandler(ResourceChangeHandler) - Method in interface info.magnolia.resourceloader.ResourceOrigin
    Hook the underlying resource change monitoring mechanism (if any) to a provided handler.
    RegisterServletTask - Class in info.magnolia.module.delta
    Registers a servlet definition from a module descriptor into the /server/filters/servlets node.
    RegisterServletTask(ServletDefinition, NodeNameHelper) - Constructor for class info.magnolia.module.delta.RegisterServletTask
     
    RegisterServletTask(ServletDefinition) - Constructor for class info.magnolia.module.delta.RegisterServletTask
    registerWorkspace(String) - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    registerWorkspace(String) - Method in interface info.magnolia.repository.Provider
    Register a new workspace in the current repository.
    RegistrationException - Exception in info.magnolia.config.registry
    Deprecated.
    this is a temporary copy from info.magnolia.registry (magnolia-core);
    RegistrationException(String) - Constructor for exception info.magnolia.config.registry.RegistrationException
    Deprecated.
     
    RegistrationException(String, Throwable) - Constructor for exception info.magnolia.config.registry.RegistrationException
    Deprecated.
     
    RegistrationException - Exception in info.magnolia.registry
    Deprecated.
    since 5.4 - should not be used by anything than other deprecated code
    RegistrationException(String) - Constructor for exception info.magnolia.registry.RegistrationException
    Deprecated.
     
    RegistrationException(String, Throwable) - Constructor for exception info.magnolia.registry.RegistrationException
    Deprecated.
     
    Registry<T> - Interface in info.magnolia.config.registry
    An instance of a registry is responsible for one particular DefinitionType; these definition can come from various sources.
    Registry.InvalidDefinitionException - Exception in info.magnolia.config.registry
    Thrown by a registry when the underlying bean is not successfully resolved, not valid, or not enabled.
    Registry.NoSuchDefinitionException - Exception in info.magnolia.config.registry
    Thrown by a registry when it doesn't hold an entity that is asked for.
    RegistryBasedObservingManager<T> - Class in info.magnolia.config.source.jcr
    ObservedManager for definitions configured in JcrConfigurationSource.
    RegistryBasedObservingManager(String, ModuleRegistry, JcrConfigurationSource) - Constructor for class info.magnolia.config.source.jcr.RegistryBasedObservingManager
     
    RegistryFacade - Interface in info.magnolia.config.registry
    Central interface for registries; provides views on known Registry instances, and is able to query them by module, type or source.
    RegistryFacadeImpl - Class in info.magnolia.config.registry
    Implementation of the RegistryFacade.
    RegistryFacadeImpl(Set<Registry>) - Constructor for class info.magnolia.config.registry.RegistryFacadeImpl
     
    registryFor(DefinitionType) - Method in interface info.magnolia.config.registry.RegistryFacade
     
    registryFor(DefinitionType) - Method in class info.magnolia.config.registry.RegistryFacadeImpl
     
    RegistryMap<T> - Class in info.magnolia.config.registry
    Thread safe map intended to be used for registries.
    RegistryMap() - Constructor for class info.magnolia.config.registry.RegistryMap
     
    RegistryMap<K,V> - Class in info.magnolia.registry
    Deprecated.
    since 5.4, see RegistryMap; please consider implementing Registry instead.
    RegistryMap() - Constructor for class info.magnolia.registry.RegistryMap
    Deprecated.
     
    RegistryTypeNameUtil - Class in info.magnolia.config.registry
    Common utility for humanizing the Registry name.
    RegistryTypeNameUtil() - Constructor for class info.magnolia.config.registry.RegistryTypeNameUtil
     
    relativeLocation(String) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
     
    relativeLocation(Matcher, String) - Method in class info.magnolia.config.source.yaml.RegexBasedPathToMetadataInferrer
     
    RelativePathTransformer - Class in info.magnolia.link
    Transformer creating links relative to provided path.
    RelativePathTransformer() - Constructor for class info.magnolia.link.RelativePathTransformer
     
    RelativePathTransformer(Node, boolean, boolean) - Constructor for class info.magnolia.link.RelativePathTransformer
     
    RelativePathTransformer(String, boolean, boolean) - Constructor for class info.magnolia.link.RelativePathTransformer
     
    release() - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
     
    release() - Method in class info.magnolia.commands.impl.LogCommand
     
    release() - Method in class info.magnolia.commands.impl.MessageCommand
     
    release() - Method in class info.magnolia.commands.impl.RuleBasedCommand
     
    release() - Method in class info.magnolia.commands.impl.VersionCommand
     
    release() - Method in class info.magnolia.commands.MgnlCommand
    If a clone is passivated we call this method.
    release() - Method in class info.magnolia.context.AbstractContext
    Release any resource used by this Context (e.g.
    release(boolean) - Method in class info.magnolia.context.AbstractRepositoryStrategy
     
    release() - Method in class info.magnolia.context.AsynchronousContext
     
    release() - Method in interface info.magnolia.context.Context
    Release any resource used by this Context (e.g.
    release() - Method in class info.magnolia.context.ContextDecorator
     
    release() - Method in class info.magnolia.context.DefaultRepositoryStrategy
     
    release() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    release() - Method in interface info.magnolia.context.JCRSessionStrategy
     
    release() - Static method in class info.magnolia.context.LifeTimeJCRSessionUtil
     
    release() - Static method in class info.magnolia.context.MgnlContext
    Releases the current thread (if not a system context) and calls the releaseThread() method of the system context.
    release() - Method in class info.magnolia.context.SimpleContext
     
    release() - Method in class info.magnolia.context.SystemRepositoryStrategy
     
    release() - Method in class info.magnolia.context.WebContextImpl
    Closes opened JCR sessions.
    release() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
    Releases all associated memory.
    releaseJCRSessions() - Method in class info.magnolia.context.WebContextImpl
     
    releaseReadLock() - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
     
    releaseSession(Session, boolean) - Method in class info.magnolia.context.AbstractRepositoryStrategy
     
    releaseThread() - Method in class info.magnolia.context.JCRSessionPerThreadSystemContext
     
    releaseThread() - Method in interface info.magnolia.context.ThreadDependentSystemContext
    Release all thread related stuff of the system context.
    reload() - Static method in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    since 4.5 - use RepositoryManager.reload() directly.
    reload() - Static method in class info.magnolia.cms.beans.config.MIMEMapping
    Deprecated.
     
    reload() - Method in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
    Calls onClear and reregister the nodes by calling onRegister.
    reload(Content) - Method in class info.magnolia.cms.beans.config.ObservedManager
    Deprecated.
    Reload a specific node.
    reload() - Method in class info.magnolia.cms.beans.config.VersionConfig
    Read config and reload bean.
    reload(List<Node>) - Method in class info.magnolia.cms.beans.config.VirtualURIManager
    Deprecated.
     
    reload() - Method in class info.magnolia.cms.i18n.DefaultMessagesImpl
     
    reload() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
    Reload i18n configuration.
    reload() - Method in class info.magnolia.cms.i18n.EmptyMessages
     
    reload() - Method in interface info.magnolia.cms.i18n.Messages
    Reload the messages.
    reload() - Method in class info.magnolia.cms.i18n.MessagesChain
    Reload the chain.
    reload() - Method in class info.magnolia.cms.i18n.MessagesManager
    Deprecated.
     
    reload() - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    reload(List<Node>) - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
     
    reload() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
     
    reload(List<Node>) - Method in class info.magnolia.commands.CommandsManager
     
    reload() - Method in class info.magnolia.commands.CommandsManager
    Deprecated.
    since 5.4.5. This should not be public but only protected. Use super#reload() instead.
    reload(List<Node>) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
     
    reload(List<Node>) - Method in class info.magnolia.config.source.jcr.RegistryBasedObservingManager
     
    reload() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    reload(Class<T>) - Method in interface info.magnolia.objectfactory.ReloadableClassFactory
     
    reload(List) - Method in class info.magnolia.rendering.renderer.registry.ConfiguredRendererManager
    Deprecated.
     
    reload() - Method in class info.magnolia.repository.DefaultRepositoryManager
     
    reload() - Method in interface info.magnolia.repository.RepositoryManager
    Re-load all configured repositories.
    reload(long) - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService
     
    reload(long) - Method in interface info.magnolia.resourceloader.classpath.service.MonitoredClasspathService
     
    reload(List<Node>) - Method in class info.magnolia.virtualuri.compatibility.VirtualUriManagerAdapter
    Deprecated.
     
    ReloadableClassFactory - Interface in info.magnolia.objectfactory
    A class factory which can reload the latest version of a given class.
    reloadMessageBundles() - Method in interface info.magnolia.i18nsystem.TranslationService
    Deprecated.
    since 5.5.2. DefaultMessageBundlesLoader is responsible for reloading message bundles.
    reloadMessageBundles() - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
    Deprecated.
    since 5.5.2. Reload message bundles in DefaultMessageBundlesLoader directly.
    remove() - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    remove() - Method in class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
    Remove version history while removing the content.
    remove() - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionNodeWrapper
     
    remove(Principal) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
     
    remove(Principal) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
    Removes principal from the collection if present or does nothing in case principal was not present in the collection.
    REMOVE - Static variable in interface info.magnolia.cms.security.Permission
     
    remove(String, String, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
    This call is lenient and will not throw exception in case principal doesn't exist! Instead it will simply return without making any change.
    remove(Object) - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    remove() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
    Deprecated.
     
    remove(DefinitionMetadata) - Method in class info.magnolia.config.registry.RegistryMap
     
    remove(Object) - Method in class info.magnolia.context.AbstractContext
    remove(Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    remove(Object, Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    remove(H) - Method in class info.magnolia.event.EventHandlerCollection
     
    remove() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
     
    remove() - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
     
    remove() - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
     
    remove() - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
     
    remove() - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
     
    remove() - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    remove(Object) - Method in class info.magnolia.jcr.util.ContentMap
     
    remove() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    remove() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    remove() - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    remove() - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    remove(String) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Can remove either a node or property.
    remove(K) - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    removeActivity(Node) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    removeAllowType(String) - Method in class info.magnolia.cms.util.Rule
    Remove from allow list.
    removeAndPutAll(Collection<DefinitionMetadata>, Collection<DefinitionProvider<T>>) - Method in class info.magnolia.config.registry.RegistryMap
     
    removeAndPutAll(Collection<K>, Map<K, V>) - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    removeAndPutAll(Collection<K>, Collection<V>) - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    removeAttribute(String, int) - Method in class info.magnolia.context.AbstractContext
     
    removeAttribute(String, int) - Method in class info.magnolia.context.AbstractMapBasedContext
    use the Map.remove().
    removeAttribute(String, Object, int) - Method in class info.magnolia.context.AbstractSystemContext
     
    removeAttribute(String, int) - Method in interface info.magnolia.context.AttributeStrategy
     
    removeAttribute(String, int) - Method in interface info.magnolia.context.Context
    Remove an attribute.
    removeAttribute(String, int) - Method in class info.magnolia.context.ContextDecorator
    Delegates call to the original context.
    removeAttribute(String, int) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    removeAttribute(String, int) - Method in class info.magnolia.context.MapAttributeStrategy
     
    removeAttribute(String) - Static method in class info.magnolia.context.MgnlContext
    Remove an attribute in the local scope.
    removeAttribute(String, int) - Static method in class info.magnolia.context.MgnlContext
    Remove an attribute in the specified scope.
    removeAttribute(String, int) - Method in class info.magnolia.context.RequestAttributeStrategy
     
    removeAttribute(String) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    removed(Path) - Method in interface info.magnolia.dirwatch.WatcherCallback
     
    removeDecorator(DefinitionDecorator<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
     
    removeDecorator(DefinitionDecorator<T>) - Method in interface info.magnolia.config.registry.Registry
     
    removeDefinitionsMatchingPath(String) - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
     
    RemoveDuplicatePermissionTask - Class in info.magnolia.module.delta
    A task to find and remove duplicate permission from a role and a workspace.
    RemoveDuplicatePermissionTask(String, String) - Constructor for class info.magnolia.module.delta.RemoveDuplicatePermissionTask
     
    RemoveDuplicatePermissionTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.RemoveDuplicatePermissionTask
     
    removeFingerprintAndExtensionFromLink(String) - Static method in class info.magnolia.cms.util.LinkUtil
    Deprecated.
    removeFingerprintAndExtensionFromLink(String) - Static method in class info.magnolia.link.LinkUtil
    Remove the extension and fingerPrint if present.
    removeGroup(User, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    removeGroup(String) - Method in class info.magnolia.cms.security.DummyUser
    Deprecated.
     
    removeGroup(String) - Method in class info.magnolia.cms.security.ExternalUser
    Remove a group.
    removeGroup(User, String) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    removeGroup(String) - Method in interface info.magnolia.cms.security.Group
    Deprecated.
    since 5.3.3 use manager instead
    removeGroup(Group, String) - Method in interface info.magnolia.cms.security.GroupManager
    Removes group from a group.
    removeGroup(String) - Method in class info.magnolia.cms.security.MgnlGroup
    Remove a subgroup from this group.
    removeGroup(Group, String) - Method in class info.magnolia.cms.security.MgnlGroupManager
     
    removeGroup(User, String) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    removeGroup(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
     
    removeGroup(String) - Method in interface info.magnolia.cms.security.User
    Deprecated.
    since 4.5 - use UserManager.removeGroup(User, String) instead.
    removeGroup(User, String) - Method in interface info.magnolia.cms.security.UserManager
    Removes user from a group.
    removeHandler() - Method in interface info.magnolia.event.HandlerRegistration
    Removes the handler from the event bus.
    RemoveHardcodedI18nPropertiesFromDialogsTask - Class in info.magnolia.i18nsystem.setup
    Removes deprecated i18n properties from all dialogs under this app.
    RemoveHardcodedI18nPropertiesFromDialogsTask(String) - Constructor for class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromDialogsTask
     
    RemoveHardcodedI18nPropertiesFromSubappsTask - Class in info.magnolia.i18nsystem.setup
    Removes deprecated i18n properties from all subapps under this app.
    RemoveHardcodedI18nPropertiesFromSubappsTask(String) - Constructor for class info.magnolia.i18nsystem.setup.RemoveHardcodedI18nPropertiesFromSubappsTask
     
    RemoveInstallFilesTask - Class in info.magnolia.module.delta
    Removes install file(s) from ${magnolia.home}/${filesPath} and its md5 node from "config:server/install/mgnl-files/${filesPath}".
    RemoveInstallFilesTask(String, String) - Constructor for class info.magnolia.module.delta.RemoveInstallFilesTask
     
    RemoveInstallFilesTask(String, String, String) - Constructor for class info.magnolia.module.delta.RemoveInstallFilesTask
     
    removeItem(String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorSessionWrapper
     
    removeItem(String) - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator.MgnlVersionSessionWrapper
     
    removeItem(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    removeItem(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    RemoveKeyFromLegacyBundle(String, String, String) - Constructor for class info.magnolia.i18nsystem.tools.GeneratorResult.RemoveKeyFromLegacyBundle
     
    removeLockToken(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    RemoveMetaDataInNodeTypeDefinitionTask - Class in info.magnolia.setup.for5_0
    Remove metaData nodeType's defined as 'childNodeDefinition' for all registered nodeType that still define this dependency.
    Create a list of registered nodeTypes that have metaData nodeType as 'childNodeDefinition'.
    This list is then return by AbstractNodeTypeRegistrationTask.getNodeTypesToRegister(NodeTypeManager) and handled as an update of nodeType.
    RemoveMetaDataInNodeTypeDefinitionTask(String, String, String) - Constructor for class info.magnolia.setup.for5_0.RemoveMetaDataInNodeTypeDefinitionTask
     
    RemoveMIMEIconsTask - Class in info.magnolia.setup.for6_0
    A task to remove legacy MIMEMapping properties.
    RemoveMIMEIconsTask(String, String, String, String) - Constructor for class info.magnolia.setup.for6_0.RemoveMIMEIconsTask
     
    removeMixin(String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    removeMixin(String) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Removes the specified mixin node type from this node.
    removeMixin(String) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    removeMixin(String) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    removeMixin(String) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    removeMixin(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    RemoveMixversionableFilter - Class in info.magnolia.importexport.filters
    Deprecated.
    since 5.4.4. Should not be needed anymore.
    RemoveMixversionableFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.RemoveMixversionableFilter
    Deprecated.
    Instantiates a new MetadataUuidFilter filter.
    RemoveNodesTask - Class in info.magnolia.module.delta
    Removes a list of nodes referenced by their absolute paths.
    In case a Node does not exist, logs an info message if the flag RemoveNodesTask.displayInfoMessageForMissingNodes is set to true.
    Otherwise just continues with the next absolute path from the list.
    RemoveNodesTask(String, String, List<String>, boolean) - Constructor for class info.magnolia.module.delta.RemoveNodesTask
     
    RemoveNodesTask(String, String, String, List<String>, boolean) - Constructor for class info.magnolia.module.delta.RemoveNodesTask
     
    RemoveNodeTask - Class in info.magnolia.module.delta
    Removes the specified node.
    RemoveNodeTask(String, String) - Constructor for class info.magnolia.module.delta.RemoveNodeTask
     
    RemoveNodeTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.RemoveNodeTask
     
    RemoveNodeWoChildren - Class in info.magnolia.module.delta
    A task that removes node if that has no children.
    RemoveNodeWoChildren(String, String) - Constructor for class info.magnolia.module.delta.RemoveNodeWoChildren
     
    RemoveNodeWoChildren(String, String, String, String) - Constructor for class info.magnolia.module.delta.RemoveNodeWoChildren
     
    RemoveOpenWFEPermissionsTask - Class in info.magnolia.setup.for5_2
    Task that will find all openWFE permissions from the userroles workspace and remove them.
    RemoveOpenWFEPermissionsTask(String, String) - Constructor for class info.magnolia.setup.for5_2.RemoveOpenWFEPermissionsTask
     
    removeParameter(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.
    removeParameter(String) - Method in class info.magnolia.cms.util.RequestFormUtil
    Deprecated.
     
    removePermission(String, String) - Method in class info.magnolia.cms.security.MgnlRole
     
    removePermission(String, String, long) - Method in class info.magnolia.cms.security.MgnlRole
     
    removePermission(Role, String, String, long) - Method in class info.magnolia.cms.security.MgnlRoleManager
     
    removePermission(String, String) - Method in interface info.magnolia.cms.security.Role
    Deprecated.
    since 5.3.3 use manager instead
    removePermission(String, String, long) - Method in interface info.magnolia.cms.security.Role
    Deprecated.
    since 5.3.3 use manager instead
    removePermission(Role, String, String, long) - Method in interface info.magnolia.cms.security.RoleManager
    Remove permission from the specified role.
    RemovePermissionTask - Class in info.magnolia.module.delta
    A task to remove a permission from a role, using RoleManager.
    RemovePermissionTask(String, String, String, String, long) - Constructor for class info.magnolia.module.delta.RemovePermissionTask
     
    RemovePermissionTask(String, String, String, String, String, long) - Constructor for class info.magnolia.module.delta.RemovePermissionTask
     
    removePolicy(String, AccessControlPolicy) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
    Deprecated.
     
    removePolicy(String, AccessControlPolicy) - Method in class info.magnolia.cms.core.MagnoliaACLEditor
     
    removePrincipal(Iterable<Principal>, Class<T>) - Static method in class info.magnolia.cms.security.PrincipalUtil
     
    RemovePropertiesTask - Class in info.magnolia.module.delta
    Removes a list of properties referenced by their absolute paths.
    In case property does not exist, logs an info message if the flag RemovePropertiesTask.displayInfoMessageForMissingNodes is set to true.
    Otherwise just continues with the next absolute path from the list.
    RemovePropertiesTask(String, String, List<String>, boolean) - Constructor for class info.magnolia.module.delta.RemovePropertiesTask
     
    RemovePropertiesTask(String, String, String, List<String>, boolean) - Constructor for class info.magnolia.module.delta.RemovePropertiesTask
     
    removeProperty(String) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
    remove specified property.
    RemovePropertyTask - Class in info.magnolia.module.delta
    Removes a property and optionally logs its absence.
    RemovePropertyTask(String, String, String) - Constructor for class info.magnolia.module.delta.RemovePropertyTask
     
    RemovePropertyTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.RemovePropertyTask
     
    removeRole(User, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    removeRole(String) - Method in class info.magnolia.cms.security.DummyUser
    Deprecated.
    Simply log that its a dummy user.
    removeRole(String) - Method in class info.magnolia.cms.security.ExternalUser
     
    removeRole(User, String) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    removeRole(String) - Method in interface info.magnolia.cms.security.Group
    Deprecated.
    since 5.3.3 use manager instead
    removeRole(Group, String) - Method in interface info.magnolia.cms.security.GroupManager
    Removes role from a group.
    removeRole(String) - Method in class info.magnolia.cms.security.MgnlGroup
     
    removeRole(Group, String) - Method in class info.magnolia.cms.security.MgnlGroupManager
     
    removeRole(User, String) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    removeRole(String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
     
    removeRole(String) - Method in interface info.magnolia.cms.security.User
    Deprecated.
    since 4.5 - use UserManager.removeRole(User, String) instead.
    removeRole(User, String) - Method in interface info.magnolia.cms.security.UserManager
    Removes role from a user.
    removeShare() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    removeSharedSet() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    removeVersion(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
     
    removeVersionHistory() - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    removes all versions of this node and associated version graph.
    removeVersionHistory() - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    removeVersionHistory(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
    Removes all versions of the node associated with given UUID.
    removeVersionHistory() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    removeVersionLabel(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
     
    rename(Content, String) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
     
    RenameACLNodesTask - Class in info.magnolia.setup.for4_5
    Renames ACL nodes for all roles from the old format of acl_repositoryName_workspaceName to acl_workspaceName.
    RenameACLNodesTask() - Constructor for class info.magnolia.setup.for4_5.RenameACLNodesTask
     
    renameNode(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
    Renames a node.
    renameNode(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    renameNode(String, String) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Renames a node.
    RenameNodesTask - Class in info.magnolia.module.delta
    Renames all nodes having a certain name and nodeType to the provided new name.
    RenameNodesTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.RenameNodesTask
     
    RenameNodesTask(String, String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.RenameNodesTask
     
    RenameNodeTask - Class in info.magnolia.module.delta
    This task renames a specified node.
    RenameNodeTask(String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.RenameNodeTask
     
    RenameNodeTask(String, String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.RenameNodeTask
     
    RenamePropertiesTask - Class in info.magnolia.module.delta
    Renames all properties having a certain name to the provided new name.
    RenamePropertiesTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.RenamePropertiesTask
     
    RenamePropertiesTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.RenamePropertiesTask
     
    renameProperty(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
    Renames a property by creating a new one and copying the value.
    renameProperty(Property, String) - Static method in class info.magnolia.jcr.util.PropertyUtil
     
    renameProperty(String, String) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Renames a property by creating a new one and copying the value.
    RenamePropertyAllModulesNodeTask - Class in info.magnolia.module.delta
    Deprecated.
    since 5.6 without replacement.
    RenamePropertyAllModulesNodeTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.RenamePropertyAllModulesNodeTask
    Deprecated.
     
    RenamePropertyTask - Class in info.magnolia.module.delta
    Renames a property.
    RenamePropertyTask(String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.RenamePropertyTask
     
    RenamePropertyTask(String, String, String, String, String, String, boolean) - Constructor for class info.magnolia.module.delta.RenamePropertyTask
     
    RenameSameNameSiblingNodesTask - Class in info.magnolia.setup.for5_2
    Identify all sibling nodes for a defined workspace, sub path and nodeTypes.
    If the nodesTypes is empty or null, search all 'nt:base' nodes.
    RenameSameNameSiblingNodesTask(String, String, String, String, List<String>, boolean) - Constructor for class info.magnolia.setup.for5_2.RenameSameNameSiblingNodesTask
     
    RenameVersionNodesTask - Class in info.magnolia.setup
    Changes versioned node names to uuids.
    RenameVersionNodesTask(RepositoryManager) - Constructor for class info.magnolia.setup.RenameVersionNodesTask
     
    render(String, Map<String, ?>, Writer) - Method in class info.magnolia.cms.util.SimpleFreemarkerHelper
     
    render(String, Object, Writer) - Method in class info.magnolia.freemarker.FreemarkerHelper
     
    render(String, Locale, String, Object, Writer) - Method in class info.magnolia.freemarker.FreemarkerHelper
    Renders the given template, using the given root object (can be a map, or any other type of object handled by MagnoliaContentWrapper) to the given Writer.
    render(Reader, Object, Writer) - Method in class info.magnolia.freemarker.FreemarkerHelper
    Renders the template read by the given Reader instance.
    render(Reader, Locale, String, Object, Writer) - Method in class info.magnolia.freemarker.FreemarkerHelper
     
    render(String, Writer) - Method in class info.magnolia.module.ui.ModuleManagerWebUI
     
    render(Node, OutputProvider) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    render(Node, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    render(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    render(Node, OutputProvider) - Method in interface info.magnolia.rendering.engine.RenderingEngine
    Renders the content with its assigned template.
    render(Node, Map<String, Object>, OutputProvider) - Method in interface info.magnolia.rendering.engine.RenderingEngine
    Renders the content with its assigned template and exposes the given context objects to the template script.
    render(Node, RenderableDefinition, Map<String, Object>, OutputProvider) - Method in interface info.magnolia.rendering.engine.RenderingEngine
    Uses a specific RenderableDefinition to render the content and exposes the given context objects to the template script.
    render(Node, String, HttpServletResponse) - Method in class info.magnolia.rendering.engine.RenderingFilter
     
    render(RenderingContext, Map<String, Object>) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    render(RenderingContext, Map<String, Object>) - Method in interface info.magnolia.rendering.renderer.Renderer
    Called by RenderingEngine after it has setup the RenderingContext.
    render(RenderingContext, Map<String, Object>) - Method in class info.magnolia.templating.renderers.NoScriptRenderer
     
    RENDER_EMPTY_AREAS_PROPERTY - Static variable in class info.magnolia.rendering.renderer.registry.ConfiguredRendererManager
    Deprecated.
    since 5.4. Unused.
    RENDER_ERROR_MESSAGE_BEGIN - Static variable in class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
     
    RENDER_ERROR_MESSAGE_END - Static variable in class info.magnolia.rendering.engine.ModeDependentRenderExceptionHandler
     
    Renderable() - Constructor for class info.magnolia.jcr.util.NodeTypes.Renderable
     
    RenderableDefinition - Interface in info.magnolia.rendering.template
    Base interface for all renderables.
    RenderableDefinitionKeyGenerator - Class in info.magnolia.rendering.template.i18n
    RenderableDefinitionKeyGenerator() - Constructor for class info.magnolia.rendering.template.i18n.RenderableDefinitionKeyGenerator
     
    RenderableDefinitionModel - Class in info.magnolia.templating.freemarker
    Make parameters directly available (as if they were properties of the definition itself).
    RenderableDefinitionModel.Factory - Class in info.magnolia.templating.freemarker
    A factory for the enclosing type.
    RenderableVariationResolver - Interface in info.magnolia.rendering.template.variation
    Resolves a variation for a renderable definition that is about to be rendered.
    renderComments() - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
    Override to set conditions for rendering of cms:comments.
    renderComments() - Method in class info.magnolia.templating.elements.AreaElement
     
    renderComments() - Method in class info.magnolia.templating.elements.ComponentElement
     
    Renderer - Interface in info.magnolia.rendering.renderer
    Responsible for rendering a renderable.
    RendererProvider - Interface in info.magnolia.rendering.renderer.registry
    Deprecated.
    since 5.4 use DefinitionProvider.
    RendererRegistry - Class in info.magnolia.rendering.renderer.registry
    Central registry of all renderers.
    RendererRegistry(ModuleRegistry) - Constructor for class info.magnolia.rendering.renderer.registry.RendererRegistry
     
    RendererRegistry() - Constructor for class info.magnolia.rendering.renderer.registry.RendererRegistry
    Deprecated.
    RENDERERS_NODE - Static variable in class info.magnolia.rendering.module.setup.InstallRendererContextAttributeTask
     
    RenderException - Exception in info.magnolia.rendering.engine
    A generic exception used by subclasses of AbstractRenderer.
    RenderException(String) - Constructor for exception info.magnolia.rendering.engine.RenderException
     
    RenderException(Throwable) - Constructor for exception info.magnolia.rendering.engine.RenderException
     
    RenderException(String, Throwable) - Constructor for exception info.magnolia.rendering.engine.RenderException
     
    RenderExceptionHandler - Interface in info.magnolia.rendering.engine
    Handler for RenderException.
    renderHtml(String) - Method in interface info.magnolia.cms.servlets.MVCServletHandler
    Deprecated.
    Render the tree depending on the view name.
    RenderingContext - Interface in info.magnolia.rendering.context
    Provides all information needed in the rendering process.
    RenderingEngine - Interface in info.magnolia.rendering.engine
    The RenderingEngine is the main entry point for rendering content.
    RenderingFilter - Class in info.magnolia.rendering.engine
    Filter responsible for rendering the current aggregation state, by delegating to the appropriate TemplateRenderer or by serving binary content.
    RenderingFilter(RenderingEngine, TemplateDefinitionRegistry) - Constructor for class info.magnolia.rendering.engine.RenderingFilter
     
    RenderingListener - Interface in info.magnolia.rendering.context
    Deprecated.
    since 5.4. Use AbstractRenderingListener instead.
    RenderingModel<RD extends RenderableDefinition> - Interface in info.magnolia.rendering.model
    A RenderingModel is used during rendering, it is analogous to the model part of the MVC pattern.
    RenderingModelBasedRenderer - Interface in info.magnolia.rendering.renderer
    Implemented by renderers that uses RenderingModel.
    RenderingModelImpl<RD extends RenderableDefinition> - Class in info.magnolia.rendering.model
    The default concrete rendering definition used for templates and components.
    RenderingModelImpl(Node, RD, RenderingModel<?>) - Constructor for class info.magnolia.rendering.model.RenderingModelImpl
     
    RenderingModule - Class in info.magnolia.rendering.module
    Registers configuration sources for TemplateDefinitionRegistry and RendererRegistry.
    RenderingModule(ConfigurationSourceFactory, TemplateDefinitionRegistry, RendererRegistry) - Constructor for class info.magnolia.rendering.module.RenderingModule
     
    RenderingModuleVersionHandler - Class in info.magnolia.rendering.module.setup
    Rendering VersionHandler.
    RenderingModuleVersionHandler() - Constructor for class info.magnolia.rendering.module.setup.RenderingModuleVersionHandler
     
    renderTempPage(Writer) - Method in class info.magnolia.module.ui.ModuleManagerNullUI
     
    renderTempPage(Writer) - Method in interface info.magnolia.module.ui.ModuleManagerUI
    Not used anymore since 4.4 - but keeping this around; in the future, we might re-use this, as the page shown to regular users while the Magnolia instance is being updated by an admin; only admin(s) would have access to the update status pages.
    renderTempPage(Writer) - Method in class info.magnolia.module.ui.ModuleManagerWebUI
     
    REP_PREFIX - Static variable in class info.magnolia.jcr.util.NodeTypes
    Namespace for rep nodes and properties.
    replace(Object, Object, Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    replace(Object, Object) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    replaceAll(BiFunction) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    replaceColons(String) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
     
    replaceFilter(SafeDestroyMgnlFilterWrapper) - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper.Switcher
    Replaces the current filter with a new one and returns the previous filter.
    ReplaceIfExistsTask - Class in info.magnolia.module.delta
    A task which replaces a node by bootstrapping a file, only if it exists.
    ReplaceIfExistsTask(String, String, String, String, String, String) - Constructor for class info.magnolia.module.delta.ReplaceIfExistsTask
     
    replaceTargetFilter(MgnlFilter) - Method in class info.magnolia.cms.filters.MgnlFilterDispatcher
    Replaces the current filter with a new one and returns the previous filter.
    replaceTokens(String) - Static method in class info.magnolia.cms.util.ConfigUtil
    Deprecated.
    since 5.5.3 without replacement
    report(String) - Method in interface info.magnolia.jcr.nodebuilder.ErrorHandler
    The operation calling this method is expected to pass a fully formed message; it should ideally contain some context information about the operation that caused an issue.
    report(String) - Method in class info.magnolia.jcr.nodebuilder.StrictErrorHandler
     
    report(String) - Method in class info.magnolia.jcr.nodebuilder.task.TaskLogErrorHandler
     
    report(String, Throwable) - Method in class info.magnolia.nodebuilder.AbstractErrorHandler
    Deprecated.
    Default implementation dropping the cause for those handlers that care only about the message.
    report(String) - Method in interface info.magnolia.nodebuilder.ErrorHandler
    Deprecated.
    The operation calling this method is expected to pass a fully formed message; it should ideally contain some context information about the operation that caused an issue.
    report(String, Throwable) - Method in interface info.magnolia.nodebuilder.ErrorHandler
    Deprecated.
    The operation calling this method is expected to pass a fully formed message; it should ideally contain some context information about the operation that caused an issue.
    report(String) - Method in class info.magnolia.nodebuilder.StrictErrorHandler
    Deprecated.
     
    report(String, Throwable) - Method in class info.magnolia.nodebuilder.StrictErrorHandler
    Deprecated.
     
    report(String) - Method in class info.magnolia.nodebuilder.task.TaskLogErrorHandler
    Deprecated.
     
    reportProblem(DefinitionProvider.Problem) - Method in class info.magnolia.config.source.yaml.construct.MgnlYamlConstruct
     
    REPOSITORY_PSWD - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    since 4.5 - do not use
    REPOSITORY_USER - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    since 4.5 - do not use
    RepositoryBackedSecurityManager - Class in info.magnolia.cms.security
    Common parent class for repo based security managers.
    RepositoryBackedSecurityManager(NodeNameHelper) - Constructor for class info.magnolia.cms.security.RepositoryBackedSecurityManager
     
    RepositoryBackedSecurityManager() - Constructor for class info.magnolia.cms.security.RepositoryBackedSecurityManager
    RepositoryConstants - Interface in info.magnolia.repository
    Constants used in the context of repository.
    RepositoryDefinition - Class in info.magnolia.module.model
    Repository as defined in a module descriptor.
    RepositoryDefinition() - Constructor for class info.magnolia.module.model.RepositoryDefinition
     
    RepositoryDefinition - Class in info.magnolia.repository.definition
    Represents a repository as defined in repositories.xml.
    RepositoryDefinition() - Constructor for class info.magnolia.repository.definition.RepositoryDefinition
     
    repositoryManager - Variable in class info.magnolia.context.AbstractRepositoryStrategy
     
    RepositoryManager - Interface in info.magnolia.repository
    Manages JCR repositories.
    RepositoryMapping - Class in info.magnolia.repository
    Deprecated.
    since 4.5 - use RepositoryDefinition instead.
    RepositoryMapping() - Constructor for class info.magnolia.repository.RepositoryMapping
    Deprecated.
     
    RepositoryMappingDefinition - Class in info.magnolia.repository.definition
    Represents the configuration defined in repositories.xml.
    RepositoryMappingDefinition() - Constructor for class info.magnolia.repository.definition.RepositoryMappingDefinition
     
    RepositoryMappingDefinitionReader - Class in info.magnolia.repository.definition
    Reads InputStream created out of repositories.xml into pojos using JDom.
    RepositoryMappingDefinitionReader() - Constructor for class info.magnolia.repository.definition.RepositoryMappingDefinitionReader
     
    RepositoryMappingFilter - Class in info.magnolia.cms.filters
    Maps a URI to content stored in the repository.
    RepositoryMappingFilter(URI2RepositoryManager, Provider<AggregationState>) - Constructor for class info.magnolia.cms.filters.RepositoryMappingFilter
     
    RepositoryMappingFilter(URI2RepositoryManager) - Constructor for class info.magnolia.cms.filters.RepositoryMappingFilter
    RepositoryNameMap - Class in info.magnolia.repository
    Deprecated.
    since 4.5 - use WorkspaceMappingDefinition instead.
    RepositoryNameMap(String, String) - Constructor for class info.magnolia.repository.RepositoryNameMap
    Deprecated.
     
    RepositoryNotInitializedException - Exception in info.magnolia.repository
    Exception thrown when repository can't be initialized and thus also accessed by Magnolia.
    RepositoryNotInitializedException(String) - Constructor for exception info.magnolia.repository.RepositoryNotInitializedException
     
    RepositoryNotInitializedException(String, Exception) - Constructor for exception info.magnolia.repository.RepositoryNotInitializedException
     
    RepositoryNotInitializedException(Throwable) - Constructor for exception info.magnolia.repository.RepositoryNotInitializedException
     
    RepositoryOp() - Constructor for class info.magnolia.context.MgnlContext.RepositoryOp
     
    repositoryStrategyThreadLocal - Static variable in class info.magnolia.context.AbstractSystemContext
     
    request - Variable in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    REQUEST_ATTRIBUTE_NAME - Static variable in class info.magnolia.cms.beans.runtime.MultipartForm
    The name of the request attribute containing a MultipartForm instance.
    RequestAttributeStrategy - Class in info.magnolia.context
    An AttributeStrategy which delegates to the given WebContext's request.
    RequestAttributeStrategy(WebContext) - Constructor for class info.magnolia.context.RequestAttributeStrategy
     
    RequestDispatchUtil - Class in info.magnolia.cms.util
    Provides support for a simple syntax form of doing redirects and forwards.
    RequestDispatchUtil() - Constructor for class info.magnolia.cms.util.RequestDispatchUtil
     
    RequestExtensionVoter - Class in info.magnolia.voting.voters
    A voter which checks the extension set in the AggregationState object against a list of allowed and/or rejected extensions.
    RequestExtensionVoter(Provider<AggregationState>) - Constructor for class info.magnolia.voting.voters.RequestExtensionVoter
     
    RequestFormUtil - Class in info.magnolia.cms.util
    Deprecated.
    since 4.0 - should not be needed anymore since MAGNOLIA-2449 - request parameters should be correctly wrapped. To access uploaded documents, use MultipartForm.
    RequestFormUtil(HttpServletRequest) - Constructor for class info.magnolia.cms.util.RequestFormUtil
    Deprecated.
     
    RequestFormUtil(HttpServletRequest, MultipartForm) - Constructor for class info.magnolia.cms.util.RequestFormUtil
    Deprecated.
     
    RequestHasParametersVoter - Class in info.magnolia.voting.voters
    Checks if the request used the "POST" method or if there are request parameters.
    RequestHasParametersVoter() - Constructor for class info.magnolia.voting.voters.RequestHasParametersVoter
     
    RequestHeaderPatternRegexVoter - Class in info.magnolia.voting.voters
    A voter taking a plain regex pattern which has to matched against the specified request header.
    RequestHeaderPatternRegexVoter() - Constructor for class info.magnolia.voting.voters.RequestHeaderPatternRegexVoter
     
    RequestHeaderPatternSimpleVoter - Class in info.magnolia.voting.voters
    Checks if the specified request header matches a specific pattern.
    RequestHeaderPatternSimpleVoter() - Constructor for class info.magnolia.voting.voters.RequestHeaderPatternSimpleVoter
     
    RequestHeaderUtil - Class in info.magnolia.cms.util
    Util to work with HTTP headers.
    RequestHeaderUtil() - Constructor for class info.magnolia.cms.util.RequestHeaderUtil
     
    RequestLocaleAwareI18nContentSupport - Class in info.magnolia.cms.i18n
    Reads the local from the request.
    RequestLocaleAwareI18nContentSupport() - Constructor for class info.magnolia.cms.i18n.RequestLocaleAwareI18nContentSupport
     
    RequestParametersVoter - Class in info.magnolia.voting.voters
    Deprecated.
    since 5.5.3 in favor of RequestParameterVoter.
    RequestParametersVoter() - Constructor for class info.magnolia.voting.voters.RequestParametersVoter
    Deprecated.
     
    RequestParameterVoter - Class in info.magnolia.voting.voters
    Voter that checks for a specific GET and POST parameter and an optional value.
    RequestParameterVoter(Provider<WebContext>) - Constructor for class info.magnolia.voting.voters.RequestParameterVoter
     
    requiresRedirect(HttpServletRequest) - Method in class info.magnolia.cms.security.auth.login.FormLogin
    We can assume that a redirect is needed in case the following criteria is met: We are dealing with a POST http request Request query string does not contain any of the authentication parameters, because otherwise we are probably dealing with e.g.
    RescueSecuritySupport - Class in info.magnolia.cms.security
    To be used as a replacement of /server/security or SecuritySupportImpl in mgnl-beans.properties in case the configuration is messed up.
    RescueSecuritySupport() - Constructor for class info.magnolia.cms.security.RescueSecuritySupport
     
    RescueSecuritySupport.RescueUser - Class in info.magnolia.cms.security
    TODO extract as top level class? Currently this class is tested implicitly by RescueSecuritySupportTest.
    RescueSecuritySupport.RescueUserManager - Class in info.magnolia.cms.security
    TODO: extract as top level class? Currently this class is tested implicitly by RescueSecuritySupportTest.
    RescueUser(String, String) - Constructor for class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
     
    RescueUserManager() - Constructor for class info.magnolia.cms.security.RescueSecuritySupport.RescueUserManager
     
    reset() - Method in class info.magnolia.cms.filters.MgnlFilterChain
     
    reset() - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    reset() - Method in class info.magnolia.event.ResettableEventBus
    Remove all handlers that have been added through this wrapper.
    resetAggregationState() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    resetAggregationState() - Static method in class info.magnolia.context.MgnlContext
    Resets the current aggregation state if we're in a WebContext, throws an IllegalStateException otherwise.
    resetAggregationState() - Method in interface info.magnolia.context.WebContext
    Resets the current aggregator instance.
    resetAggregationState() - Method in class info.magnolia.context.WebContextImpl
    This will only reset the original URI/URL by calling AggregationState.resetURIs().
    resetEventBuses() - Method in class info.magnolia.event.EventBusProtector
     
    resetRootFilter() - Method in class info.magnolia.cms.filters.FilterManagerImpl
     
    resetSessionLock(HttpServletRequest) - Static method in class info.magnolia.cms.security.Lock
    Deprecated.
    Reset session lock.
    resetSystemLock() - Static method in class info.magnolia.cms.security.Lock
    Deprecated.
    Reset system wide lock.
    ResettableEventBus - Class in info.magnolia.event
    Wraps an EventBus and remembers all handlers registered via this wrapper, so that they can easily all be cleared at once.
    ResettableEventBus(EventBus) - Constructor for class info.magnolia.event.ResettableEventBus
     
    resetURIs() - Method in class info.magnolia.cms.core.AggregationState
    The original URI/URL can only be set once.
    resolve(Resource) - Method in interface info.magnolia.config.source.yaml.decoration.FileDefinitionDecoratorResolver
     
    resolve(Resource) - Method in class info.magnolia.config.source.yaml.decoration.FilePathBasedYamlDefinitionDecoratorResolver
     
    resolve() - Static method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
     
    resolve(TypeDescriptor, Map<String, Object>) - Method in class info.magnolia.transformer.BeanTypeResolver
    Resolve the exact bean type from the provided base type information and the map of raw bean properties.
    resolve(Map<String, Object>) - Method in interface info.magnolia.transformer.TypeResolver
    Deprecated.
    resolveAreaDefinition() - Method in class info.magnolia.templating.elements.AreaElement
     
    resolveAvailableComponents() - Method in class info.magnolia.templating.elements.AreaElement
    Deprecated.
    since 6.1. Use AvailableComponents instead.
    resolveChannel(HttpServletRequest) - Method in interface info.magnolia.channel.ChannelResolver
     
    resolveChannel(HttpServletRequest) - Method in class info.magnolia.cms.filters.MultiChannelFilter
     
    resolveClasspathEntries(ClasspathServiceConfiguration) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathEntriesResolver.ReflectionsVfsBased
     
    resolveClasspathEntries(ClasspathServiceConfiguration) - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathEntriesResolver
    Resolve classpath enty mappings bound to the classpath configuration.
    resolveDefinitionProvider() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
     
    resolveDomain(HttpServletRequest) - Method in class info.magnolia.voting.voters.DomainNameRegexVoter
     
    resolveEntity(String, String) - Method in class info.magnolia.cms.util.ConfigUtil.MapDTDEntityResolver
    Deprecated.
     
    resolveInnerPath() - Method in class info.magnolia.cms.util.InheritanceContentWrapper
    Deprecated.
    Returns the inner path of the this node up to the anchor.
    resolveItemType(TransformationState) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
    Deprecated.
    The item type of the node.
    resolveLocale(String) - Method in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
     
    resolveLogoutRedirectLink(HttpServletRequest) - Method in class info.magnolia.cms.security.LogoutFilter
     
    resolveMessageBundleNameUpwards(Object) - Method in class info.magnolia.i18nsystem.AbstractI18nKeyGenerator
    Deprecated.
    since 5.4.5. Will be removed in a future version.
    resolveName(TransformationState) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
    Deprecated.
    The content name to use.
    resolveParameter(ParameterInfo) - Method in class info.magnolia.objectfactory.CandidateParameterResolver
     
    resolveParameter(ParameterInfo) - Method in class info.magnolia.objectfactory.guice.GuiceParameterResolver
     
    resolveParameter(ParameterInfo) - Method in interface info.magnolia.objectfactory.ParameterResolver
    Returns the instance to use for the parameter or UNRESOLVED if it cannot provider a value for this parameter.
    resolvePreviewMode() - Method in class info.magnolia.cms.filters.MultiChannelFilter
     
    resolveRequestHeaderFromValue(HttpServletRequest, String) - Method in class info.magnolia.voting.voters.AbstractRequestHeaderPatternVoter
    Retrieve the value of the specified header from the request.
    resolveResources() - Method in class info.magnolia.resourceloader.classpath.service.impl.base.ClasspathServiceBase
     
    resolveTemplateDefinition() - Method in class info.magnolia.templating.elements.AreaElement
     
    resolveTemplateScript(Node, RenderableDefinition, RenderingModel<?>, String) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
    Hook-method to be overriden when required.
    resolveTemplateScript(Node, RenderableDefinition, RenderingModel<?>, String) - Method in class info.magnolia.templating.renderers.PlainTextTemplateRenderer
     
    resolveTransformer(TypeDescriptor, Content2BeanTransformer) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
     
    resolveTransformer(TypeDescriptor, Node2BeanTransformer) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    resolveType(TypeDescriptor, Map<String, Object>) - Method in class info.magnolia.config.resolver.AnnotationProcessingTypeResolver
     
    resolveType(TransformationState) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
    resolveType(TypeMapping, TransformationState, ComponentProvider) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
    Deprecated.
    Resolves the class to use for the current node.
    resolveType(TypeMapping, TransformationState, ComponentProvider) - Method in class info.magnolia.content2bean.Content2BeanUtil.ToMapTransformer
    Deprecated.
     
    resolveType(TransformationState) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
    resolveType(TypeMapping, TransformationState, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
    Resolves the TypeDescriptor from current transformation state.
    resolveType(TypeMapping, TransformationState, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    resolveType(TypeMapping, TransformationState, ComponentProvider) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
    Resolves the class to use for the current node.
    resolveType(TypeDescriptor, Map<String, Object>) - Method in class info.magnolia.transformer.ClassPropertyBasedTypeResolver
     
    resolveType(TypeDescriptor, Map<String, Object>) - Method in interface info.magnolia.transformer.TypeResolver
    Attempt to resolve the object type based on its properties and the base parent type.
    resolveURIFromValue(Object) - Method in class info.magnolia.voting.voters.BasePatternVoter
     
    resolveUrl() - Method in class info.magnolia.resourceloader.classpath.service.impl.production.ProductionModeClasspathFile
     
    resolveVariation(RenderableDefinition) - Method in class info.magnolia.rendering.template.variation.ChannelVariationResolver
     
    resolveVariation(RenderableDefinition) - Method in class info.magnolia.rendering.template.variation.DefaultRenderableVariationResolver
     
    resolveVariation(RenderableDefinition) - Method in class info.magnolia.rendering.template.variation.ExtensionVariationResolver
     
    resolveVariation(RenderableDefinition) - Method in class info.magnolia.rendering.template.variation.NoopVariationResolver
     
    resolveVariation(RenderableDefinition) - Method in interface info.magnolia.rendering.template.variation.RenderableVariationResolver
    Returns the variation to use or null.
    Resource() - Constructor for class info.magnolia.jcr.util.NodeTypes.Resource
     
    Resource - Interface in info.magnolia.resourceloader
    The Resource is a common specific type for dealing with resources uniformly across arbitrary ResourceOrigins.
    RESOURCE_PREDICATE - Static variable in class info.magnolia.i18nsystem.DefaultMessageBundlesLoader
     
    resourceChange() - Static method in class info.magnolia.resourceloader.ResourceOriginChange
     
    ResourceChangeHandler - Interface in info.magnolia.resourceloader
    Implementors of the interface typically subscribe to a resource origin and get notified of the resource related events via ResourceOriginChange objects.
    ResourceChangeHandlerRegistration - Interface in info.magnolia.resourceloader
    Result of a ResourceChangeHandler registration in an ResourceOrigin.
    ResourceNotFoundException(ResourceOrigin, String) - Constructor for exception info.magnolia.resourceloader.ResourceOrigin.ResourceNotFoundException
     
    ResourceOrigin<P extends Resource> - Interface in info.magnolia.resourceloader
    Common interface for all resource file origins (e.g.
    ResourceOrigin.ResourceNotFoundException - Exception in info.magnolia.resourceloader
    Thrown when a given path can't be found.
    ResourceOriginChange - Class in info.magnolia.resourceloader
    Provides context information about a resource related change.
    ResourceOriginChange() - Constructor for class info.magnolia.resourceloader.ResourceOriginChange
     
    ResourceOriginChange.Builder - Class in info.magnolia.resourceloader
    Builder utility to ease the construction of ResourceOriginChange.
    ResourceOriginChange.Type - Enum in info.magnolia.resourceloader
    Enumeration of possible resource change types.
    ResourceOriginFactory - Interface in info.magnolia.resourceloader
    ResourceOriginFactory implementations are typically generated with @AutoFactory.
    resourcePath - Variable in class info.magnolia.module.files.BasicFileExtractorOperation
     
    ResourcePredicates - Class in info.magnolia.resourceloader.util
    Provides common Resource-related predicates.
    ResourcePredicates() - Constructor for class info.magnolia.resourceloader.util.ResourcePredicates
     
    RESOURCES_DIR_PROPERTY - Static variable in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
     
    RESOURCES_WORKSPACE - Static variable in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    ResourceStub - Class in info.magnolia.resourceloader
    Deprecated.
    since 5.4.6 - new ResourceOrigin.registerResourceChangeHandler(ResourceChangeHandler) allows for registering more sophisticated resource change handlers rendering this class obsolete.
    ResourceTemplateLoader - Class in info.magnolia.freemarker.loaders
    A FreeMarker TemplateLoader which loads templates using the ResourceOrigin API.
    ResourceTemplateLoader(ResourceOrigin) - Constructor for class info.magnolia.freemarker.loaders.ResourceTemplateLoader
     
    ResourceTreeWalker - Class in info.magnolia.resourceloader.util
    Implements a simple traversal of a tree of Resource.
    ResourceTreeWalker(ResourceVisitor) - Constructor for class info.magnolia.resourceloader.util.ResourceTreeWalker
     
    ResourceVisitor - Interface in info.magnolia.resourceloader
    response - Variable in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    ResponseContentTypeVoter - Class in info.magnolia.voting.voters
    Deprecated.
    since 5.3.13/5.4.4 use RequestExtensionVoter instead. Because the real Content-Type is not known at the execution time, it was only guessed from the extension in ContentTypeFilter.
    ResponseContentTypeVoter() - Constructor for class info.magnolia.voting.voters.ResponseContentTypeVoter
    Deprecated.
     
    ResponseOutputProvider - Class in info.magnolia.rendering.engine
    Output provider wrapping response.
    ResponseOutputProvider(HttpServletResponse) - Constructor for class info.magnolia.rendering.engine.ResponseOutputProvider
     
    restartNeeded(String) - Method in interface info.magnolia.module.InstallContext
     
    restartNeeded(String) - Method in class info.magnolia.module.InstallContextImpl
     
    restore(String, boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Restores this node to the state defined by the version with the specified versionName.
    restore(Version, boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Restores this node to the state defined by the specified version.
    restore(Version, String, boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Restores the specified version to relPath, relative to this node.
    restore(String, boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    restore(Version, boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    restore(Version, String, boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    restore(Node, Version, boolean) - Method in class info.magnolia.cms.core.version.BaseVersionManager
    Restore specified version.
    restore(String, boolean) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    restore(Version, boolean) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    restore(Version, String, boolean) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    restore(String, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
     
    restore(Version, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
     
    restore(Version, String, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
     
    restore(String, boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    restore(Version, boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    restore(Version, String, boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    restore(String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    restore(Version, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    restore(Version, String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    restore(Version[], boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    restore(String, String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    restore(Version, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    restore(String, Version, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    restore(Version[], boolean) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
     
    restoreAllChildren(Node, String) - Method in class info.magnolia.commands.impl.RestorePreviousVersionCommand
    Restores all descendant nodes according to the following strategy: Restore descendants of the same type as the parent, if RestorePreviousVersionCommand.isParentNodeTypeOnly() is set to true Restore descendants according to the configured Rule for allowed node-types Restore descendants of type mgnl:metaData and node-types defined by itemTypes parameter of command definition (fallback behavior).
    restoreAttributesInWebContext(Map<String, Object>, int) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
    Restores the original values of attributes in web context under the specified scope.
    restoreByLabel(String, boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Restores this node to the state recorded in the version specified by versionLabel.
    restoreByLabel(String, boolean) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    restoreByLabel(String, boolean) - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    restoreByLabel(String, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
     
    restoreByLabel(String, boolean) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    restoreByLabel(String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    restoreByLabel(String, String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    restoreContext(Map<String, Object>, Map<String, Object>) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    RestorePreviousVersionCommand - Class in info.magnolia.commands.impl
    Command to restore a node and all its descendants to their previous version.
    RestorePreviousVersionCommand(VersionManager) - Constructor for class info.magnolia.commands.impl.RestorePreviousVersionCommand
     
    result - Variable in class info.magnolia.cms.core.search.QueryResultImpl
    Deprecated.
    Unfiltered result object.
    Result(String, int, VirtualUriMapping) - Constructor for class info.magnolia.virtualuri.VirtualUriMapping.Result
     
    rethrow(Throwable, Class<? extends Throwable>...) - Static method in class info.magnolia.cms.util.ExceptionUtil
    This method helps palliating the absence of multi-catch (introduced in Java 7) - catch the lower common denominator exception and let this method do the rest - Use with great care!.
    ReturnsAnnotatedTypeArgument - Class in info.magnolia.i18nsystem.proxytoys
    Deprecated.
    since 6.1. Use #ByteBuddyI18nizer.
    ReturnsAnnotatedTypeArgument(Class<? extends Annotation>) - Constructor for class info.magnolia.i18nsystem.proxytoys.ReturnsAnnotatedTypeArgument
    Deprecated.
     
    reverse() - Method in class info.magnolia.cms.util.Rule
    Set reverse.
    revertExportPath(String) - Static method in class info.magnolia.importexport.DataTransporter
    ROLE - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    ROLE - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    Role - Interface in info.magnolia.cms.security
    A role is a collection of ACLs (permissions).
    Role() - Constructor for class info.magnolia.jcr.util.NodeTypes.Role
     
    RoleBaseVoter - Class in info.magnolia.voting.voters
    Checks if the current user has access permissions by comparing user roles and configured roles.
    RoleBaseVoter() - Constructor for class info.magnolia.voting.voters.RoleBaseVoter
     
    RoleList - Interface in info.magnolia.cms.security.auth
    Marker interface.
    RoleListImpl - Class in info.magnolia.jaas.principal
    PrincipalList implementation for roles.
    RoleListImpl() - Constructor for class info.magnolia.jaas.principal.RoleListImpl
     
    RoleManager - Interface in info.magnolia.cms.security
    Manages roles, roles are identified by name and can be organized in folders.
    root(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    root(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    root(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the root node of the workspace to which the provided node belongs.
    root(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the *oldest* ancestor node of the provided node which has the specified nodeType.
    ROOT_VERSION - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    JCR version store root.
    rootNodeFound - Variable in class info.magnolia.importexport.filters.ImportXmlRootFilter
    Deprecated.
     
    rootNodeWasFound() - Method in class info.magnolia.importexport.filters.ImportXmlRootFilter
    Deprecated.
    Root node was found should be called after parsing to check if a root node was indeed found.
    RootOnlyPermissions - Class in info.magnolia.cms.core
    Permissions granting access to all users to root Caches the result of resolving paths from ids, the caching implementation based org.apache.jackrabbit.core.security.authorization.principalbased.ACLProvider.CompiledPermissionImpl.
    RootOnlyPermissions(SessionImpl) - Constructor for class info.magnolia.cms.core.RootOnlyPermissions
     
    RotatingVirtualURIMapping - Class in info.magnolia.cms.beans.config
    Deprecated.
    since 5.5.6, rotating URI mapping has been relocated to the virtual-uri module (see MAGNOLIA-7016).
    RotatingVirtualURIMapping() - Constructor for class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
    Deprecated.
     
    RotatingVirtualUriMapping - Class in info.magnolia.virtualuri.mapping
    An extension of RegexpVirtualUriMapping that allows a rotation between different destination urls.
    RotatingVirtualUriMapping() - Constructor for class info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping
     
    ROW - Static variable in interface info.magnolia.templating.inspector.formatter.Outputter
     
    Rule() - Constructor for class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
     
    Rule - Class in info.magnolia.cms.util
    This class defines the rules to be used by the activation content aggregator this is simply a collection of node types.
    Rule() - Constructor for class info.magnolia.cms.util.Rule
     
    Rule(String[]) - Constructor for class info.magnolia.cms.util.Rule
    Generate list from string array.
    Rule(String, String) - Constructor for class info.magnolia.cms.util.Rule
    Generate Rule from the string representation of Rule.
    RuleBasedCommand - Class in info.magnolia.commands.impl
    Base class for rule based commands.
    RuleBasedCommand() - Constructor for class info.magnolia.commands.impl.RuleBasedCommand
     
    RuleBasedContentFilter - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5 use RuleBasedNodePredicate instead
    RuleBasedContentFilter(Rule) - Constructor for class info.magnolia.cms.util.RuleBasedContentFilter
    Deprecated.
     
    RuleBasedNodePredicate - Class in info.magnolia.jcr.predicate
    A ContentFilter using a Rule.
    RuleBasedNodePredicate(Rule) - Constructor for class info.magnolia.jcr.predicate.RuleBasedNodePredicate
     
    run() - Method in class info.magnolia.cms.util.DelayedExecutor.RunnableWrapper
     
    run() - Method in class info.magnolia.dirwatch.DirectoryWatcher
     
    RunnableWrapper(Runnable) - Constructor for class info.magnolia.cms.util.DelayedExecutor.RunnableWrapper
     
    RuntimeRepositoryException - Exception in info.magnolia.jcr
    Wraps RepositoryException as a runtime exception.
    RuntimeRepositoryException(RepositoryException) - Constructor for exception info.magnolia.jcr.RuntimeRepositoryException
     
    RuntimeRepositoryException(String, RepositoryException) - Constructor for exception info.magnolia.jcr.RuntimeRepositoryException
     

    S

    SafeDestroyMgnlFilterWrapper - Class in info.magnolia.cms.filters
    Wrapper for a MgnlFilter that using a read/write lock ensures that the destroy method waits for requests to complete before destroying the target filter.
    SafeDestroyMgnlFilterWrapper(MgnlFilter) - Constructor for class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
     
    SafeDestroyMgnlFilterWrapper.Switcher - Class in info.magnolia.cms.filters
    Construct for keeping a reference to a SafeDestroyMgnlFilterWrapper and change it with the guarantee that the returned previous reference will not get more read locks.
    SameChildNodeTypeIterator - Class in info.magnolia.jcr.iterator
    Creates iterator looping over all children of provided node that are of same node type.
    SameChildNodeTypeIterator(Node) - Constructor for class info.magnolia.jcr.iterator.SameChildNodeTypeIterator
     
    SamplesBootstrapTask - Class in info.magnolia.module.delta
    A task which bootstraps the module's content under /mgnl-bootstrap-samples/ if the magnolia.bootstrap.samples property is set the true.
    SamplesBootstrapTask() - Constructor for class info.magnolia.module.delta.SamplesBootstrapTask
     
    sanitizeToFile(URL) - Static method in class info.magnolia.cms.util.ClasspathResourcesUtil
     
    save() - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
    During node save action log all action which was done for the node and his childrens.
    save() - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorSessionWrapper
    During node save action log all action which was done in the session.
    save() - Method in class info.magnolia.cms.core.BinaryNodeData
     
    save() - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Persists all changes to the repository if validation succeeds.
    save() - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    save() - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    Persists all changes to the repository if validation succeeds.
    save() - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    save() - Method in interface info.magnolia.cms.core.HierarchyManager
    Deprecated.
     
    save() - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    Persists all changes to the repository if validation succeeds.
    save() - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    save() - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    save() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    save() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    save() - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    save() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    save() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    save() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    save() - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.MgnlPropertySettingSessionWrapper
     
    save() - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    saveAttribute(Map<String, Object>, Map<String, Object>, String) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    saveContextState(Map<String, Object>) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    scope(Key<T>, Provider<T>) - Method in class info.magnolia.objectfactory.guice.MagnoliaScopes.LazySingletonScope
     
    scope(Key<T>, Provider<T>) - Method in class info.magnolia.objectfactory.guice.MagnoliaScopes.LocalScope
     
    scope(Key<T>, Provider<T>) - Method in class info.magnolia.objectfactory.guice.MagnoliaScopes.SessionScope
     
    SCOPE_LOCAL - Static variable in class info.magnolia.module.model.ComponentDefinition
     
    SCOPE_SESSION - Static variable in class info.magnolia.module.model.ComponentDefinition
     
    SCOPE_SINGLETON - Static variable in class info.magnolia.module.model.ComponentDefinition
     
    search(QueryObjectModel, String) - Static method in class info.magnolia.cms.util.QueryUtil
    Executes the query based on QOM and then pops-up in the node hierarchy until returnItemType is found.
    search(String, String, String) - Static method in class info.magnolia.cms.util.QueryUtil
    Executes the query with given language.Unlike in the old API item type has to be specified in query itself.
    search(String, String) - Static method in class info.magnolia.cms.util.QueryUtil
    Executes the query using JCR SQL2 language.
    search(String, String, String, String) - Static method in class info.magnolia.cms.util.QueryUtil
    Searches for statement and then pops-up in the node hierarchy until returnItemType is found.
    search(String, String, String, String, boolean) - Static method in class info.magnolia.cms.util.QueryUtil
    Searches for statement and then pops-up in the node hierarchy until returnItemType is found.
    search(String, String, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Deprecated.
    since 5.4 - use SearchTemplatingFunctions#searchContent(String, String, String, String, long, long) from info.magnolia.templating:magnolia-templating-essentials-models instead.
    SearchHTMLExcerpt - Class in info.magnolia.jackrabbit.lucene
    Provides an HTML excerpt highlighting the searched term.
    SearchHTMLExcerpt() - Constructor for class info.magnolia.jackrabbit.lucene.SearchHTMLExcerpt
     
    SearchIndex - Class in info.magnolia.jackrabbit.lucene
    SearchIndex resolving workspace specific indexing configuration.
    SearchIndex() - Constructor for class info.magnolia.jackrabbit.lucene.SearchIndex
     
    SearchReplace - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5, declared deprecated in 5.6.
    SearchReplace(String, String, String) - Constructor for class info.magnolia.cms.util.SearchReplace
    Deprecated.
    A search and replace which searches for literal occurrences of search.
    SearchReplace(String, String, String, int) - Constructor for class info.magnolia.cms.util.SearchReplace
    Deprecated.
    A search and replace which can use parameterized substitution; use 0 for the default java.util.Pattern behavior.
    SECTION - Static variable in class info.magnolia.rendering.template.type.DefaultTemplateTypes
     
    Security - Class in info.magnolia.cms.security
    Deprecated.
    since 5.1 - use IoC to get SecuritySupport or directly use SecurityUtil instead.
    Security() - Constructor for class info.magnolia.cms.security.Security
    Deprecated.
     
    SECURITY_BASE_ROLE - Static variable in class info.magnolia.setup.CoreModuleVersionHandler
     
    SECURITY_CONFIG_PATH - Static variable in class info.magnolia.cms.security.SecuritySupportObservedComponentFactory
     
    SecurityCallbackFilter - Class in info.magnolia.cms.security
    A filter which handles 401, 403 HTTP response codes, as well as AccessDeniedExceptions, and renders an appropriate "login form" (which can consist of a redirect or anything else just as well).
    SecurityCallbackFilter() - Constructor for class info.magnolia.cms.security.SecurityCallbackFilter
     
    SecurityCallbackFilter.StatusSniffingResponseWrapper - Class in info.magnolia.cms.security
    A simple HttpServletResponseWrapper which keeps track of the current http status code.
    SecurityConstants - Class in info.magnolia.cms.security
    Common constants used throughout the security.
    SecurityConstants() - Constructor for class info.magnolia.cms.security.SecurityConstants
     
    SecuritySupport - Interface in info.magnolia.cms.security
    Entry point to get the various managers like UserManager, GroupManager and RoleManager.
    SecuritySupport.Factory - Class in info.magnolia.cms.security
    Deprecated.
    since 5.1 - use IoC instead
    SecuritySupportBase - Class in info.magnolia.cms.security
    Base implementation of SecuritySupport using JAAS for authentication.
    SecuritySupportBase() - Constructor for class info.magnolia.cms.security.SecuritySupportBase
     
    SecuritySupportImpl - Class in info.magnolia.cms.security
    SecuritySupportImpl() - Constructor for class info.magnolia.cms.security.SecuritySupportImpl
     
    SecuritySupportObservedComponentFactory - Class in info.magnolia.cms.security
    Special ObservedComponentFactory used for providing a SecuritySupport already during the initialization phase - before the proper SecuritySupportImpl can been instantiated.
    SecuritySupportObservedComponentFactory() - Constructor for class info.magnolia.cms.security.SecuritySupportObservedComponentFactory
     
    SecurityUtil - Class in info.magnolia.cms.security
    Utility functions required in the context of Security.
    SecurityUtil() - Constructor for class info.magnolia.cms.security.SecurityUtil
     
    selectAndHandleCallback(HttpServletRequest, SecurityCallbackFilter.StatusSniffingResponseWrapper) - Method in class info.magnolia.cms.security.SecurityCallbackFilter
     
    selectClientCallback(HttpServletRequest) - Method in class info.magnolia.cms.security.SecurityCallbackFilter
     
    SELECTOR_DELIMITER - Static variable in class info.magnolia.cms.core.Path
    Deprecated.
    since 5.5.3, use SelectorUtil.SELECTOR_DELIMITER instead.
    SELECTOR_DELIMITER - Static variable in class info.magnolia.cms.util.SelectorUtil
     
    SelectorUtil - Class in info.magnolia.cms.util
    Util class to handle selectors.
    SelectorUtil() - Constructor for class info.magnolia.cms.util.SelectorUtil
     
    SelfMappingServlet - Interface in info.magnolia.cms.filters
    An optional interface that servlets wrapped by ServletDispatchingFilter can implement, to provide their own mapping.
    sendError(int) - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    sendError(int, String) - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    sendRedirect(String) - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    SERVER_FILTERS - Static variable in interface info.magnolia.cms.filters.FilterManager
    Location in the config workspace where the Magnolia filter chain is configured.
    SERVER_FILTERS - Static variable in class info.magnolia.cms.filters.MgnlMainFilter
    Deprecated.
    ServerConfiguration - Class in info.magnolia.cms.beans.config
    Holds the basic server configuration info.
    ServerConfiguration() - Constructor for class info.magnolia.cms.beans.config.ServerConfiguration
     
    ServerConfiguration.InstanceFactory - Class in info.magnolia.cms.beans.config
    A special instance factory preventing recursive instantiation.
    service(ServletRequest, ServletResponse) - Method in class info.magnolia.freemarker.DoNothingServlet
     
    SERVICE_CONTACT - Static variable in class info.magnolia.cms.security.auth.callback.FormClientCallback
     
    ServletContextPropertySource - Class in info.magnolia.init.properties
    Simple PropertySource wrapping Properties loaded with the ServletContext from a given path.
    ServletContextPropertySource(ServletContext, String) - Constructor for class info.magnolia.init.properties.ServletContextPropertySource
     
    ServletContextWrapper - Class in info.magnolia.servlet
    A general-purpose wrapper around ServletContext to help reducing boilerplate for servlet decorators.
    ServletContextWrapper(ServletContext) - Constructor for class info.magnolia.servlet.ServletContextWrapper
     
    ServletDefinition - Class in info.magnolia.module.model
    Servlet as defined in a module descriptor.
    ServletDefinition() - Constructor for class info.magnolia.module.model.ServletDefinition
     
    ServletDispatchingFilter - Class in info.magnolia.cms.filters
    A filter that dispatches requests to a wrapped servlet.
    ServletDispatchingFilter(ComponentProvider) - Constructor for class info.magnolia.cms.filters.ServletDispatchingFilter
     
    servletIsDeprecated(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
     
    servletIsNowWrapped(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
     
    servletIsPresent(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
     
    servletIsRemoved(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
     
    servletMappingToRegex(String) - Method in class info.magnolia.cms.filters.Mapping
     
    ServletParameterDefinition - Class in info.magnolia.module.model
    Servlet parameter as defined in a module descriptor.
    ServletParameterDefinition() - Constructor for class info.magnolia.module.model.ServletParameterDefinition
     
    ServletUtil - Class in info.magnolia.cms.util
    Utility methods for operations related to Servlet API.
    ServletUtil() - Constructor for class info.magnolia.cms.util.ServletUtil
     
    ServletUtils - Class in info.magnolia.cms.util
    Deprecated.
    since 4.5 - use ServletUtil instead.
    ServletUtils() - Constructor for class info.magnolia.cms.util.ServletUtils
    Deprecated.
     
    session - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
     
    SESSION - Static variable in class info.magnolia.objectfactory.guice.MagnoliaScopes
    HTTP session scope.
    session - Variable in class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
     
    SESSION_SCOPE - Static variable in interface info.magnolia.context.Context
    Attribute visibility scope Shared by all requests from this session.
    sessionCreated(HttpSessionEvent) - Method in class info.magnolia.debug.SessionDebugger
     
    SessionDebugger - Class in info.magnolia.debug
    A Filter and Listener that can help debugging session issues.
    SessionDebugger() - Constructor for class info.magnolia.debug.SessionDebugger
     
    sessionDestroyed(HttpSessionEvent) - Method in class info.magnolia.debug.SessionDebugger
     
    SessionProvider - Interface in info.magnolia.jcr.registry
    Provides a Session for a logical workspace name.
    SessionProviderRegistry - Class in info.magnolia.jcr.registry
    Central registry of all SessionsProviders.
    SessionProviderRegistry() - Constructor for class info.magnolia.jcr.registry.SessionProviderRegistry
     
    SessionScope() - Constructor for class info.magnolia.objectfactory.guice.MagnoliaScopes.SessionScope
     
    SessionScoped - Annotation Type in info.magnolia.objectfactory.annotation
    Apply this to implementation classes when you want the instance to be created and held per session.
    SessionUtil - Class in info.magnolia.jcr.util
    Session-related utility methods.
    SessionUtil() - Constructor for class info.magnolia.jcr.util.SessionUtil
     
    set(Collection<Principal>) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
     
    set(Collection<Principal>) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
    Deprecated.
    since 4.5
    SET - Static variable in interface info.magnolia.cms.security.Permission
     
    set(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.Created
    Sets the current date as the node's creation date and uses MgnlContext to set the name of the creating user.
    set(Node, String, Calendar) - Static method in class info.magnolia.jcr.util.NodeTypes.Created
    Sets the supplied date as the node's creation date and sets the name of the creating user.
    set(Node, String) - Static method in class info.magnolia.jcr.util.NodeTypes.Deleted
     
    set(Node, String) - Static method in class info.magnolia.jcr.util.NodeTypes.Renderable
    Sets the template assigned to the node.
    set(Node, String) - Static method in class info.magnolia.jcr.util.NodeTypes.Versionable
    Set the versioning comment on the node.
    setAbsolutSourcePath(Node) - Method in class info.magnolia.link.RelativePathTransformer
     
    setAbsolutSourcePath(String) - Method in class info.magnolia.link.RelativePathTransformer
     
    setAccessManager(AccessManager) - Method in class info.magnolia.cms.core.ContentHandler
    Deprecated.
    use setHierarchyManager instead
    setAccessManager(AccessManager) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    Set access manager for this hierarchy.
    setACL() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
    Sets access control list from the user, roles and groups.
    setACL() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
    Set access control list from the user, roles and groups.
    setACL() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
    Sets access control list from the user, roles and groups.
    setACL() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
    Deprecated.
    Set access control list from the user, roles and groups.
    setACLForGroups(String[], PrincipalCollection) - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
    Looks for groups configured in magnolia repository with the given name, and configures ACLs for it.
    setACLForRoles(String[], PrincipalCollection) - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
    Looks for role configured in magnolia repository with the given name, and configures ACLs for it.
    setACLForUser(PrincipalCollection, User, SecuritySupport) - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
     
    setActivated() - Method in class info.magnolia.cms.core.MetaData
    setActivatorId(String) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - use NodeTypes.Activatable.update(javax.jcr.Node, String, boolean) to directly set userName and true false.
    setActive(boolean) - Method in class info.magnolia.audit.LogConfiguration
     
    setActive(boolean) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    setActivity(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    setActivity(Node) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    setAdd(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
     
    setAddContextPath(boolean) - Method in class info.magnolia.link.AbsolutePathTransformer
     
    setAddContextPathToBrowserLinks(boolean) - Method in class info.magnolia.link.LinkTransformerManager
     
    setAddMethod(Method) - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    setAddMethod(Method) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
    Deprecated.
    since 5.0 - use setter instead.
    setAdmin(boolean) - Method in class info.magnolia.cms.beans.config.ServerConfiguration
     
    setAfter(String) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    setAllow(String) - Method in class info.magnolia.voting.voters.ExtensionVoter
     
    setAllowCrossRealmDuplicateNames(boolean) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setAllowed(List<String>) - Method in class info.magnolia.voting.voters.RequestExtensionVoter
     
    setAllowed(List<String>) - Method in class info.magnolia.voting.voters.UserAgentVoter
     
    setAllowedTypes(String[]) - Method in class info.magnolia.cms.util.Rule
     
    setAllowLinking(boolean) - Method in class info.magnolia.freemarker.loaders.LazyFileTemplateLoader
     
    setAnchor(String) - Method in class info.magnolia.link.Link
     
    setArea(AreaDefinition) - Method in class info.magnolia.templating.elements.AreaElement
     
    setAreas(Map<String, AreaDefinition>) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setArguments(Collection<String>) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    setArray(boolean) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    setAtomName(String) - Method in class info.magnolia.cms.beans.runtime.Document
    Sets the parameter name.
    setAttribute(String, String) - Method in class info.magnolia.cms.core.AbstractNodeData
    Deprecated.
     
    setAttribute(String, Calendar) - Method in class info.magnolia.cms.core.AbstractNodeData
    Deprecated.
     
    setAttribute(String, String) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setAttribute(String, Calendar) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setAttribute(String, String) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set attribute, available only if NodeData is of type Binary.
    setAttribute(String, Calendar) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set attribute, available only if NodeData is of type Binary.
    setAttribute(String, Calendar) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setAttribute(String, String) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setAttribute(String, Object, int) - Method in class info.magnolia.context.AbstractContext
     
    setAttribute(String, Object, int) - Method in class info.magnolia.context.AbstractMapBasedContext
    Use the Map.put().
    setAttribute(String, Object, int) - Method in class info.magnolia.context.AbstractSystemContext
     
    setAttribute(String, Object, int) - Method in interface info.magnolia.context.AttributeStrategy
     
    setAttribute(String, Object, int) - Method in interface info.magnolia.context.Context
    Set attribute value, scope of the attribute is defined.
    setAttribute(String, Object, int) - Method in class info.magnolia.context.ContextDecorator
    Delegates call to the original context.
    setAttribute(String, Object, int) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    setAttribute(String, Object, int) - Method in class info.magnolia.context.MapAttributeStrategy
     
    setAttribute(String, Object) - Static method in class info.magnolia.context.MgnlContext
    Set attribute value, scope of the attribute is Context.LOCAL_SCOPE.
    setAttribute(String, Object, int) - Static method in class info.magnolia.context.MgnlContext
    Set attribute value, scope of the attribute is defined.
    setAttribute(String, Object, int) - Method in class info.magnolia.context.RequestAttributeStrategy
     
    setAttribute(String, Object) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    setAttributeName(String) - Method in class info.magnolia.rendering.model.ModelExecutionFilter
     
    setAttributes(List<ElementAttribute>) - Method in class info.magnolia.templating.elements.attribute.Joining
     
    setAttributesInWebContext(Map<String, Object>, int) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
    Sets attributes in web context under the specified scope.
    setAttributeStrategy(AttributeStrategy) - Method in class info.magnolia.context.AbstractContext
     
    setAtts(Attributes) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
    Deprecated.
    Sets the atts.
    setAuthorId(String) - Method in class info.magnolia.cms.core.MetaData
    setAutoGeneration(AutoGenerationConfiguration) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setAutoPopulateFromRequest(Boolean) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    setAutoPopulateFromRequest(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setAvailableComponents(Map<String, ComponentAvailability>) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setAvailableComponents(String) - Method in class info.magnolia.templating.elements.AreaElement
     
    setBasePath(String) - Method in class info.magnolia.freemarker.loaders.LazyFileTemplateLoader
     
    setBefore(String) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    setBinaryNodeData(String, String, long, InputStream) - Static method in class info.magnolia.nodebuilder.ContentOps
    Deprecated.
     
    setBindingContext(Annotation) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setBindingContext(Annotation) - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
     
    setBypasses(Voter[]) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    setCatalogueName(String) - Method in class info.magnolia.cms.servlets.CommandBasedMVCServletHandler
    Deprecated.
     
    setChannel(Channel) - Method in class info.magnolia.cms.core.AggregationState
     
    setChannel(Channel) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setChannels(Map<String, ChannelConfiguration>) - Method in class info.magnolia.channel.ChannelManagerImpl
     
    setCharacterEncoding(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setCharacterEncoding(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setCheckAreaExistence(boolean) - Method in class info.magnolia.rendering.listeners.AreaFilteringListener
     
    setClassName(String) - Method in class info.magnolia.module.model.ConfigurerDefinition
     
    setClassName(String) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setClassName(String) - Method in class info.magnolia.module.model.ServletDefinition
     
    setClientCallbacks(List<HttpClientCallback>) - Method in class info.magnolia.cms.security.SecurityCallbackFilter
     
    setCollection(boolean) - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    setCollection(boolean) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    setCollectionEntryType(TypeDescriptor) - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    setCollectionEntryType(TypeDescriptor) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    setCollectionKeyType(TypeDescriptor) - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    setCollectionKeyType(TypeDescriptor) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    setCommand(String) - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    setCommandName(String) - Method in class info.magnolia.commands.DelegateCommand
     
    setComment(String) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
     
    setComment(String) - Method in class info.magnolia.commands.impl.VersionCommand
     
    setComment(String) - Method in class info.magnolia.module.model.ServletDefinition
     
    setCommentTemplate(String) - Method in class info.magnolia.commands.impl.ExtractCommentCommand
     
    setComponentClass(Class) - Method in class info.magnolia.rendering.renderer.ContextAttributeConfiguration
     
    setComponentProvider(ComponentProvider) - Static method in class info.magnolia.objectfactory.Components
    Sets the current ComponentProvider.
    setComponents(List<ComponentDefinition>) - Method in class info.magnolia.module.model.ComponentsDefinition
     
    setComponents(Collection<ComponentsDefinition>) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setComponents(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    setCompression(String) - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    setCondition(Voter<T>) - Method in class info.magnolia.voting.voters.IfVoter
     
    setConfig(Map) - Method in class info.magnolia.cms.filters.FilterDecorator
     
    setConfigurers(List<ConfigurerDefinition>) - Method in class info.magnolia.module.model.ComponentsDefinition
     
    setConnectTimeout(int) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    setConstructor(MgnlYamlConstructor) - Method in class info.magnolia.config.source.yaml.construct.MgnlYamlConstruct
     
    setContent(Content) - Method in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    setContent(Map<String, Map<?, ?>>) - Method in class info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
     
    setContent(Node) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setContentStructure(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setContentType(String) - Method in class info.magnolia.cms.beans.runtime.File
     
    setContentType(String) - Method in class info.magnolia.cms.filters.ContentTypeCheckingResponseWrapper
     
    setContentType(String) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    setContextAttribute(Map<String, Object>, String, Object) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    setContextAttributes(Map<String, ContextAttributeConfiguration>) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    setContextAttributes(Map<String, Object>) - Method in class info.magnolia.templating.elements.AreaElement
     
    setContextAttributes(Map<String, Object>) - Method in class info.magnolia.templating.elements.ComponentElement
     
    setCountry(String) - Method in class info.magnolia.cms.i18n.LocaleDefinition
     
    setCreateAreaNode(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setCreateAreaNode(Boolean) - Method in class info.magnolia.templating.elements.AreaElement
     
    setCreationDate() - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
    setCurrentBean(Object) - Method in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    setCurrentBean(Object) - Method in interface info.magnolia.content2bean.TransformationState
    Deprecated.
     
    setCurrentBean(Object) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    setCurrentBean(Object) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    setCurrentContentNode(Node) - Method in class info.magnolia.cms.core.AggregationState
     
    setCurrentContentNode(Node) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setCurrentLoginResult(LoginResult) - Static method in class info.magnolia.cms.security.auth.login.LoginResult
    Used by the login filter to depose the login result.
    setCurrentModule(ModuleDefinition) - Method in class info.magnolia.module.InstallContextImpl
     
    setCurrentModuleDefinition(ModuleDefinition) - Method in class info.magnolia.module.ModuleLifecycleContextImpl
     
    setCurrentURI(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setCurrentURI(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setDebug(boolean) - Method in class info.magnolia.i18nsystem.module.I18nModule
     
    setDecoratedFilter(Filter) - Method in class info.magnolia.cms.filters.FilterDecorator
     
    setDefaultBaseUrl(String) - Method in class info.magnolia.cms.beans.config.ServerConfiguration
     
    setDefaultExtension(String) - Method in class info.magnolia.cms.beans.config.ServerConfiguration
     
    setDefaultLocale(Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    setDefaultLocale(String) - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
    Deprecated.
    since 4.0 - not used and should not be. Use setLocale() on the SystemContext instead. --note: do not remove the method, make it private. applicationLocale field is still needed. --and/or remove duplication with SystemContext.locale
    SetDefaultPublicURITask - Class in info.magnolia.module.delta
    Sets the default virtual URI on public instances.
    SetDefaultPublicURITask() - Constructor for class info.magnolia.module.delta.SetDefaultPublicURITask
     
    SetDefaultPublicURITask(String) - Constructor for class info.magnolia.module.delta.SetDefaultPublicURITask
    Deprecated.
    setDefaultSeparator(String) - Method in class info.magnolia.audit.AuditLoggingManager
     
    setDelay(long) - Method in class info.magnolia.cms.util.WorkspaceObservingManager
    Sets the delay of the deferred EventListener.
    setDelegate(Object) - Method in class info.magnolia.cms.util.UrlPatternDelegate
    Sets the delegate.
    setDelegatePath(String) - Method in class info.magnolia.voting.voters.DelegateVoter
    Deprecated.
     
    setDeletable(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setDelete(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
     
    setDeleteMetaDataIfEmptied(boolean) - Method in class info.magnolia.importexport.postprocessors.MetaDataAsMixinConversionHelper
     
    setDeny(String) - Method in class info.magnolia.voting.voters.ExtensionVoter
     
    setDependencies(Collection<DependencyDefinition>) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setDependencies(Collection<LightModuleDefinitionReader.LightModuleDependencyDefinition>) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
     
    setDescription(String) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setDescription(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setDescription(String) - Method in class info.magnolia.templating.elements.AreaElement
     
    setDialog(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setDialog(String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setDialog(String) - Method in class info.magnolia.templating.elements.AreaElement
     
    setDispatching(DispatchRules) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    setDisplayName(String) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setDocumentLocator(Locator) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    setDomain(String) - Method in class info.magnolia.voting.voters.DomainNameRegexVoter
     
    setEditable(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setEditable(Boolean) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setEnabled(boolean) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    setEnabled(boolean) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    setEnabled(boolean) - Method in class info.magnolia.cms.i18n.LocaleDefinition
     
    setEnabled(boolean) - Method in class info.magnolia.cms.security.DummyUser
    Deprecated.
     
    setEnabled(boolean) - Method in class info.magnolia.cms.security.ExternalUser
     
    setEnabled(boolean) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
     
    setEnabled(boolean) - Method in interface info.magnolia.cms.security.User
    Deprecated.
    setEnabled(boolean) - Method in class info.magnolia.commands.MgnlCommand
     
    setEnabled(boolean) - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
     
    setEnabled(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setEnabled(boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
     
    setEnabled(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    setEnabled(boolean) - Method in class info.magnolia.voting.voters.BaseVoterImpl
     
    setEnd(int) - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
    Deprecated.
    Sets the end.
    setEnd(int) - Method in class info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping
    Sets the end.
    setEntity() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
    Sets user details.
    setEntity() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
    Set user details.
    setEntity() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
     
    setEntity() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
    Deprecated.
    Set user details.
    setError(DispatchRule) - Method in class info.magnolia.cms.filters.DispatchRules
     
    setEscapeHtml(boolean) - Method in class info.magnolia.freemarker.FreemarkerHelper
     
    setEscapeHtml(Boolean) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    setException(String, Exception) - Static method in class info.magnolia.cms.util.AlertUtil
     
    setException(String, Exception, Context) - Static method in class info.magnolia.cms.util.AlertUtil
     
    setException(Exception) - Static method in class info.magnolia.cms.util.AlertUtil
    Store the exception.
    setException(Exception, Context) - Static method in class info.magnolia.cms.util.AlertUtil
     
    setExcludedNames(Collection<String>) - Method in class info.magnolia.jcr.predicate.PropertyFilteringPredicate
     
    setExcludedTypes(Collection<String>) - Method in class info.magnolia.jcr.predicate.PropertyFilteringPredicate
     
    setExecute(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
     
    setExporterClass(Class<? extends Exporter>) - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    setExt(String) - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    setExtension(String) - Method in class info.magnolia.cms.beans.runtime.Document
     
    setExtension(String) - Method in class info.magnolia.cms.beans.runtime.File
     
    setExtension(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setExtension(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setExtension(String) - Method in class info.magnolia.link.Link
     
    setFallbackLocale(Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    setFallbackLocale(Locale) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
     
    setFallbackPath(String) - Method in class info.magnolia.link.Link
     
    setFalseValue(int) - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    setFile(File) - Method in class info.magnolia.cms.beans.runtime.Document
    Sets a reference to the uploaded file.
    setFile(File) - Method in class info.magnolia.cms.core.AggregationState
     
    setFile(File) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setFileName(String) - Method in class info.magnolia.cms.beans.runtime.Document
    Sets the file name without extension.
    setFileName(String) - Method in class info.magnolia.cms.beans.runtime.File
     
    setFileName(String) - Method in class info.magnolia.commands.ExportJcrNodeToYamlCommand
     
    setFileName(String) - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    setFileName(String) - Method in class info.magnolia.importexport.command.JcrImportCommand
     
    setFileName(String) - Method in class info.magnolia.link.Link
     
    setFilters(MgnlFilter[]) - Method in class info.magnolia.cms.filters.CompositeFilter
     
    setFilters(Map<String, ContentDecorator>) - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    setForceCreation(boolean) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
    since 5.3.3 only used in tests
    setForceCreation(boolean) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    setForcePreDelete(boolean) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    setForceUnpublishState(boolean) - Method in class info.magnolia.commands.impl.ImportCommand
    Deprecated.
     
    setFormat(boolean) - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    setFormat(String) - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    setForward(DispatchRule) - Method in class info.magnolia.cms.filters.DispatchRules
     
    setFragmentDefinition(FragmentDefinition) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setFromURI(String) - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    setFromURI(String) - Method in class info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping
    Deprecated.
     
    setFromURI(String) - Method in class info.magnolia.cms.beans.config.RegexpVirtualURIMapping
    Deprecated.
     
    setFromURI(String) - Method in interface info.magnolia.cms.exchange.Subscription
    Deprecated.
     
    setFromUri(String) - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
     
    setFromUri(String) - Method in class info.magnolia.virtualuri.mapping.HostBasedRegexpVirtualUriMapping
     
    setFromUri(String) - Method in class info.magnolia.virtualuri.mapping.RegexpVirtualUriMapping
     
    setGeneratorClass(Class<Generator<AutoGenerationConfiguration>>) - Method in class info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
     
    setGroupManager(GroupManager) - Method in class info.magnolia.cms.security.SecuritySupportImpl
     
    setGroupNames(Set<String>) - Method in class info.magnolia.jaas.sp.AbstractLoginModule
     
    setHandle(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setHandle(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setHandlePrefix(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
     
    setHeader(HttpServletResponse, String, Object) - Static method in class info.magnolia.cms.util.RequestHeaderUtil
     
    setHeaderName(String) - Method in class info.magnolia.voting.voters.AbstractRequestHeaderPatternVoter
     
    setHeaders(Map<String, String>) - Method in class info.magnolia.cms.filters.AddHeadersFilter
     
    setHost(String) - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
    Deprecated.
     
    setHost(String) - Method in class info.magnolia.cms.util.UrlPatternDelegate
    Sets the host pattern (using SimpleUrlPattern internally).
    setHost(String) - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
     
    setHostPattern(SimpleUrlPattern) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
     
    setI18nBasename(String) - Method in class info.magnolia.commands.impl.MessageCommand
     
    setI18nBasename(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
    Deprecated.
    since 5.4.4. I18nBasename is deprecated and will be removed in a future version.
    setId(String) - Method in class info.magnolia.module.model.ComponentsDefinition
     
    setId(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
     
    setId(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setId(String) - Method in interface info.magnolia.rendering.template.RenderableDefinition
     
    setIdentifier(Node, String) - Method in class info.magnolia.jcr.util.PropertiesImportExport
    Intentionally created this method to allow simple creation of subclasses actually setting the identifier (e.g.
    setIdentifierBehavior(int) - Method in class info.magnolia.commands.impl.ImportCommand
    Deprecated.
    See ImportUUIDBehavior constants definition.
    setIdentifierBehavior(int) - Method in class info.magnolia.importexport.command.JcrImportCommand
     
    setImplementation(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setImplementation(String) - Method in class info.magnolia.module.model.TypeMappingDefinition
     
    setImplementation(Class<? extends T>) - Method in class info.magnolia.objectfactory.configuration.ImplementationConfiguration
     
    setImportPath(String) - Method in class info.magnolia.importexport.command.JcrImportCommand
     
    setInclude(DispatchRule) - Method in class info.magnolia.cms.filters.DispatchRules
     
    setIndexingConfiguration(String) - Method in class info.magnolia.jackrabbit.lucene.SearchIndex
     
    setInherit(boolean) - Method in class info.magnolia.templating.elements.AreaElement
     
    setInheritance(InheritanceConfiguration) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setInitParameter(String, String) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    setInstance(Context) - Static method in class info.magnolia.context.MgnlContext
    Set context implementation instance.
    setInstance(T) - Method in class info.magnolia.objectfactory.configuration.InstanceConfiguration
     
    setInstanceUuid(String) - Method in class info.magnolia.cms.beans.config.ServerConfiguration
     
    setInternalFromUri(String) - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
     
    setInverse(boolean) - Method in class info.magnolia.voting.voters.BasePatternVoter
     
    setIP(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
     
    setItemType(ItemType) - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    setItemType(String) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    setItemTypes(String) - Method in class info.magnolia.commands.impl.RuleBasedCommand
     
    setJaasChain(String) - Method in class info.magnolia.cms.security.auth.login.FormLogin
     
    setJCRNode(Node) - Method in class info.magnolia.link.Link
     
    setJcrSession(Session) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    since 5.4 not used
    setKeepHistory(boolean) - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    setLabel(String) - Method in class info.magnolia.templating.elements.AreaElement
     
    setLanguage(String) - Method in class info.magnolia.cms.i18n.LocaleDefinition
     
    setLastAccess() - Method in class info.magnolia.cms.security.MgnlUser
    Deprecated.
    setLastActivationActionDate() - Method in class info.magnolia.cms.core.MetaData
    setLazy(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setLazy(boolean) - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
     
    setLevel(int) - Method in class info.magnolia.cms.beans.config.VirtualURIMapping.MappingResult
    Deprecated.
     
    setLevel(int) - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    setLevel(int) - Method in class info.magnolia.voting.voters.VoterSet
     
    setLimit(long) - Method in interface info.magnolia.cms.core.search.Query
    Deprecated.
    Restrict the result size of subsequent Query.execute() invocations to the given number of objects.
    setLimit(long) - Method in class info.magnolia.cms.core.search.QueryImpl
    Deprecated.
     
    setList(List) - Method in class info.magnolia.jaas.principal.ACLImpl
    Deprecated.
    Initialize access control list with provided permissions it will overwrite any existing permissions set before.
    setListeners(List<AbstractRenderingListener>) - Method in class info.magnolia.rendering.context.AggregationStateBasedRenderingContext
     
    setListeners(List<AbstractRenderingListener>) - Method in interface info.magnolia.rendering.context.RenderingContext
     
    setListeners(LinkedList<AbstractRenderingListener>) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    setLoadOnStartup(boolean) - Method in class info.magnolia.repository.definition.RepositoryDefinition
     
    setLocale(Locale) - Method in class info.magnolia.cms.core.AggregationState
     
    setLocale(Locale) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setLocale(Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    setLocale(Locale) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
     
    setLocale(Locale) - Method in class info.magnolia.cms.i18n.LocaleDefinition
     
    setLocale(Locale) - Method in class info.magnolia.context.AbstractContext
     
    setLocale(Locale) - Method in interface info.magnolia.context.Context
     
    setLocale(Locale) - Method in class info.magnolia.context.ContextDecorator
     
    setLocale(Locale) - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    setLocale(Locale) - Static method in class info.magnolia.context.MgnlContext
    Set the locale for the current context.
    setLocaleFor(User) - Method in class info.magnolia.context.UserContextImpl
     
    setLocales(Collection<LocaleDefinition>) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    setLocales(Map<String, Locale>) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
    setLocalName(String) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
    Deprecated.
    Sets the localName.
    setLocation(String) - Method in class info.magnolia.cms.security.auth.callback.RedirectClientCallback
    The location field as sent to the browser.
    setLockTimePeriod(int) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    setLockTimePeriod(int) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    setLockTimePeriod(int) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setLockTimePeriod(int) - Method in interface info.magnolia.cms.security.UserManager
    Sets a time period for account lock.
    setLog(String) - Method in class info.magnolia.commands.impl.LogCommand
     
    setLogConfigurations(List<LogConfiguration>) - Method in class info.magnolia.audit.AuditLoggingManager
     
    setLoginForm(String) - Method in class info.magnolia.cms.security.auth.callback.FormClientCallback
     
    setLoginHandlers(Collection<LoginHandler>) - Method in class info.magnolia.cms.security.auth.login.LoginFilter
     
    setLogName(String) - Method in class info.magnolia.audit.LogConfiguration
     
    setMagnoliaConfigurationProperties(MagnoliaConfigurationProperties) - Static method in class info.magnolia.cms.core.SystemProperty
    Deprecated.
    since 4.5 - this is only here to allow tests to work until their tested classes are all converted.
    setMainContentNode(Node) - Method in class info.magnolia.cms.core.AggregationState
     
    setMainContentNode(Node) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setMakeBrowserLinksRelative(boolean) - Method in class info.magnolia.link.LinkTransformerManager
     
    setMap(boolean) - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    setMap(Map<String, Object>) - Method in class info.magnolia.context.AbstractMapBasedContext
     
    setMap(Map<String, Object>) - Method in class info.magnolia.context.MapAttributeStrategy
     
    setMap(boolean) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    setMappings(Collection<URI2RepositoryMapping>) - Method in class info.magnolia.cms.beans.config.URI2RepositoryManager
     
    setMappings(Collection<String>) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    setMappings(Collection<String>) - Method in class info.magnolia.cms.filters.HostSecurityFilter
     
    setMappings(Collection<String>) - Method in class info.magnolia.cms.filters.Mapping
     
    setMappings(Collection<String>) - Method in class info.magnolia.cms.filters.WebContainerResourcesImpl
     
    setMappings(Collection<String>) - Method in class info.magnolia.module.model.ServletDefinition
     
    setMappings(Map<String, WorkspaceMappingDefinition>) - Method in class info.magnolia.repository.definition.RepositoryMappingDefinition
     
    setMappings(List<HostBasedVirtualUriMapping.HostUriMapping>) - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
     
    setMaxComponents(Integer) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setMaxComponents(Integer) - Method in class info.magnolia.templating.elements.AreaElement
     
    setMaxDelay(long) - Method in class info.magnolia.cms.util.WorkspaceObservingManager
    Sets the maximum delay of the deferred EventListener.
    setMaxFailedLoginAttempts(int) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    setMaxFailedLoginAttempts(int) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    setMaxFailedLoginAttempts(int) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setMaxFailedLoginAttempts(int) - Method in interface info.magnolia.cms.security.UserManager
    Sets a number of failed attempts before locking account.
    setMaxVersionHistory(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
    Set version history to max version possible.
    setMaxVersionHistory(Node) - Method in class info.magnolia.cms.core.version.VersionManager
    Set version history to max version possible.
    setMessage(String) - Static method in class info.magnolia.cms.util.AlertUtil
    Store the message.
    setMessage(String, Context) - Static method in class info.magnolia.cms.util.AlertUtil
     
    setMessage(String, Exception) - Static method in class info.magnolia.cms.util.AlertUtil
    Creates a message containing the exception message.
    setMessage(String, Exception, Context) - Static method in class info.magnolia.cms.util.AlertUtil
     
    setMessage(String) - Method in class info.magnolia.commands.impl.MessageCommand
     
    setMessages(Map) - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
     
    setMetaData(MetaData) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    Helper method to set page properties, create page calls this method.
    setMethods(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
     
    setMimeExtension(String) - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    setModelClass(Class) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setModelFactories(List<MagnoliaModelFactory>) - Method in class info.magnolia.freemarker.FreemarkerConfig
     
    setModificationDate() - Method in class info.magnolia.cms.core.MetaData
    setMove(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
     
    setMoveable(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setMsg(String) - Method in class info.magnolia.commands.impl.LogCommand
     
    setName(String) - Method in class info.magnolia.audit.LogConfiguration
     
    setName(String) - Method in class info.magnolia.cms.core.Channel
     
    setName(String) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    setName(String) - Method in interface info.magnolia.cms.exchange.Subscription
    Deprecated.
     
    setName(String) - Method in class info.magnolia.cms.filters.AbstractMgnlFilter
     
    setName(String) - Method in interface info.magnolia.cms.filters.MgnlFilter
     
    setName(String) - Method in class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper
    Read lock must be held when invoking this method.
    setName(String) - Method in interface info.magnolia.cms.security.auth.Entity
    Deprecated.
    since 5.3.3 not used - use addProperty(Entity.NAME)
    setName(String) - Method in interface info.magnolia.cms.security.auth.PrincipalCollection
     
    setName(String) - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
    Sets this principal name.
    setName(String) - Method in interface info.magnolia.cms.security.auth.PrincipalList
     
    setName(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
     
    setName(String) - Method in class info.magnolia.commands.MgnlCatalog
     
    setName(String) - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    setName(String) - Method in class info.magnolia.jaas.principal.AbstractPrincipalList
    Sets principal name.
    setName(String) - Method in class info.magnolia.jaas.principal.ACLImpl
    Deprecated.
    Set this principal name.
    setName(String) - Method in class info.magnolia.jaas.principal.EntityImpl
    Deprecated.
    since 5.3.3 use addProperty(NAME, name)
    setName(String) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    setName(String) - Method in class info.magnolia.module.model.DependencyDefinition
     
    setName(String) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setName(String) - Method in class info.magnolia.module.model.PropertyDefinition
     
    setName(String) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
     
    setName(String) - Method in class info.magnolia.module.model.RepositoryDefinition
     
    setName(String) - Method in class info.magnolia.module.model.ServletDefinition
     
    setName(String) - Method in class info.magnolia.module.model.ServletParameterDefinition
     
    setName(String) - Method in class info.magnolia.rendering.renderer.ContextAttributeConfiguration
     
    setName(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setName(String) - Method in class info.magnolia.repository.definition.RepositoryDefinition
     
    setName(String) - Method in class info.magnolia.templating.elements.AreaElement
     
    setName(String) - Method in class info.magnolia.voting.voters.BaseVoterImpl
     
    setNamespacePrefix(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    setNode(Node) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    setNodeComparatorClass(Class<? extends Comparator<Node>>) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    setNodeData(String, Value) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, Value[]) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, boolean) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, long) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, double) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, String) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, InputStream) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, Calendar) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, Content) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    setNodeData(String, Object) - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
    Uses the NodeDataUtil to create and set the node data based on the object type.
    setNodeData(String, Value) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, Value[]) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, String) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, long) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, InputStream) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, double) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, boolean) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, Calendar) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, Content) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(String, Object) - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Sets the node data.
    setNodeData(TransformationState, String, Object) - Method in interface info.magnolia.content2bean.Bean2ContentTransformer
    Deprecated.
    Create/set the node data of the node.
    setNodeData(String, Object) - Static method in class info.magnolia.nodebuilder.ContentOps
    Deprecated.
     
    setNodeDataName(String) - Method in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    setNodeDatas(Content, Object, Bean2ContentTransformer) - Method in interface info.magnolia.content2bean.Bean2ContentProcessor
    Deprecated.
     
    setNodeDatas(Content, Object, String[]) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - unused - use Content2Bean
    setNodeDatas(Content, Object) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - unused - use Content2Bean
    setNodeDatas(Content, Map) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - TODO - only used locally - use Content2Bean
    setNodeIdentifier(String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setNodePredicate(AbstractPredicate<Node>) - Method in class info.magnolia.importexport.command.JcrExportCommand.DefaultFilter
     
    setNodePredicate(AbstractPredicate<Node>) - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
     
    setNodeTypeFile(String) - Method in class info.magnolia.module.model.RepositoryDefinition
     
    setNodeTypes(Collection<String>) - Method in class info.magnolia.jcr.predicate.NodeFilteringPredicate
     
    setNodeTypes(List<String>) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    setNodeTypes(List<String>) - Method in class info.magnolia.rendering.template.configured.InheritancePredicate
     
    setNot(boolean) - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    setNot(boolean) - Method in class info.magnolia.voting.voters.VoterSet
     
    setObserved(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setObserved(boolean) - Method in class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
     
    setObservedObject(T) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    setOp(String) - Method in class info.magnolia.voting.voters.BoolVoterSet
     
    setOp(String) - Method in class info.magnolia.voting.voters.VoterSet
     
    setOptional(boolean) - Method in class info.magnolia.module.model.DependencyDefinition
     
    setOptional(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setOriginalBrowserURI(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setOriginalBrowserURI(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setOriginalBrowserURL(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setOriginalBrowserURL(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setOriginalContext(Context) - Method in class info.magnolia.context.AbstractSystemContext
     
    setOriginalURI(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setOriginalURI(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setOriginalURL(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setOriginalURL(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setOriginalUrl(String) - Method in class info.magnolia.cms.util.UrlPatternDelegate
     
    setOriginalUrlPattern(SimpleUrlPattern) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
     
    setOtherwise(Voter<T>) - Method in class info.magnolia.voting.voters.IfVoter
     
    setOutputStream(OutputStream) - Method in class info.magnolia.commands.ExportJcrNodeToYamlCommand
     
    setOutputStream(OutputStream) - Method in class info.magnolia.commands.impl.ExportCommand
    Deprecated.
     
    setOutputStream(OutputStream) - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    setPadding(int) - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
    Deprecated.
    Sets the padding.
    setPadding(int) - Method in class info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping
    Sets the padding.
    setPageEditorAttributes(MarkupHelper, String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setPageEditorAttributes(MarkupHelper, Node) - Method in class info.magnolia.templating.elements.ComponentElement
     
    setParameterName(String) - Method in class info.magnolia.voting.voters.RequestParametersVoter
    Deprecated.
     
    setParameterName(String) - Method in class info.magnolia.voting.voters.RequestParameterVoter
     
    setParameters(Map) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
     
    setParameters(String) - Method in class info.magnolia.link.Link
     
    setParameters(Map<String, Object>) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setParameters(Map<String, String>) - Method in class info.magnolia.repository.definition.RepositoryDefinition
     
    setParameterValue(String) - Method in class info.magnolia.voting.voters.RequestParametersVoter
    Deprecated.
     
    setParameterValue(String) - Method in class info.magnolia.voting.voters.RequestParameterVoter
     
    setParams(Collection<ServletParameterDefinition>) - Method in class info.magnolia.module.model.ServletDefinition
     
    setParent(RenderingModel) - Method in interface info.magnolia.rendering.model.EarlyExecutionAware
    Called before rendering of the component.
    setPasswordProperty(Node, String) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setPath(String) - Method in class info.magnolia.cms.security.MgnlUser
    Deprecated.
    setPath(String) - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
    Deprecated.
     
    setPath(String) - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
     
    setPath(String) - Method in class info.magnolia.link.Link
     
    setPath(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setPath(String) - Method in class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
     
    setPath(String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setPattern(UrlPattern) - Method in interface info.magnolia.cms.security.Permission
     
    setPattern(UrlPattern) - Method in class info.magnolia.cms.security.PermissionImpl
     
    setPattern(String) - Method in class info.magnolia.commands.impl.ExtractCommentCommand
     
    setPattern(String) - Method in class info.magnolia.voting.voters.BasePatternVoter
     
    setPattern(String) - Method in class info.magnolia.voting.voters.RequestHeaderPatternRegexVoter
     
    setPattern(String) - Method in class info.magnolia.voting.voters.RequestHeaderPatternSimpleVoter
     
    setPattern(String) - Method in class info.magnolia.voting.voters.URIPatternVoter
     
    setPattern(String) - Method in class info.magnolia.voting.voters.URIRegexVoter
     
    setPatternString(String) - Method in class info.magnolia.cms.util.SimpleUrlPattern
    Mainly used by ContentToBean.
    setPeriodicSaves(boolean) - Method in class info.magnolia.importexport.postprocessors.MetaDataAsMixinConversionHelper
    Sets whether to save periodically as the sub tree is converted.
    setPermissionList(List<Permission>) - Method in interface info.magnolia.cms.security.AccessManager
    Sets the list of permissions this manager will use to determine access, implementation is free to define the structure of this list.
    setPermissionList(List<Permission>) - Method in class info.magnolia.cms.security.AccessManagerImpl
     
    setPermissions(long) - Method in interface info.magnolia.cms.security.Permission
     
    setPermissions(long) - Method in class info.magnolia.cms.security.PermissionImpl
     
    setPermissions(OperationPermissionDefinition) - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
     
    setPhase(int) - Method in class info.magnolia.module.ModuleLifecycleContextImpl
     
    setPolicy(String, AccessControlPolicy) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
    Deprecated.
     
    setPolicy(String, AccessControlPolicy) - Method in class info.magnolia.cms.core.MagnoliaACLEditor
     
    setPredicateClass(Class<? extends AbstractPredicate<Node>>) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    setPrettyPrint(boolean) - Method in class info.magnolia.importexport.command.JcrExportCommand
     
    setPreviewMode(boolean) - Method in class info.magnolia.cms.core.AggregationState
     
    setPreviewMode(boolean) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setPrimaryType(String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setPrimaryType(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setPrimaryType(String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperties(Object, Content, boolean, Content2BeanTransformer, ComponentProvider) - Method in interface info.magnolia.content2bean.Content2BeanProcessor
    Deprecated.
    Similar to toBean() but uses a passed bean as the root bean.
    setProperties(Object, Content) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - unused - use Content2Bean
    setProperties(Object, Content, boolean) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - TODO - only used locally and by ModuleManagerImpl and TreeHandlerManager
    setProperties(Object, Content, boolean, Class) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - TODO - only used locally - use Content2Bean
    setProperties(Object, Content, boolean, Content2BeanTransformer) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - use Content2Bean
    setProperties(Object, Content, boolean, Content2BeanTransformer, ComponentProvider) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - use Content2Bean
    setProperties(Object, Content, boolean, Content2BeanTransformer, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
     
    setProperties(Map<String, Object>, Content2BeanTransformer, TransformationState) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
    Populates the properties of the bean with values from the map.
    setProperties(Object, Node, boolean, Node2BeanTransformer, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    setProperties(Map<String, Object>, Node2BeanTransformer, TransformationState) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
    Populates the properties of the bean with values from the map.
    setProperties(Object, Node, boolean, Node2BeanTransformer, ComponentProvider) - Method in interface info.magnolia.jcr.node2bean.Node2BeanProcessor
    Similar to toBean() but uses a passed bean as the root bean.
    setProperties(Collection<PropertyDefinition>) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setProperties(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredInheritance
     
    setProperty(String, Value) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, Value[]) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, String[]) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, InputStream) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, Binary) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, boolean) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, double) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, BigDecimal) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, long) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, Calendar) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, Node) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, Value, int) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, Value[], int) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, String[], int) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, String, int) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorNodeWrapper
     
    setProperty(String, String) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
     
    setProperty(String, long) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
     
    setProperty(String, double) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
     
    setProperty(String, boolean) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
     
    setProperty(String, Calendar) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
     
    setProperty(String, String) - Static method in class info.magnolia.cms.core.SystemProperty
    Deprecated.
    setProperty(User, String, Value) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    setProperty(User, String, String) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    setProperty(String, String) - Method in class info.magnolia.cms.security.DummyUser
    Deprecated.
     
    setProperty(String, String) - Method in class info.magnolia.cms.security.ExternalUser
     
    setProperty(User, String, Value) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    setProperty(User, String, String) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    setProperty(String, String) - Method in interface info.magnolia.cms.security.Group
    Sets an arbitrary property for this group.
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.IPSecurityManagerTransformer
     
    setProperty(String, String) - Method in class info.magnolia.cms.security.MgnlGroup
     
    setProperty(String, String) - Method in class info.magnolia.cms.security.MgnlUser
    Deprecated.
    since 4.5, use UserManager instead
    setProperty(User, String, Value) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setProperty(User, String, String) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setProperty(String, String) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUser
     
    setProperty(String, String) - Method in interface info.magnolia.cms.security.User
    Deprecated.
    setProperty(User, String, Value) - Method in interface info.magnolia.cms.security.UserManager
    Deprecated.
    setProperty(User, String, String) - Method in interface info.magnolia.cms.security.UserManager
    Sets given property for the user and returns updated user object with new value of the property.
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map) - Method in class info.magnolia.commands.CommandTransformer
     
    setProperty(String, Object) - Method in interface info.magnolia.config.MutableWrapper.Mutable
     
    setProperty - Static variable in class info.magnolia.config.MutableWrapper
     
    setProperty(String, Object) - Method in class info.magnolia.config.Mutator
     
    setProperty(TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in interface info.magnolia.content2bean.Content2BeanTransformer
    Deprecated.
    Set this property on that bean.
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in class info.magnolia.content2bean.impl.CollectionPropertyHidingTransformer
    Deprecated.
     
    setProperty(TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
     
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in class info.magnolia.content2bean.impl.Content2BeanTransformerImpl
    Deprecated.
    Do not set class property.
    setProperty(String, BigDecimal) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Binary) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, boolean) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Calendar) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, double) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, InputStream) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, long) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, String, int) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, String[]) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, String[], int) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Value) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Value, int) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Value[]) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(String, Value[], int) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in class info.magnolia.jcr.node2bean.impl.CollectionPropertyHidingTransformer
     
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    setProperty(TypeMapping, TransformationState, PropertyTypeDescriptor, Map<String, Object>) - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
    Set this property on that bean.
    setProperty(String, Object) - Static method in class info.magnolia.jcr.nodebuilder.Ops
    Sets the value of an existing property, ignoring its current value.
    setProperty(Node, String, Object) - Static method in class info.magnolia.jcr.util.PropertyUtil
    Allows setting a Node's property from an object.
    setProperty(String, Value) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, Value[]) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, String[]) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, InputStream) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, Binary) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, double) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, BigDecimal) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, long) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, Calendar) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, Node) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, Value, int) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, Value[], int) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, String[], int) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, String, int) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setProperty(String, BigDecimal) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Binary) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, boolean) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Calendar) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, double) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, InputStream) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, long) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Node) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, String, int) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, String[]) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, String[], int) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Value) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Value, int) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Value[]) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(String, Value[], int) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingNodeWrapper
     
    setProperty(Property) - Method in class info.magnolia.link.Link
     
    setProperty(String, Object) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Sets the value of an existing property, ignoring its current value.
    setProperty(String, Object, Object) - Static method in class info.magnolia.nodebuilder.Ops
    Deprecated.
    Sets the value of an existing property, only if the actual current value matches the given expected current value.
    setProperty(String) - Method in class info.magnolia.voting.voters.PropertyVoter
     
    setPropertyName(String) - Method in class info.magnolia.link.Link
     
    setPropertyPredicate(AbstractPredicate<Property>) - Method in class info.magnolia.importexport.command.JcrExportCommand.DefaultFilter
     
    setPropertyPredicate(AbstractPredicate<Property>) - Method in class info.magnolia.jcr.decoration.NodePredicateContentDecorator
     
    SetPropertyTask - Class in info.magnolia.module.delta
    Sets a new value for a property.
    SetPropertyTask(String, String, String, String) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, String) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Value) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Node) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Binary) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Calendar) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, BigDecimal) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Long) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Double) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, Boolean) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    SetPropertyTask(String, String, String, String, InputStream) - Constructor for class info.magnolia.module.delta.SetPropertyTask
     
    setProvider(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setProvider(String) - Method in class info.magnolia.repository.definition.RepositoryDefinition
     
    setProviderClass(Class<?>) - Method in class info.magnolia.objectfactory.configuration.ProviderConfiguration
     
    setQName(String) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
    Deprecated.
    Sets the qName.
    setQueryManager(QueryManager) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
    Set query manager for this hierarchy.
    setQueryString(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setQueryString(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setRead(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
     
    setReadMethod(Method) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    setReadTimeout(int) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    setRealm(String) - Method in class info.magnolia.cms.security.auth.callback.RealmCallback
    Deprecated.
     
    setRealmName(String) - Method in class info.magnolia.cms.security.auth.callback.BasicClientCallback
     
    setRealmName(String) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    setRecursive(boolean) - Method in class info.magnolia.commands.impl.VersionCommand
     
    setRegisteredExtensionsOnly(boolean) - Method in class info.magnolia.cms.filters.ContentTypeFilter
     
    setRejected(List<String>) - Method in class info.magnolia.voting.voters.RequestExtensionVoter
     
    setRejected(List<String>) - Method in class info.magnolia.voting.voters.UserAgentVoter
     
    setRenderEditbar(boolean) - Method in class info.magnolia.templating.elements.ComponentElement
     
    setRenderEmptyAreas(Boolean) - Method in class info.magnolia.rendering.engine.DefaultRenderingEngine
     
    setRenderType(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setRepositories(Collection<RepositoryDefinition>) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setRepositories(Collection<RepositoryDefinition>) - Method in class info.magnolia.repository.definition.RepositoryMappingDefinition
     
    setRepository(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
     
    setRepository(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setRepository(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setRepository(String) - Method in interface info.magnolia.cms.exchange.Subscription
    Deprecated.
     
    setRepository(String) - Method in class info.magnolia.cms.util.LazyContentWrapper
    Deprecated.
     
    setRepository(String) - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
    Deprecated.
     
    setRepository(String) - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
     
    setRepository(String, Repository) - Method in class info.magnolia.repository.WorkspaceMapping
     
    setRepositoryProvider(String, Provider) - Method in class info.magnolia.repository.WorkspaceMapping
     
    setRepositoryStrategy(JCRSessionStrategy) - Method in class info.magnolia.context.AbstractContext
     
    setRequest(DispatchRule) - Method in class info.magnolia.cms.filters.DispatchRules
     
    setRequest(HttpServletRequest) - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    setRequestCharacterEncoding(String) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    setResolver(ChannelResolver) - Method in class info.magnolia.channel.ChannelConfiguration
     
    setResponse(HttpServletResponse) - Method in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    setResponseCharacterEncoding(String) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    setRoleManager(RoleManager) - Method in class info.magnolia.cms.security.SecuritySupportImpl
     
    setRoleNames(Set<String>) - Method in class info.magnolia.jaas.sp.AbstractLoginModule
     
    setRoles(Collection<String>) - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
     
    setRoles(Collection<String>) - Method in class info.magnolia.rendering.template.configured.ConfiguredComponentAvailability
     
    setRoles(List<String>) - Method in class info.magnolia.voting.voters.RoleBaseVoter
     
    setRule(Rule) - Method in class info.magnolia.commands.impl.RuleBasedCommand
     
    setRules(Map<String, IPSecurityManagerImpl.Rule>) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl
     
    setSanitizeXssUri(boolean) - Method in class info.magnolia.cms.filters.ContentTypeFilter
    Deprecated.
    since 5.6 - use {info.magnolia.rendering.engine.RenderingEngine#getEscapeHtml()} instead.
    setSaveAfterImport(boolean) - Method in class info.magnolia.importexport.command.JcrImportCommand
     
    setScope(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setScope(String) - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
     
    setSelector(String) - Method in class info.magnolia.cms.core.AggregationState
    Warning - this might change in the future - see MAGNOLIA-2343 for details. The provided selector value is decoded upon settings according to rules described in URLDecoder.decode(java.lang.String, java.lang.String)
    setSelector(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setSeparator(String) - Method in class info.magnolia.audit.LogConfiguration
     
    setServletClass(Class<? extends Servlet>) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
     
    setServletName(String) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
     
    setServlets(Collection<ServletDefinition>) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setSessionLock(HttpServletRequest) - Static method in class info.magnolia.cms.security.Lock
    Deprecated.
    Set session based lock.
    setSessionTimeout(int) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class info.magnolia.servlet.ServletContextWrapper
     
    setSharedStatus(int) - Method in class info.magnolia.jaas.sp.AbstractLoginModule
    Sets shared status value to be used by subsequent LoginModule(s).
    setSharedVariables(Map<String, Object>) - Method in class info.magnolia.freemarker.FreemarkerConfig
     
    setShouldProcess(VoterSet<HttpServletResponse>) - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
     
    setSize(int) - Method in class info.magnolia.cms.beans.runtime.File
     
    setSkipRendering(boolean) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    setStart(int) - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
    Deprecated.
    Sets the start.
    setStart(int) - Method in class info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping
    Sets the start.
    setStatus(int) - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    setStatus(int, String) - Method in class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    setStream(InputStream) - Method in class info.magnolia.importexport.command.JcrImportCommand
     
    setSubscribers(Collection<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
    setSubscriptions(Collection<Subscription>) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    setSubtype(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setSuperuserRole(String) - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
     
    setSuperuserRole(String) - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
     
    setSystemLock() - Static method in class info.magnolia.cms.security.Lock
    Deprecated.
    Set system wide lock.
    setTemplate(String) - Method in class info.magnolia.cms.core.MetaData
    setTemplate(String) - Static method in class info.magnolia.nodebuilder.ContentOps
    Deprecated.
     
    setTemplateAvailability(TemplateAvailability) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setTemplateDefinition(TemplateDefinition) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setTemplateExceptionHandler(TemplateExceptionHandler) - Method in class info.magnolia.freemarker.FreemarkerConfig
     
    setTemplateLoaders(List<TemplateLoader>) - Method in class info.magnolia.freemarker.FreemarkerConfig
     
    setTemplateName(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setTemplateName(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setTemplateScript(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setTerminateChain(boolean) - Method in class info.magnolia.rendering.engine.RenderingFilter
     
    setTestPrefix(String) - Method in class info.magnolia.debug.DerbyTestPersistenceManager
     
    setTestString(String) - Method in class info.magnolia.debug.CallTrackingFilter
     
    setThen(Voter<T>) - Method in class info.magnolia.voting.voters.IfVoter
     
    setTitle(String) - Method in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - only for backwards compatibility.
    setTitle(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setToMagnoliaResources(boolean) - Method in class info.magnolia.cms.filters.DispatchRule
     
    setToURI(String) - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    setToURI(String) - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
    Deprecated.
     
    setToURI(String) - Method in class info.magnolia.cms.beans.config.VirtualURIMapping.MappingResult
    Deprecated.
     
    setToURI(String) - Method in interface info.magnolia.cms.exchange.Subscription
    Deprecated.
     
    setToUri(String) - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
     
    setToUri(String) - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
     
    setToWebContainerResources(boolean) - Method in class info.magnolia.cms.filters.DispatchRule
     
    setTrace(boolean) - Method in class info.magnolia.debug.CallTrackingFilter
     
    setTransformer(Content2BeanTransformer) - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    setTransformer(Node2BeanTransformer) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    setTransformers(Map<String, LinkTransformer>) - Method in class info.magnolia.link.LinkTransformerManager
     
    setTrueValue(int) - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    setTrueValue(int) - Method in class info.magnolia.voting.voters.BasePatternVoter
     
    setType(String) - Method in class info.magnolia.cms.beans.runtime.Document
    Sets the mime type for this file.
    setType(TypeDescriptor) - Method in class info.magnolia.content2bean.PropertyTypeDescriptor
    Deprecated.
     
    setType(Class<?>) - Method in class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    setType(TypeDescriptor) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    setType(Class<?>) - Method in class info.magnolia.jcr.node2bean.TypeDescriptor
     
    setType(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setType(String) - Method in class info.magnolia.module.model.TypeMappingDefinition
     
    setType(Class<T>) - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
     
    setType(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredAreaDefinition
     
    setType(String) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setType(String) - Method in class info.magnolia.templating.elements.AreaElement
     
    setTypeMappings(List<TypeMappingDefinition>) - Method in class info.magnolia.module.model.ComponentsDefinition
     
    setUnActivated() - Method in class info.magnolia.cms.core.MetaData
    setupCharacterEncoding(String, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.filters.ContentTypeFilter
     
    setupContentType(String, HttpServletResponse) - Method in class info.magnolia.cms.filters.ContentTypeFilter
    Deprecated.
    setupContentTypeAndCharacterEncoding(String, HttpServletRequest, HttpServletResponse) - Method in class info.magnolia.cms.filters.ContentTypeFilter
    setupContext(Map<String, Object>, Node, RenderableDefinition, RenderingModel<?>, Object) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
     
    setupMessageBundles() - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
    Deprecated.
    SetupModuleRepositoriesTask - Class in info.magnolia.module.delta
    Bootstrap empty repositories for the current module.
    SetupModuleRepositoriesTask() - Constructor for class info.magnolia.module.delta.SetupModuleRepositoriesTask
     
    setUri(String) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter.BufferedElement
    Deprecated.
    Sets the uri.
    setURIPrefix(String) - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
     
    setUriPrefix(String) - Method in class info.magnolia.cms.core.AggregationState
     
    setUriPrefix(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    setURL(String) - Method in interface info.magnolia.cms.exchange.Subscriber
    Deprecated.
     
    setUrl(String) - Method in class info.magnolia.cms.util.UrlPatternDelegate
    Sets the Url pattern (using SimpleUrlPattern internally).
    setUrlPattern(SimpleUrlPattern) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
     
    setUsageMetrics(boolean) - Method in class info.magnolia.cms.beans.config.ServerConfiguration
     
    setUseI18N(boolean) - Method in class info.magnolia.link.AbsolutePathTransformer
     
    setUserManagers(Map<String, UserManager>) - Method in class info.magnolia.cms.security.SecuritySupportImpl
     
    setUserName(String) - Method in class info.magnolia.commands.impl.VersionCommand
     
    setUseURI2RepositoryMapping(boolean) - Method in class info.magnolia.link.AbsolutePathTransformer
     
    setUuid(String) - Method in class info.magnolia.cms.util.LazyContentWrapper
    Deprecated.
     
    setUuid(String) - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
     
    setUUID(String) - Method in class info.magnolia.link.Link
     
    setValidateContentType(boolean) - Method in class info.magnolia.cms.filters.ContentTypeFilter
     
    setValue(Value) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(Value[]) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(String) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(String[]) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(InputStream) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(Binary) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(long) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(double) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(BigDecimal) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(Calendar) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(boolean) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(Node) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecoratorPropertyWrapper
     
    setValue(InputStream) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(String) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(int) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(long) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(double) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(boolean) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(Calendar) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(Content) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(Value) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(Value[]) - Method in class info.magnolia.cms.core.BinaryNodeData
     
    setValue(String) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(int) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(long) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(double) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(boolean) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(Calendar) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(Value) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(Value[]) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(Content) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(InputStream) - Method in class info.magnolia.cms.core.DefaultNodeData
    Deprecated.
     
    setValue(String) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type String.
    setValue(int) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type int.
    setValue(long) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type long.
    setValue(InputStream) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type InputStream.
    setValue(double) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type double.
    setValue(boolean) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type boolean.
    setValue(Calendar) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type Calendar.
    setValue(Content) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    Sets a reference value.
    setValue(Value) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type Value.
    setValue(Value[]) - Method in interface info.magnolia.cms.core.NodeData
    Deprecated.
    set value of type Value[].
    setValue(String) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(int) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(long) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(InputStream) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(double) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(boolean) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(Calendar) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(Content) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(Value) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(Value[]) - Method in class info.magnolia.cms.core.NonExistingNodeData
     
    setValue(NodeData, Object) - Static method in class info.magnolia.cms.util.NodeDataUtil
    Deprecated.
    Calls the correct setValue method based on object type.
    setValue(boolean) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(Calendar) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(double) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(InputStream) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(int) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(long) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(String) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(Content) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(Value) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(Value[]) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setValue(Value) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(Value[]) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(String) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(String[]) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(InputStream) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(Binary) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(long) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(double) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(BigDecimal) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(Calendar) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(boolean) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(Node) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setValue(BigDecimal) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(Binary) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(boolean) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(Calendar) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(double) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(InputStream) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(long) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(Node) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(String[]) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(Value) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(Value[]) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator.LastUpdatePropertyWrapper
     
    setValue(String) - Method in class info.magnolia.module.model.PropertyDefinition
     
    setValue(String) - Method in class info.magnolia.module.model.ServletParameterDefinition
     
    setValue(T) - Method in class info.magnolia.templating.inspector.Inspector.AbstractValueFormatter
     
    setValue(Object) - Method in class info.magnolia.templating.inspector.Inspector.ArrayValueFormatter
     
    setValue(T) - Method in interface info.magnolia.templating.inspector.spi.ValueFormatter
     
    setValue(String) - Method in class info.magnolia.voting.voters.PropertyVoter
     
    setVariations(Map<String, RenderableDefinition>) - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    setVersion(String) - Method in class info.magnolia.module.model.DependencyDefinition
     
    setVersion(Version) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setVersion(Version) - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
     
    setVersionComment(String) - Method in class info.magnolia.cms.core.version.VersionInfo
     
    setVersionDate(Date) - Method in class info.magnolia.cms.core.version.VersionInfo
     
    setVersionedNode(VersionedNode) - Method in class info.magnolia.cms.core.version.VersionedNodeContentDecorator
     
    setVersionedNodeChild(VersionedNodeChild) - Method in class info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
     
    setVersionHandler(Class<? extends ModuleVersionHandler>) - Method in class info.magnolia.module.model.ModuleDefinition
     
    setVersionManually(boolean) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    setVersionName(String) - Method in class info.magnolia.cms.core.version.VersionInfo
     
    setVersionUser(String) - Method in class info.magnolia.cms.core.version.VersionInfo
     
    setVisible(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setVoter(Voter<T>) - Method in class info.magnolia.voting.voters.InverseVoter
     
    setVoter(AbstractBoolVoter<T>) - Method in class info.magnolia.voting.voters.NotVoter
     
    setVoters(Voter) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
     
    setVoters(List<Voter>) - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
     
    setVoters(Voter<T>[]) - Method in class info.magnolia.voting.voters.BoolVoterSet
     
    setVoters(Voter<T>[]) - Method in class info.magnolia.voting.voters.VoterSet
     
    setVoting(Voting) - Method in class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
     
    setVoting(Voting<T>) - Method in class info.magnolia.voting.voters.VoterSet
     
    setWorkspace(String) - Method in class info.magnolia.link.Link
     
    setWorkspace(String) - Method in class info.magnolia.module.model.ComponentDefinition
     
    setWorkspace(String) - Method in class info.magnolia.objectfactory.configuration.ConfiguredComponentConfiguration
     
    setWorkspace(String) - Method in class info.magnolia.templating.elements.AbstractContentTemplatingElement
     
    setWorkspaces(List<String>) - Method in class info.magnolia.module.model.RepositoryDefinition
     
    setWrappedAppendable(Appendable) - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
     
    setWrappedContent(Content) - Method in class info.magnolia.cms.util.ContentWrapper
    setWrappedNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    setWrappedNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
     
    setWrappedNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
     
    setWrappedNode(Node) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    setWrappedNode(Node) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
     
    setWrappedNode(Node) - Method in class info.magnolia.jcr.wrapper.LazyNodeWrapper
     
    setWrappedNodeData(NodeData) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    setWrappedProperty(Property) - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    setWrappedSession(Session) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    setWrappedVersionManager(VersionManager) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    setWrappedWorkspace(Workspace) - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
     
    setWrapWriter(boolean) - Method in class info.magnolia.cms.filters.RangeSupportFilter
    RFP defines only byte ranges, however writers operate on characters which might be more then one byte long.
    setWritable(Boolean) - Method in class info.magnolia.rendering.template.configured.ConfiguredTemplateDefinition
     
    setWrite(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
     
    setWriteEnabled(boolean) - Method in class info.magnolia.rendering.engine.FilteringResponseOutputProvider
     
    setWriteEnabled(boolean) - Method in class info.magnolia.rendering.util.FilteringAppendableWrapper
     
    setWriteEnabled(boolean) - Method in class info.magnolia.rendering.util.FilteringWriter
    Deprecated.
     
    setWriteListener(WriteListener) - Method in class info.magnolia.cms.filters.RangedOutputStream
     
    setWriteMethod(Method) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
     
    setXmlFileName(String) - Method in class info.magnolia.commands.impl.ImportCommand
    Deprecated.
     
    setXmlStream(InputStream) - Method in class info.magnolia.commands.impl.ImportCommand
    Deprecated.
     
    severe() - Static method in interface info.magnolia.config.registry.DefinitionProvider.Problem
     
    SHA1 - Static variable in class info.magnolia.cms.security.Digester
    Deprecated.
     
    SHA1 - Static variable in class info.magnolia.cms.security.SecurityUtil
     
    SHA256 - Static variable in class info.magnolia.cms.security.Digester
    Deprecated.
    There are five (5) FIPS-approved* algorithms for generating a condensed representation of a message (message digest): SHA-1, SHA-224, SHA-256,SHA-384, and SHA-512.
    SHA256 - Static variable in class info.magnolia.cms.security.SecurityUtil
    There are five (5) FIPS-approved* algorithms for generating a condensed representation of a message (message digest): SHA-1, SHA-224, SHA-256,SHA-384, and SHA-512.
    SHA384 - Static variable in class info.magnolia.cms.security.Digester
    Deprecated.
     
    SHA384 - Static variable in class info.magnolia.cms.security.SecurityUtil
     
    SHA512 - Static variable in class info.magnolia.cms.security.Digester
    Deprecated.
     
    SHA512 - Static variable in class info.magnolia.cms.security.SecurityUtil
     
    sharedState - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    shouldIgnoreUpdate(String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
     
    shouldInclude(Node, RenderableDefinition) - Method in class info.magnolia.rendering.listeners.AbstractInjectionListener
     
    shouldProcess(HttpServletResponse) - Method in class info.magnolia.rendering.listeners.AbstractRenderingListener
     
    ShowAddButton - Class in info.magnolia.templating.elements.attribute
    ElementAttribute for ""showAddButton" attribute.
    ShowAddButton() - Constructor for class info.magnolia.templating.elements.attribute.ShowAddButton
     
    ShowNewComponentArea - Class in info.magnolia.templating.elements.attribute
    ElementAttribute for ""showNewComponentArea" attribute.
    ShowNewComponentArea() - Constructor for class info.magnolia.templating.elements.attribute.ShowNewComponentArea
     
    shutdown() - Static method in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    since 4.5 - use RepositoryManager.shutdown() directly.
    shutdown() - Method in class info.magnolia.repository.DefaultRepositoryManager
     
    shutdown() - Method in interface info.magnolia.repository.RepositoryManager
    Shuts down all repositories (through Provider instances) and clears all mappings.
    shutdownLogging() - Static method in class info.magnolia.logging.Log4jConfigurer
    Shuts down Log4J.
    shutdownRepository() - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    shutdownRepository() - Method in interface info.magnolia.repository.Provider
     
    siblings(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns an instance of SiblingsHelper for the given node.
    siblings(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
     
    SiblingsHelper - Class in info.magnolia.cms.util
    Deprecated.
    since 5.6. Use SiblingsHelper instead.
    SiblingsHelper - Class in info.magnolia.templating.functions
    A utility class to navigate amongst the siblings of a given node.
    SilentSessionOp<R> - Class in info.magnolia.cms.security
    Session operation that just logs all exceptions instead of re-throwing them.
    SilentSessionOp(String) - Constructor for class info.magnolia.cms.security.SilentSessionOp
     
    simple(String, Object) - Static method in class info.magnolia.config.registry.DefinitionRawView.Property
     
    SimpleContext - Class in info.magnolia.context
    Simple context delegating methods to the thread local context.
    SimpleContext() - Constructor for class info.magnolia.context.SimpleContext
    Uses current instance of MgnlContext at the time of creation as it's internal reference context.
    SimpleContext(Map<String, Object>) - Constructor for class info.magnolia.context.SimpleContext
    Decorate a map.
    SimpleEventBus - Class in info.magnolia.event
    Event bus implementation.
    SimpleEventBus() - Constructor for class info.magnolia.event.SimpleEventBus
     
    SimpleFreemarkerHelper - Class in info.magnolia.cms.util
    A simple utility to render FreeMarker templates for those rare cases in magnolia-core that can't be extracted (yet), and thus can't use FreemarkerHelper of magnolia-freemarker-support or RenderingEngine of magnolia-rendering.
    SimpleFreemarkerHelper(Class<?>, boolean) - Constructor for class info.magnolia.cms.util.SimpleFreemarkerHelper
    If relative is true, templates will be loaded from the base class' package; if false, the paths will be relative to the root of the classpath.
    simpleSearch(String, String, String, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Deprecated.
    since 5.4 - use SearchTemplatingFunctions#searchContent(String, String, String, String, long, long) from info.magnolia.templating:magnolia-templating-essentials-models instead.
    SimpleTranslator - Class in info.magnolia.i18nsystem
    A convenience component around TranslationService and LocaleProvider for getting messages based on a single, well-known, key.
    SimpleTranslator(TranslationService, LocaleProvider) - Constructor for class info.magnolia.i18nsystem.SimpleTranslator
     
    SimpleUrlPattern - Class in info.magnolia.cms.util
    An implementation of URLPattern which matches strings using simple * or ? wildcards.
    SimpleUrlPattern() - Constructor for class info.magnolia.cms.util.SimpleUrlPattern
    Default constructor used by ContentToBean.
    SimpleUrlPattern(String) - Constructor for class info.magnolia.cms.util.SimpleUrlPattern
    Compile a regexp pattern handling * and ? chars.
    since(String) - Method in class info.magnolia.config.source.Deprecation.Builder
     
    since() - Method in class info.magnolia.config.source.Deprecation
     
    SINGLE_CHAR_PATTERN - Static variable in class info.magnolia.cms.util.SimpleUrlPattern
    Regexp pattern used for the simple keyword ?.
    SingleJCRSessionSystemContext - Class in info.magnolia.context
    All Threads share the same jcr sessions.
    SingleJCRSessionSystemContext() - Constructor for class info.magnolia.context.SingleJCRSessionSystemContext
     
    SITE_ROOT - Static variable in class info.magnolia.rendering.template.type.DefaultTemplateTypes
     
    siteRoot(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the site's root of the Node.
    siteRoot(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    siteRoot(ContentMap, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    siteRoot(Node, String) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the site's root of the passed Node.
    SIZE - Static variable in class info.magnolia.cms.beans.runtime.File
    size and unit depending of size in bytes, KB, or MB: 257.3.
    SIZE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
    size and unit depending of size in bytes, KB, or MB: 257.3.
    size() - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    size() - Method in class info.magnolia.cms.util.OrderedProperties
     
    size() - Method in class info.magnolia.context.AbstractContext
    size() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    size() - Method in class info.magnolia.event.EventHandlerCollection
     
    size() - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
    Deprecated.
     
    size() - Method in class info.magnolia.freemarker.models.ContentMapModel
     
    size() - Method in class info.magnolia.jcr.util.ContentMap
     
    SIZE_BYTES - Static variable in class info.magnolia.cms.beans.runtime.File
    size in bytes: 263492.
    SIZE_BYTES - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
    size in bytes: 263492.
    SIZE_KB - Static variable in class info.magnolia.cms.beans.runtime.File
    size in KB: 257.3.
    SIZE_KB - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
    size in KB: 257.3.
    SIZE_MB - Static variable in class info.magnolia.cms.beans.runtime.File
    size in MB: 0.2.
    SIZE_MB - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
    size in MB: 0.2.
    skip(long) - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
    Deprecated.
     
    skip(long) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
     
    skip(long) - Method in class info.magnolia.jcr.iterator.ChainedNodeIterator
     
    skip(long) - Method in class info.magnolia.jcr.iterator.DelegatingNodeIterator
     
    skip(long) - Method in class info.magnolia.jcr.iterator.DelegatingPropertyIterator
     
    skip(long) - Method in class info.magnolia.jcr.iterator.FilteringRangeIterator
     
    skip(long) - Method in class info.magnolia.jcr.iterator.RangeIteratorImpl
     
    SKIP_RENDERING - Static variable in interface info.magnolia.rendering.model.RenderingModel
    A constant used in some special cases where rendering must be skipped, i.e.
    SkipNodeFilter - Class in info.magnolia.importexport.filters
    Deprecated.
    since 5.4.4. Use JcrExportCommand with JcrExportCommand.DefaultFilter instead.
    SkipNodeFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.SkipNodeFilter
    Deprecated.
     
    SkipNodePropertyFilter - Class in info.magnolia.importexport.filters
    Deprecated.
    SkipNodePropertyFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.SkipNodePropertyFilter
    Deprecated.
    Instantiates a new filter.
    SkipNodePropertyFilter.BufferedElement - Class in info.magnolia.importexport.filters
    Deprecated.
    Temporary element storage node.
    skippedEntity(String) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    skipProperty - Variable in class info.magnolia.importexport.filters.SkipNodePropertyFilter
    Deprecated.
     
    SLASH - Static variable in class info.magnolia.importexport.DataTransporter
     
    sortByDependencyLevel(Map<String, ModuleDefinition>) - Method in interface info.magnolia.module.model.reader.DependencyChecker
     
    sortByDependencyLevel(Map<String, ModuleDefinition>) - Method in class info.magnolia.module.model.reader.DependencyCheckerImpl
     
    sortInheritedNodes(NodeIterator, List<NodeIterator>) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
    Sorts the inherited nodes and provides a NodeIterator representing that order.
    sortInheritedNodes(NodeIterator, List<NodeIterator>) - Method in class info.magnolia.templating.inheritance.DefaultInheritanceContentDecorator
     
    SOURCE_WORKSPACE - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    Workspace of the source node.
    sources - Variable in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
     
    SQL - Static variable in interface info.magnolia.cms.core.search.Query
    Deprecated.
     
    start() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
     
    start(ModuleLifecycleContext) - Method in class info.magnolia.config.ConfigModule
     
    start() - Method in class info.magnolia.config.registry.AbstractRegistry
     
    start() - Method in interface info.magnolia.config.registry.Registry
    Call start() once sources have been added; addSource() should however call source.startWith(registry) so maybe not ?
    start() - Method in interface info.magnolia.config.source.ConfigurationSource
     
    start() - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
     
    start() - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
     
    start(String) - Method in class info.magnolia.debug.PerformanceTestStatus
     
    start() - Method in class info.magnolia.dirwatch.DirectoryWatcherService
     
    start(ModuleLifecycleContext) - Method in interface info.magnolia.module.ModuleLifecycle
     
    start(ModuleLifecycleContext) - Method in class info.magnolia.rendering.module.RenderingModule
     
    start() - Method in class info.magnolia.rendering.renderer.registry.ConfiguredRendererManager
    Deprecated.
     
    start() - Method in class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionManager
    Deprecated.
     
    start(ModuleLifecycleContext) - Method in class info.magnolia.virtualuri.VirtualUriModule
     
    startContent(Node) - Method in class info.magnolia.templating.elements.MarkupHelper
     
    startDecoration() - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
     
    startDecoration() - Method in class info.magnolia.config.source.yaml.YamlConfigurationSource
     
    startDocument() - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.ImportXmlRootFilter
    Deprecated.
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.MagnoliaV2Filter
    Deprecated.
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.MetadataUuidFilter
    Deprecated.
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.NamespaceFilter
    org.apache.jackrabbit.commons.xml.ToXmlContentHandler does not honour the prefix mapping thus exclusions need to be handled here.
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.RemoveMixversionableFilter
    Deprecated.
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.SkipNodeFilter
    Deprecated.
     
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.SkipNodePropertyFilter
    Deprecated.
    startElement(String, String, String, Attributes) - Method in class info.magnolia.importexport.filters.VersionFilter
    Deprecated.
     
    startModule(Object, ModuleDefinition, ModuleLifecycleContextImpl) - Method in class info.magnolia.module.ModuleManagerImpl
     
    StartModuleEvent - Class in info.magnolia.module
    Event sent when a module should be stopped by the ModuleManager.
    StartModuleEvent(String) - Constructor for class info.magnolia.module.StartModuleEvent
     
    StartModuleEvent.Handler - Interface in info.magnolia.module
    Event handler for StartModuleEvent.
    startModules() - Method in interface info.magnolia.module.ModuleManager
     
    startModules() - Method in class info.magnolia.module.ModuleManagerImpl
     
    startMonitoring() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService
     
    startMonitoring() - Method in interface info.magnolia.resourceloader.classpath.service.MonitoredClasspathService
     
    startObservation() - Method in class info.magnolia.cms.filters.FilterManagerImpl
     
    startObservation(String) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    startPrefixMapping(String, String) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    startPrefixMapping(String, String) - Method in class info.magnolia.importexport.filters.MetadataUuidFilter
    Deprecated.
    Skip unwanted name spaces, see MAGNOLIA-2756.
    startPrefixMapping(String, String) - Method in class info.magnolia.importexport.filters.NamespaceFilter
     
    startServer() - Method in class info.magnolia.init.MagnoliaServletContextListener
     
    startup(ModuleDefinition, List<Task>) - Static method in class info.magnolia.module.delta.DeltaBuilder
     
    startup(Version, String) - Static method in class info.magnolia.module.delta.DeltaBuilder
    TODO : it seems irrelevant to have a Version in startup tasks.
    startUsingConfiguredFilters() - Method in interface info.magnolia.cms.filters.FilterManager
     
    startUsingConfiguredFilters() - Method in class info.magnolia.cms.filters.FilterManagerImpl
     
    STATUS - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    STATUS_FAILED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
     
    STATUS_FAILED - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    STATUS_IN_PROCESS - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
     
    STATUS_NO_LOGIN - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
     
    STATUS_NOT_HANDLED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
     
    STATUS_SKIPPED - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    STATUS_SUCCEDED - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
    Deprecated.
    since 5.3.3 use STATUS_SUCCEEDED
    STATUS_SUCCEEDED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
     
    STATUS_SUCCEEDED - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    STATUS_SUCCEEDED_REDIRECT_REQUIRED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
    Special status indicating that login was successful but was done via a method that requires redirection, e.g.
    STATUS_UNAVAILABLE - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    StatusSniffingResponseWrapper(HttpServletResponse) - Constructor for class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
     
    stop(ModuleLifecycleContext) - Method in class info.magnolia.config.ConfigModule
     
    stop(String) - Method in class info.magnolia.debug.PerformanceTestStatus
     
    stop() - Method in class info.magnolia.dirwatch.DirectoryWatcherService
     
    stop(ModuleLifecycleContext) - Method in interface info.magnolia.module.ModuleLifecycle
     
    stop(ModuleLifecycleContext) - Method in class info.magnolia.rendering.module.RenderingModule
     
    stop(ModuleLifecycleContext) - Method in class info.magnolia.virtualuri.VirtualUriModule
     
    stopModule(Object, ModuleDefinition, ModuleLifecycleContextImpl) - Method in class info.magnolia.module.ModuleManagerImpl
     
    StopModuleEvent - Class in info.magnolia.module
    Event sent when a module should be stopped by the ModuleManager.
    StopModuleEvent(String) - Constructor for class info.magnolia.module.StopModuleEvent
     
    StopModuleEvent.Handler - Interface in info.magnolia.module
    Event handler for StopModuleEvent.
    stopModules() - Method in interface info.magnolia.module.ModuleManager
     
    stopModules() - Method in class info.magnolia.module.ModuleManagerImpl
     
    stopMonitoring() - Method in class info.magnolia.resourceloader.classpath.service.impl.devmode.DevelopmentModeClasspathService
     
    stopMonitoring() - Method in interface info.magnolia.resourceloader.classpath.service.MonitoredClasspathService
     
    stopServer() - Method in class info.magnolia.init.MagnoliaServletContextListener
     
    store(ChangeLog) - Method in class info.magnolia.debug.DerbyTestPersistenceManager
     
    store(PropertyState) - Method in class info.magnolia.debug.DerbyTestPersistenceManager
     
    storeAsNode(String) - Method in interface info.magnolia.cms.core.search.Query
    Deprecated.
    Description inherited from javax.jcr.query.Query#storeAsNode()
    Creates a node representing this Query in content.
    storeAsNode(String) - Method in class info.magnolia.cms.core.search.QueryImpl
    Deprecated.
     
    storeDeletionInfo(Node, Context) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    streamChildren() - Method in interface info.magnolia.resourceloader.Resource
     
    StrictErrorHandler - Class in info.magnolia.jcr.nodebuilder
    An ErrorHandler which interrupts operations as soon as one error happens, by throwing a NodeOperationException.
    StrictErrorHandler() - Constructor for class info.magnolia.jcr.nodebuilder.StrictErrorHandler
     
    StrictErrorHandler - Class in info.magnolia.nodebuilder
    Deprecated.
    since 5.2.3 - use StrictErrorHandler instead.
    StrictErrorHandler() - Constructor for class info.magnolia.nodebuilder.StrictErrorHandler
    Deprecated.
     
    string(Map<String, TemplateModel>, String, String) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    string2DOM(String, Map<String, String>) - Static method in class info.magnolia.cms.util.ConfigUtil
    Deprecated.
    since 5.5.3 without replacement
    string2JDOM(String) - Static method in class info.magnolia.cms.util.ConfigUtil
    Deprecated.
    since 5.5.3 without replacement
    StringLengthComparator - Class in info.magnolia.cms.util
    A simple comparator that compares to String lengths.
    StringLengthComparator() - Constructor for class info.magnolia.cms.util.StringLengthComparator
     
    StringPropertyValueFilteringNodeWrapper - Class in info.magnolia.jcr.wrapper
    Filtering node wrapper with hardcoded predicate to simplify unwrapping when needed.
    StringPropertyValueFilteringNodeWrapper(Node, String) - Constructor for class info.magnolia.jcr.wrapper.StringPropertyValueFilteringNodeWrapper
     
    StringPropertyValueFilterPredicate - Class in info.magnolia.jcr.predicate
    Simple predicate implementation that filter property based on the desired value.
    StringPropertyValueFilterPredicate(String) - Constructor for class info.magnolia.jcr.predicate.StringPropertyValueFilterPredicate
     
    StringValueFormatter() - Constructor for class info.magnolia.templating.inspector.Inspector.StringValueFormatter
     
    stripContextPathIfExists(String) - Method in class info.magnolia.cms.core.AggregationState
    WARNING: If passing URI without context path but it starts with same text as the context path it will be stripped off as well!!!
    stripContextPathIfExists(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
     
    stripExtension(String) - Static method in class info.magnolia.cms.util.PathUtil
    Removes the extension from a path if one exists.
    stripParameterFromCacheLog(String, String) - Static method in class info.magnolia.cms.security.SecurityUtil
     
    stripPasswordFromCacheLog(String) - Static method in class info.magnolia.cms.security.SecurityUtil
    Used for removing password parameter from cache key.
    stripPasswordFromUrl(String) - Static method in class info.magnolia.cms.security.SecurityUtil
     
    stripPathParameters(String) - Static method in class info.magnolia.cms.util.ServletUtil
    Strips path parameters from a URI.
    subBean(String, DefinitionRawView) - Static method in class info.magnolia.config.registry.DefinitionRawView.Property
     
    subject - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    Subscriber - Interface in info.magnolia.cms.exchange
    Deprecated.
    since 5.6 use info.magnolia.publishing.definition.ReceiverDefinition instead.
    Subscription - Interface in info.magnolia.cms.exchange
    Deprecated.
    since 5.6 use info.magnolia.publishing.definition.WorkspaceDefinition instead.
    success - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    supportsType(TypeDescriptor) - Method in class info.magnolia.transformer.ClassPropertyBasedTypeResolver
     
    supportsType(TypeDescriptor) - Method in interface info.magnolia.transformer.TypeResolver
    Report whether current resolver is capable of dealing with the object types related to the one provided.
    supportsValueClaims() - Method in class info.magnolia.cms.filters.CompositeFilterTransformer
     
    supportsValueClaims() - Method in class info.magnolia.jcr.node2bean.impl.CollectionPropertyHidingTransformer
     
    supportsValueClaims() - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl
     
    supportsValueClaims() - Method in interface info.magnolia.jcr.node2bean.Node2BeanTransformer
    Returns whether this transformer handles value claims, helping Node2BeanProcessor to report unknown bean properties.
    supportsValueClaims() - Method in class info.magnolia.voting.voters.VoterSetTransformer
     
    Switcher() - Constructor for class info.magnolia.cms.filters.SafeDestroyMgnlFilterWrapper.Switcher
     
    SYNDICATE - Static variable in interface info.magnolia.cms.security.Permission
     
    Syndicator - Interface in info.magnolia.cms.exchange
    Deprecated.
    since 5.6 use info.magnolia.publishing.sender.Sender instead.
    SYSTEM - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    SYSTEM - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    System() - Constructor for class info.magnolia.jcr.util.NodeTypes.System
     
    SYSTEM - Static variable in interface info.magnolia.repository.RepositoryConstants
     
    SYSTEM_NODE - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    Sub-node containing the data used for the version/restore process.
    SYSTEM_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.
    SYSTEM_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.
    SYSTEM_PSWD - Static variable in interface info.magnolia.cms.security.UserManager
    Magnolia system default password.
    SYSTEM_SUPERUSER_PATH - Static variable in class info.magnolia.cms.security.SecuritySupportObservedComponentFactory
     
    SYSTEM_USER - Static variable in interface info.magnolia.cms.security.UserManager
    Magnolia system user name.
    SystemContentWrapper - Class in info.magnolia.cms.util
    Deprecated.
    since 5.6. Use SystemNodeWrapper instead.
    SystemContentWrapper(String, String) - Constructor for class info.magnolia.cms.util.SystemContentWrapper
    Deprecated.
     
    SystemContentWrapper(Content) - Constructor for class info.magnolia.cms.util.SystemContentWrapper
    Deprecated.
     
    SystemContext - Interface in info.magnolia.context
    This context is a system wide context with full access.
    SystemEventBus - Interface in info.magnolia.event
    Defines the name of the system event bus.
    SystemEventBusConfigurer - Class in info.magnolia.event
    Configures an EventBus bound to the name system.
    SystemEventBusConfigurer() - Constructor for class info.magnolia.event.SystemEventBusConfigurer
     
    SystemMonitor - Class in info.magnolia.monitoring
    Allows to monitor the system.
    SystemMonitor() - Constructor for class info.magnolia.monitoring.SystemMonitor
     
    SystemNodeDataWrapper - Class in info.magnolia.cms.util
    Deprecated.
    since 5.6 - without replacement.
    SystemNodeDataWrapper(NodeData) - Constructor for class info.magnolia.cms.util.SystemNodeDataWrapper
    Deprecated.
     
    SystemNodeWrapper - Class in info.magnolia.jcr.wrapper
    Node wrapper that will reacquire the node using LifeTimeJCRSessionUtil if its session is closed.
    SystemNodeWrapper(String, String) - Constructor for class info.magnolia.jcr.wrapper.SystemNodeWrapper
     
    SystemNodeWrapper(Node) - Constructor for class info.magnolia.jcr.wrapper.SystemNodeWrapper
     
    SystemOrAdminUserVoter - Class in info.magnolia.voting.voters
    Checks if the current user is a system or admin user by checking the user's Realm.
    SystemOrAdminUserVoter() - Constructor for class info.magnolia.voting.voters.SystemOrAdminUserVoter
     
    SystemProperty - Class in info.magnolia.cms.core
    Deprecated.
    SystemPropertySource - Class in info.magnolia.init.properties
    A PropertySource exposing all System.props properties.
    SystemPropertySource() - Constructor for class info.magnolia.init.properties.SystemPropertySource
     
    SystemRepositoryStrategy - Class in info.magnolia.context
    Uses a single full access AccessManager.
    SystemRepositoryStrategy(RepositoryManager) - Constructor for class info.magnolia.context.SystemRepositoryStrategy
     
    SystemTmpDirCondition - Class in info.magnolia.setup
    A Condition which checks the system temporary folder (as per the java.io.tmpdir property) exists and is writable.
    SystemTmpDirCondition() - Constructor for class info.magnolia.setup.SystemTmpDirCondition
     
    SystemUserManager - Class in info.magnolia.cms.security
    Responsible to handle system users like anonymous and superuser.
    SystemUserManager() - Constructor for class info.magnolia.cms.security.SystemUserManager
     

    T

    TAG - Static variable in class info.magnolia.config.source.yaml.construct.IncludeYamlFile
    Deprecated.
     
    TAG - Static variable in class info.magnolia.config.source.yaml.construct.OverrideSource
     
    TAG_PREFIX - Static variable in class info.magnolia.config.source.yaml.construct.IncludeFileYamlWithModificationPossibility
     
    TAG_PREFIX - Static variable in class info.magnolia.config.source.yaml.construct.InheritDefinition
     
    TAG_PREFIX - Static variable in class info.magnolia.config.source.yaml.construct.WrapMetadata
     
    Task - Interface in info.magnolia.module.delta
    A Task represents an atomic operation to be performed when installing, updating or uninstalling a module, as part of a Delta.
    TaskExecutionException - Exception in info.magnolia.module.delta
    An exception thrown when a task can not be executed and can not be recovered from.
    TaskExecutionException(String) - Constructor for exception info.magnolia.module.delta.TaskExecutionException
     
    TaskExecutionException(String, Throwable) - Constructor for exception info.magnolia.module.delta.TaskExecutionException
     
    taskId - Variable in class info.magnolia.cms.util.DelayedExecutor
    The current taskId.
    TaskLogErrorHandler - Class in info.magnolia.jcr.nodebuilder.task
    An ErrorHandler which logs handled errors to the InstallContext as warnings, and wraps unhandled exceptions in NodeOperationException.
    TaskLogErrorHandler(InstallContext) - Constructor for class info.magnolia.jcr.nodebuilder.task.TaskLogErrorHandler
     
    TaskLogErrorHandler - Class in info.magnolia.nodebuilder.task
    Deprecated.
    since 5.3 - use TaskLogErrorHandler instead.
    TaskLogErrorHandler(InstallContext) - Constructor for class info.magnolia.nodebuilder.task.TaskLogErrorHandler
    Deprecated.
     
    TEMPLATE - Static variable in class info.magnolia.cms.beans.runtime.File
     
    TEMPLATE - Static variable in class info.magnolia.cms.beans.runtime.FileProperties
    Deprecated.
     
    TEMPLATE - Static variable in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - use NodeTypes.Renderable.TEMPLATE instead
    TEMPLATE - Static variable in class info.magnolia.jcr.util.NodeTypes.Renderable
     
    TEMPLATE_ID - Static variable in interface info.magnolia.rendering.template.AutoGenerationConfiguration
     
    TEMPLATE_TYPE - Static variable in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - no longer supported
    TemplateAvailability - Interface in info.magnolia.rendering.template
    Strategy interface for controlling where a template can be used.
    TemplateDefinition - Interface in info.magnolia.rendering.template
    A RenderableDefinition which supports editing in the page editor and can define their areas.
    TemplateDefinitionAssignment - Interface in info.magnolia.rendering.template.assignment
    Knows which template to use for the rendering of the content.
    TemplateDefinitionProvider - Interface in info.magnolia.rendering.template.registry
    Deprecated.
    since 5.4 use DefinitionProvider.
    TemplateDefinitionRegistry - Class in info.magnolia.rendering.template.registry
    The central registry of all TemplateDefinitions.
    TemplateDefinitionRegistry(ModuleRegistry, TemplateDefinitionValidator) - Constructor for class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
     
    TemplateDefinitionRegistry(ModuleRegistry) - Constructor for class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
    TemplateDefinitionRegistry() - Constructor for class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
    TemplateDefinitionValidator - Class in info.magnolia.rendering.template.registry.validator
    TemplateDefinitionValidator(Provider<TemplateDefinitionRegistry>, RendererRegistry, ResourceOrigin) - Constructor for class info.magnolia.rendering.template.registry.validator.TemplateDefinitionValidator
     
    TemplateMessagesUtil - Class in info.magnolia.cms.i18n
    Deprecated.
    since 4.0 (officially)- informally since 3.0
    templateSubtype(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the subtype of the template assigned to a node.
    templateSubtype(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    templateType(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Returns the type of the template assigned to a node.
    templateType(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    TemplateTypeHelper - Class in info.magnolia.rendering.template.type
    Helper functions for DefaultTemplateTypes, i.e.
    TemplateTypeHelper(TemplateDefinitionRegistry) - Constructor for class info.magnolia.rendering.template.type.TemplateTypeHelper
     
    TemplatingElement - Interface in info.magnolia.templating.elements
    Templating elements implement basic building blocks for template scripts.
    TemplatingFunctions - Class in info.magnolia.templating.functions
    An object exposing several methods useful for templates.
    TemplatingFunctions(TemplateTypeHelper, Provider<I18nContentSupport>, Provider<WebContext>) - Constructor for class info.magnolia.templating.functions.TemplatingFunctions
     
    TemplatingFunctions(Provider<AggregationState>, TemplateTypeHelper, Provider<I18nContentSupport>) - Constructor for class info.magnolia.templating.functions.TemplatingFunctions
    TemplatingFunctions(Provider<AggregationState>, TemplateTypeHelper) - Constructor for class info.magnolia.templating.functions.TemplatingFunctions
    Deprecated.
    since 5.4.1 - use TemplatingFunctions(Provider, TemplateTypeHelper, Provider) instead.
    TemplatingFunctions(Provider<AggregationState>) - Constructor for class info.magnolia.templating.functions.TemplatingFunctions
    Deprecated.
    since 5.4 - use TemplatingFunctions(Provider, info.magnolia.rendering.template.type.TemplateTypeHelper) instead.
    TemplatingModule - Class in info.magnolia.templating.module
    Config bean for templating module.
    TemplatingModule() - Constructor for class info.magnolia.templating.module.TemplatingModule
     
    TemplatingModuleVersionHandler - Class in info.magnolia.templating.module.setup
    Module's version handler.
    TemplatingModuleVersionHandler() - Constructor for class info.magnolia.templating.module.setup.TemplatingModuleVersionHandler
     
    test(Path) - Method in class info.magnolia.resourceloader.file.ExclusionsFilter
     
    TEXT_PROPERTY - Static variable in class info.magnolia.resourceloader.jcr.JcrResourceOrigin
     
    TextFileConditionsUtil - Class in info.magnolia.module.delta
    Utility adding conditions for textFiles depending on provided regExps.
    TextFileConditionsUtil(List<Condition>) - Constructor for class info.magnolia.module.delta.TextFileConditionsUtil
     
    TextFileUtil - Class in info.magnolia.cms.util
    Utility to check textFiles.
    TextFileUtil() - Constructor for class info.magnolia.cms.util.TextFileUtil
     
    textFilterClassesAreNotSet() - Method in class info.magnolia.module.delta.WorkspaceXmlConditionsUtil
     
    TextOutputter - Class in info.magnolia.templating.inspector.formatter
    Implentation of Outputter that outputs ValueFormatters in plain text.
    TextOutputter() - Constructor for class info.magnolia.templating.inspector.formatter.TextOutputter
     
    then(NodeOperation...) - Method in class info.magnolia.jcr.nodebuilder.AbstractNodeOperation
     
    then(NodeOperation...) - Method in interface info.magnolia.jcr.nodebuilder.NodeOperation
     
    then(NodeOperation...) - Method in class info.magnolia.nodebuilder.AbstractNodeOperation
    Deprecated.
     
    then(NodeOperation...) - Method in interface info.magnolia.nodebuilder.NodeOperation
    Deprecated.
     
    ThreadDependentSystemContext - Interface in info.magnolia.context
    Some implementations of the system context release resources when a thread is not used anymore.
    timer - Variable in class info.magnolia.cms.util.DelayedExecutor
     
    timestamp - Variable in class info.magnolia.cms.util.DelayedExecutor
     
    TITLE - Static variable in class info.magnolia.cms.core.MetaData
    Deprecated.
    since 5.0 - no longer supported
    TMP_REFERENCED_NODES - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    Node which contains stubs for referenced nodes.
    TO_MAP_TRANSFORMER - Static variable in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    TO_URI - Static variable in class info.magnolia.module.delta.ChangeVirtualUriMappingTask
     
    TO_URI_NEW_PROPERTY - Static variable in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
     
    TO_URI_NODEDATANAME - Static variable in class info.magnolia.cms.beans.config.VirtualURIManager
    Deprecated.
     
    TO_URI_OLD_PROPERTY - Static variable in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
     
    toBean(Map<String, Object>, Class<T>) - Method in class info.magnolia.config.map2bean.Map2BeanTransformer
    Deprecated.
     
    toBean(Content, boolean, Content2BeanTransformer, ComponentProvider) - Method in interface info.magnolia.content2bean.Content2BeanProcessor
    Deprecated.
    Transforms the node to a bean using the passed transformer and component provider.
    toBean(Content) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - only used in tests - use Content2Bean
    toBean(Content, Class) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - only used in tests - use Content2Bean
    toBean(Content, boolean, Class) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - TODO used in FilterManagerImpl, ParagraphManager and TemplateManager - use Content2Bean
    toBean(Content, boolean) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5- only used in DelegateVoter - use Content2Bean
    toBean(Content, boolean, ComponentProvider) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5- only used in DelegateVoter - use Content2Bean
    toBean(Content, boolean, Content2BeanTransformer) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 use Content2Bean TODO -- this method has a bunch of usage points
    toBean(Content, boolean, Content2BeanTransformer, ComponentProvider) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 use Content2Bean TODO -- this method has a bunch of usage points
    toBean(Content, boolean, Content2BeanTransformer, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
     
    toBean(Content, boolean, Content2BeanTransformer, TransformationState, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
     
    toBean(Node) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    toBean(Node, Class<?>) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    toBean(Node, boolean, Node2BeanTransformer, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    toBean(Node, boolean, Node2BeanTransformer, TransformationState, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    toBean(Node) - Method in interface info.magnolia.jcr.node2bean.Node2BeanProcessor
    Transforms given node to bean.
    toBean(Node, Class<?>) - Method in interface info.magnolia.jcr.node2bean.Node2BeanProcessor
    Transforms given node to bean.
    toBean(Node, boolean, Node2BeanTransformer, ComponentProvider) - Method in interface info.magnolia.jcr.node2bean.Node2BeanProcessor
    Transforms the node to a bean using the passed transformer and component provider.
    toBean(Map<String, Object>, Class<T>) - Method in class info.magnolia.map2bean.Map2BeanTransformer
     
    ToBeanTransformer<SRC_T> - Interface in info.magnolia.transformer
    Common interface for the utilities which are capable of transforming some type of data into a bean.
    toBoolean(String, boolean) - Static method in class info.magnolia.cms.util.BooleanUtil
    Behaves much like org.apache.commons.lang3.BooleanUtils but returns the defaultValue if the input string is null, empty, or unrecognized.
    toContent(Content, Object, boolean, Bean2ContentTransformer) - Method in interface info.magnolia.content2bean.Bean2ContentProcessor
    Deprecated.
     
    toHEX(String) - Static method in class info.magnolia.cms.security.Digester
    Deprecated.
    Converts a byte array to a string Hex.
    toHEX(byte[]) - Static method in class info.magnolia.cms.security.Digester
    Deprecated.
    Converts a byte array to a string Hex.
    toI18NURI(String) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    toI18NURI(String, Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    toI18NURI(String, Locale) - Method in class info.magnolia.cms.i18n.DefaultI18nContentSupport
    Adds the language prefix to the uri.
    toI18NURI(String, Locale) - Method in class info.magnolia.cms.i18n.HierarchyBasedI18nContentSupport
     
    toI18NURI(String) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
    Transform the internal uri to a i18n uri.
    toI18NURI(String, Locale) - Method in class info.magnolia.cms.i18n.RequestLocaleAwareI18nContentSupport
     
    ToMap<S,K> - Class in info.magnolia.config.maputil
    Simple utility which brings an arbitrary source object to the map representation.
    ToMap() - Constructor for class info.magnolia.config.maputil.ToMap
     
    toMap(S) - Static method in class info.magnolia.config.maputil.ToMap
     
    toMap(Content) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - not used - use Content2Bean
    toMap(Content, boolean) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - only used in info.magnolia.setup.for3_5.UpdateI18nConfiguration - use Content2Bean
    toMap(Content, boolean, Class) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - TODO only used in DefaultMessagesManager - use Content2Bean
    toMap(Content, boolean, Content2BeanTransformer, TransformationState, ComponentProvider) - Method in class info.magnolia.content2bean.impl.Content2BeanProcessorImpl
    Deprecated.
    Transforms the children of provided content into a map.
    toMap(Node, boolean, Node2BeanTransformer, TransformationState, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
    Transforms the children of provided content into a map.
    ToMapTransformer() - Constructor for class info.magnolia.content2bean.Content2BeanUtil.ToMapTransformer
    Deprecated.
     
    ToolingProxytoysI18nizer - Class in info.magnolia.i18nsystem.tools
    A I18nizer which keeps track of translation attempts and figures out new/replacement keys (for example if a configured key exists, it can suggest to remove the configuration and replace the key with a generated one).
    ToolingProxytoysI18nizer(TranslationService, LocaleProvider) - Constructor for class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
     
    ToolingProxytoysI18nizer(GeneratorResults, Locale, TranslationService) - Constructor for class info.magnolia.i18nsystem.tools.ToolingProxytoysI18nizer
    For manual invocations - see GenerateTranslationFilesImpl.
    toPath() - Static method in class info.magnolia.jcr.function.NodeFunctions
    Deprecated.
    since 6.1, use NodeFunctions.toPath(Node) as a method reference
    toPath(Node) - Static method in class info.magnolia.jcr.function.NodeFunctions
     
    toPattern(Link) - Static method in class info.magnolia.link.LinkUtil
    Converts provided Link to an UUID link pattern.
    toProperties(HierarchyManager) - Static method in class info.magnolia.importexport.PropertiesImportExport
    toProperties(Content) - Static method in class info.magnolia.importexport.PropertiesImportExport
    toProperties(Node, AbstractPredicate<Node>) - Method in class info.magnolia.jcr.util.PropertiesImportExport
     
    toPureMaps(Content, boolean) - Static method in class info.magnolia.content2bean.Content2BeanUtil
    Deprecated.
    since 4.5 - TODO only used in info.magnolia.setup.for3_5.CheckAndUpdateExistingFilters - use Content2Bean
    toRawURI(String) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
    Removes the prefix.
    toRawURI(String, Locale) - Method in class info.magnolia.cms.i18n.AbstractI18nContentSupport
     
    toRawURI(String, Locale) - Method in class info.magnolia.cms.i18n.DefaultI18nContentSupport
     
    toRawURI(String, Locale) - Method in class info.magnolia.cms.i18n.HierarchyBasedI18nContentSupport
     
    toRawURI(String) - Method in interface info.magnolia.cms.i18n.I18nContentSupport
    Remove all i18n tokens form the uri.
    toRawURI(String, Locale) - Method in class info.magnolia.cms.i18n.RequestLocaleAwareI18nContentSupport
     
    toString() - Method in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping.HostURIMapping
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
     
    toString() - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.core.AbstractNodeData
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.filters.RangeSupportFilter.RangeInfo
     
    toString() - Method in class info.magnolia.cms.i18n.AbstractMessagesImpl
    Nice string.
    toString() - Method in class info.magnolia.cms.i18n.LocaleDefinition
    Uses the locals toString() method.
    toString() - Method in class info.magnolia.cms.security.ACLImpl
     
    toString() - Method in class info.magnolia.cms.security.auth.PrincipalCollectionImpl
     
    toString() - Method in class info.magnolia.cms.security.MgnlUser
     
    toString() - Method in class info.magnolia.cms.security.PermissionImpl
     
    toString() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.util.NodeTypeFilter
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.util.ObservationUtil.DeferringEventListener
    Deprecated.
     
    toString() - Method in class info.magnolia.cms.util.Rule
    Get a string representation of this rule.
    toString() - Method in class info.magnolia.cms.util.SimpleUrlPattern
     
    toString() - Method in class info.magnolia.cms.util.UrlPatternDelegate
    toString() - Method in class info.magnolia.commands.MgnlCatalog
     
    toString() - Method in class info.magnolia.config.registry.decoration.CachingDefinitionDecorator
     
    toString() - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder.DefinitionMetadataImpl
     
    toString() - Method in class info.magnolia.config.registry.DefinitionQuery
     
    toString() - Method in class info.magnolia.config.source.Deprecation
     
    toString() - Method in class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
     
    toString() - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency
     
    toString() - Method in class info.magnolia.config.source.yaml.dependency.YamlFileDependency
     
    toString() - Method in class info.magnolia.debug.PerformanceTestStatus
     
    toString() - Method in class info.magnolia.debug.TrackingStatus
     
    toString() - Method in class info.magnolia.init.AbstractMagnoliaConfigurationProperties
     
    toString() - Method in class info.magnolia.init.properties.AbstractPropertySource
     
    toString() - Method in class info.magnolia.init.properties.AbstractStreamBasedPropertySource.ConstructingProperties
     
    toString() - Method in class info.magnolia.jaas.principal.AbstractPrincipalList
     
    toString() - Method in class info.magnolia.jaas.principal.ACLImpl
    Deprecated.
     
    toString() - Method in class info.magnolia.jaas.principal.EntityImpl
    Deprecated.
     
    toString() - Method in class info.magnolia.jcr.util.BinaryInFile
    Deprecated.
     
    toString() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    toString() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
     
    toString() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    toString() - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
     
    toString() - Method in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
     
    toString() - Method in class info.magnolia.module.delta.AbstractTask
     
    toString() - Method in class info.magnolia.module.delta.ArrayDelegateTask
     
    toString() - Method in class info.magnolia.module.model.DependencyDefinition
     
    toString() - Method in class info.magnolia.module.model.ModuleDefinition
     
    toString() - Method in class info.magnolia.module.model.Version
     
    toString() - Method in class info.magnolia.module.model.VersionRange
     
    toString() - Method in class info.magnolia.module.ModuleManager.ModuleAndDeltas
     
    toString() - Method in class info.magnolia.objectfactory.guice.MagnoliaScopes.LazySingletonScope
     
    toString() - Method in class info.magnolia.objectfactory.guice.MagnoliaScopes.LocalScope
     
    toString() - Method in class info.magnolia.objectfactory.guice.MagnoliaScopes.SessionScope
     
    toString() - Method in class info.magnolia.objectfactory.NamedImpl
     
    toString() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    toString() - Method in class info.magnolia.observation.DeferringEventListener
     
    toString() - Method in class info.magnolia.rendering.renderer.registry.ConfiguredRendererProvider
    Deprecated.
     
    toString() - Method in class info.magnolia.rendering.template.configured.ConfiguredAutoGeneration
     
    toString() - Method in class info.magnolia.rendering.template.configured.ConfiguredRenderableDefinition
     
    toString() - Method in class info.magnolia.rendering.template.registry.ConfiguredTemplateDefinitionProvider
    Deprecated.
     
    toString() - Method in class info.magnolia.resourceloader.AbstractResource
     
    toString() - Method in class info.magnolia.resourceloader.layered.LayeredResource
     
    toString() - Method in class info.magnolia.virtualuri.compatibility.VirtualUriMappingAdapter
    Deprecated.
     
    toString() - Method in class info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping
     
    toString() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping.HostUriMapping
     
    toString() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
     
    toString() - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    toString() - Method in class info.magnolia.voting.voters.BasePatternVoter
     
    toString() - Method in class info.magnolia.voting.voters.BaseVoterImpl
     
    toString() - Method in class info.magnolia.voting.voters.IfVoter
     
    toString() - Method in class info.magnolia.voting.voters.PropertyVoter
     
    toString() - Method in class info.magnolia.voting.voters.RequestParametersVoter
    Deprecated.
     
    toString() - Method in class info.magnolia.voting.voters.RequestParameterVoter
     
    toString() - Method in class info.magnolia.voting.voters.VoterSet
     
    totalCalls - Variable in class info.magnolia.debug.TrackingStatus
     
    totalInits - Variable in class info.magnolia.debug.TrackingStatus
     
    totalTime - Variable in class info.magnolia.debug.TrackingStatus
     
    toURI - Variable in class info.magnolia.cms.beans.config.DefaultVirtualURIMapping
    Deprecated.
     
    track() - Method in class info.magnolia.debug.TrackingStatus
    Track all the callers and update aggregated stacktrace.
    track(String) - Method in class info.magnolia.debug.TrackingStatus
    Track only calls where TrackingStatus.testString matches the argument.
    TrackingSessionWrapper - Class in info.magnolia.repository.mbean
    Tracks the session to keep count of open sessions.
    TrackingSessionWrapper(Session, JCRStats) - Constructor for class info.magnolia.repository.mbean.TrackingSessionWrapper
     
    TrackingStatus - Class in info.magnolia.debug
    Invocation aggregator.
    TrackingStatus(boolean, String) - Constructor for class info.magnolia.debug.TrackingStatus
     
    trackProblem(TransformationProblem.Builder) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    trackProblem(TransformationProblem.Builder) - Method in interface info.magnolia.jcr.node2bean.TransformationState
     
    trackProblem(TransformationProblem.Builder) - Method in class info.magnolia.map2bean.TransformationState
     
    transform(Node, Class<T>) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    transform(Node, Class<T>, Node2BeanTransformer) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
     
    transform(Node, Class<T>, Node2BeanTransformer) - Method in interface info.magnolia.jcr.node2bean.Node2BeanProcessor
    Helper method which complements ToBeanTransformer interface allowing Node2Bean processing to be accomplished with a custom transformer instance.
    transform(Link) - Method in class info.magnolia.link.AbsolutePathTransformer
    Transforms Link into desired output.
    transform(Link) - Method in class info.magnolia.link.EditorLinkTransformer
    Deprecated.
     
    transform(Link) - Method in class info.magnolia.link.I18nPathTransformer
     
    transform(Link) - Method in interface info.magnolia.link.LinkTransformer
    Transforms Link into desired output.
    transform(Link) - Method in class info.magnolia.link.RelativePathTransformer
     
    transform(Map<String, Object>, Class<T>) - Method in class info.magnolia.map2bean.Map2BeanTransformer
     
    transform(SRC_T, Class<T>) - Method in interface info.magnolia.transformer.ToBeanTransformer
     
    TransformationProblem - Interface in info.magnolia.transformer
    This introduces to encapsulate the type of problem and the relevant properties.
    TransformationProblem.Builder - Class in info.magnolia.transformer
    TransformationProblem.SeverityType - Enum in info.magnolia.transformer
    Possible types of messages.
    TransformationResult<T> - Interface in info.magnolia.transformer
    This is used to track and aggregate errors during the process of conversion.
    transformationResult(T, Collection<TransformationProblem>) - Static method in interface info.magnolia.transformer.TransformationResult
     
    TransformationResult.TransformationResultImpl<T> - Class in info.magnolia.transformer
    Default impl class.
    TransformationResultImpl(T, Collection<TransformationProblem>) - Constructor for class info.magnolia.transformer.TransformationResult.TransformationResultImpl
     
    TransformationState - Interface in info.magnolia.content2bean
    Deprecated.
    since 5.2.4 - use TransformationState instead.
    TransformationState - Interface in info.magnolia.jcr.node2bean
    This state contains three stacks.
    TransformationState - Class in info.magnolia.map2bean
    Carries contextual information about the state of map-to-bean transformation run.
    TransformationState() - Constructor for class info.magnolia.map2bean.TransformationState
     
    TransformationStateImpl - Class in info.magnolia.content2bean.impl
    Deprecated.
    since 5.2.4 - use TransformationStateImpl instead.
    TransformationStateImpl() - Constructor for class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    TransformationStateImpl - Class in info.magnolia.jcr.node2bean.impl
    Transformation state implementation.
    TransformationStateImpl() - Constructor for class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     
    TransformedBy - Annotation Type in info.magnolia.jcr.node2bean
    Use this annotation on a type, a setter, or on another annotation, to specify the transformer which will be used by Node2Bean.
    transformNode(Node) - Method in class info.magnolia.cms.beans.config.ServerConfiguration.InstanceFactory
     
    transformNode(Node) - Method in class info.magnolia.objectfactory.guice.GuiceConfiguredComponentProvider
     
    transformNode(Node) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
     
    transformPath(String) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
    Override this method to alter all paths passed into the various hierarchy manager methods.
    translate(String, Object...) - Method in class info.magnolia.i18nsystem.SimpleTranslator
     
    translate(LocaleProvider, String[]) - Method in interface info.magnolia.i18nsystem.TranslationService
     
    translate(LocaleProvider, String[], String) - Method in interface info.magnolia.i18nsystem.TranslationService
     
    translate(LocaleProvider, String, String[]) - Method in interface info.magnolia.i18nsystem.TranslationService
    Deprecated.
    since 5.1. Should not be using a basename. Currently in use for backwards compatibility.
    translate(LocaleProvider, String[]) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
     
    translate(LocaleProvider, String[], String) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
     
    translate(LocaleProvider, String, String[]) - Method in class info.magnolia.i18nsystem.TranslationServiceImpl
     
    Translated - Class in info.magnolia.templating.elements.attribute
    ElementAttribute for translated attributes.
    Translated.Description - Class in info.magnolia.templating.elements.attribute
    Translated.Label - Class in info.magnolia.templating.elements.attribute
    TranslationService - Interface in info.magnolia.i18nsystem
    The TranslationService is responsible for getting translated text corresponding to the given Locale, basename and keys.
    TranslationServiceImpl - Class in info.magnolia.i18nsystem
    A TranslationService which relies on a "global" message bundle, as loaded per DefaultMessageBundlesLoader.
    TranslationServiceImpl(Provider<I18nModule>, Provider<DefaultMessageBundlesLoader>) - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
     
    TranslationServiceImpl(Provider<I18nModule>, ComponentProvider, ResourceOrigin, EventBus) - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
    Deprecated.
    since 5.5.2. Use #TranslationServiceImpl(javax.inject.Provider, javax.inject.Provider) instead.
    TranslationServiceImpl(Provider<I18nModule>) - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
    Deprecated.
    since 5.4.5. Use #TranslationServiceImpl(javax.inject.Provider, javax.inject.Provider) instead.
    TranslationServiceImpl() - Constructor for class info.magnolia.i18nsystem.TranslationServiceImpl
    Deprecated.
    since 5.4.4. Use #TranslationServiceImpl(javax.inject.Provider, javax.inject.Provider) instead.
    traverse(Resource) - Method in class info.magnolia.resourceloader.util.ResourceTreeWalker
     
    traverseWith(ResourceVisitor) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
     
    traverseWith(ResourceVisitor) - Method in interface info.magnolia.resourceloader.ResourceOrigin
    Traverses this ResourceOrigin from the root, according to the given ResourceVisitor.
    trigger() - Method in class info.magnolia.cms.util.DelayedExecutor
     
    TrueCondition - Class in info.magnolia.module.delta
    A Condition which always return true.
    TrueCondition(String, String) - Constructor for class info.magnolia.module.delta.TrueCondition
     
    TrueVoter - Class in info.magnolia.voting.voters
    Used to set a default not 0 outcome value.
    TrueVoter() - Constructor for class info.magnolia.voting.voters.TrueVoter
     
    TRY_FIRST_PASS - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    TRY_MAPPED_PASS - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    tryToCreateAreaNode(Node) - Method in class info.magnolia.templating.elements.AreaElement
     
    tryToMapHost() - Method in class info.magnolia.cms.beans.config.HostBasedVirtualURIMapping
    Deprecated.
    Choose the mapping host that matches the request host, with the least number of additional characters.
    tryToMapHost() - Method in class info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping
    Choose the longest host-mapping matching the request host from its end (most specific).
    type(DefinitionType) - Method in class info.magnolia.config.registry.DefinitionMetadataBuilder
     
    type() - Method in interface info.magnolia.config.registry.Registry
     
    type() - Method in interface info.magnolia.config.source.ConfigurationSource
     
    type() - Method in class info.magnolia.config.source.jcr.JcrConfigurationSource
     
    type() - Method in class info.magnolia.config.source.yaml.AbstractFileResourceConfigurationSource
     
    type() - Method in class info.magnolia.rendering.renderer.registry.RendererRegistry
     
    type() - Method in class info.magnolia.rendering.template.registry.TemplateDefinitionRegistry
     
    type() - Method in class info.magnolia.virtualuri.VirtualUriRegistry
     
    TYPE_LIST - Static variable in interface info.magnolia.rendering.template.AreaDefinition
     
    TYPE_NO_COMPONENT - Static variable in interface info.magnolia.rendering.template.AreaDefinition
     
    TYPE_SINGLE - Static variable in interface info.magnolia.rendering.template.AreaDefinition
     
    TypeAlias - Annotation Type in info.magnolia.config.resolver
    Generic type alias annotation.
    TypeDescriptor - Class in info.magnolia.content2bean
    Deprecated.
    since 5.2.4 - use TypeDescriptor instead.
    TypeDescriptor() - Constructor for class info.magnolia.content2bean.TypeDescriptor
    Deprecated.
     
    TypeDescriptor - Class in info.magnolia.jcr.node2bean
    Describes the type under the transformation.
    TypeDescriptor() - Constructor for class info.magnolia.jcr.node2bean.TypeDescriptor
     
    TypeMapping - Interface in info.magnolia.content2bean
    Deprecated.
    since 5.2.4 - use TypeMapping instead.
    TypeMapping - Interface in info.magnolia.jcr.node2bean
    Contract for mapping of the type and its properties to appropriate java beans.
    TypeMapping.Factory - Class in info.magnolia.content2bean
    Deprecated.
    since 4.5, use IoC.
    TypeMappingDefinition - Class in info.magnolia.module.model
    Type Mapping as defined in module descriptor.
    TypeMappingDefinition() - Constructor for class info.magnolia.module.model.TypeMappingDefinition
     
    TypeMappingImpl - Class in info.magnolia.content2bean.impl
    Deprecated.
    since 5.2.4 - use TypeMappingImpl instead.
    TypeMappingImpl() - Constructor for class info.magnolia.content2bean.impl.TypeMappingImpl
    Deprecated.
     
    TypeMappingImpl - Class in info.magnolia.jcr.node2bean.impl
    Basic type mapping implementation.
    TypeMappingImpl() - Constructor for class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
     
    typeNameOf(DefinitionType) - Static method in class info.magnolia.config.registry.RegistryTypeNameUtil
     
    typeNameOf(Registry) - Static method in class info.magnolia.config.registry.RegistryTypeNameUtil
    Deprecated.
    typeNameOf(Registry) - Method in class info.magnolia.config.source.AbstractConfigurationSourceBuilder
    Deprecated.
    since 5.5 - use DefinitionType.getName() instead.
    TypeResolver - Interface in info.magnolia.transformer
    TypeResolver attempts to deduce the object type from the provided properties related to that object.
    typeStack - Variable in class info.magnolia.content2bean.impl.TransformationStateImpl
    Deprecated.
     
    typeStack - Variable in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
     

    U

    UNDEFINED_DEVELOPMENT_VERSION - Static variable in class info.magnolia.module.model.Version
     
    UNDEFINED_FROM - Static variable in class info.magnolia.module.model.Version
     
    UNDEFINED_TO - Static variable in class info.magnolia.module.model.Version
     
    unescapeSql(String) - Static method in class info.magnolia.util.EscapeUtil
    Unescape previously escaped chars.
    unescapeXss(String) - Static method in class info.magnolia.util.EscapeUtil
     
    unescapeXss(String[]) - Static method in class info.magnolia.util.EscapeUtil
     
    unhandledRepositoryException(RepositoryException, Node) - Method in class info.magnolia.jcr.nodebuilder.AbstractErrorHandler
    Override this method if you need finer grained control on RepositoryExceptions that haven't been handled by the handle() method yet, or if you want to try and keep on proceeding anyway.
    unhandledRepositoryException(RepositoryException, Content) - Method in class info.magnolia.nodebuilder.AbstractErrorHandler
    Deprecated.
    Override this method if you need finer grained control on RepositoryExceptions that haven't been handled by the handle() method yet, or if you want to try and keep on proceeding anyway.
    UnicodeNormalizationFilter - Class in info.magnolia.cms.filters
    Normalizes the current URI to the NFC form which is used internally.
    UnicodeNormalizationFilter() - Constructor for class info.magnolia.cms.filters.UnicodeNormalizationFilter
     
    UnicodeNormalizationRequestWrapper - Class in info.magnolia.cms.filters
    Performs unicode normalization (NFC) for request parameters.
    UnicodeNormalizationRequestWrapper(HttpServletRequest) - Constructor for class info.magnolia.cms.filters.UnicodeNormalizationRequestWrapper
     
    UnicodeNormalizer - Class in info.magnolia.cms.util
    A wrapper around java.text.Normalizer note: If needed, one can use their own implementation, by setting the info.magnolia.cms.util.UnicodeNormalizer$Normalizer system property.
    UnicodeNormalizer() - Constructor for class info.magnolia.cms.util.UnicodeNormalizer
     
    UnicodeNormalizer.AutoDetectNormalizer - Class in info.magnolia.cms.util
    Tries to load the normalizer dynamically and respects the property MagnoliaConfigurationProperties.MAGNOLIA_UTF8_ENABLED.
    UnicodeNormalizer.Java6Normalizer - Class in info.magnolia.cms.util
    Java 6 Normalizer wrapper.
    UnicodeNormalizer.NonNormalizer - Class in info.magnolia.cms.util
    Returns the original value unchanged.
    UnicodeNormalizer.Normalizer - Interface in info.magnolia.cms.util
    Used to normalize a String.
    unload() - Method in class info.magnolia.cms.beans.config.ConfigLoader
     
    unlock() - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    Removes the lock on this node.
    unlock() - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    unlock() - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    unlock() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    unlock() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    unregister(String) - Method in class info.magnolia.jcr.registry.SessionProviderRegistry
     
    unregister() - Method in interface info.magnolia.observation.WorkspaceEventListenerRegistration.Handle
    Removes related EventListener from the ObservationManager.
    unRegister() - Method in interface info.magnolia.resourceloader.ResourceChangeHandlerRegistration
     
    unregisterAndRegister(Collection<DefinitionMetadata>, Collection<DefinitionProvider<T>>) - Method in class info.magnolia.config.registry.AbstractRegistry
     
    unregisterAndRegister(Collection<DefinitionMetadata>, Collection<DefinitionProvider<T>>) - Method in interface info.magnolia.config.registry.Registry
     
    unregisterChangeListener(String, EventListener) - Static method in class info.magnolia.cms.util.ObservationUtil
    Deprecated.
    since 5.4.6 use WorkspaceEventListenerRegistration.Handle.unregister() to unregister listeners
    unregisterNamespace(String, Workspace) - Method in class info.magnolia.jackrabbit.ProviderImpl
     
    unregisterNamespace(String, Workspace) - Method in interface info.magnolia.repository.Provider
    Unregister namespace with the repository.
    UNRESOLVED - Static variable in interface info.magnolia.channel.ChannelResolver
    Constant indicating that no channel was resolved.
    UNRESOLVED - Static variable in interface info.magnolia.objectfactory.ParameterResolver
     
    unwrap() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
    WARNING: doing for instance ${state.unwrap()} in a template and then calling any method on the raw {@link AggregationState} will disable automatic HTML escaping provided by this wrapper thus potentially exposing your webapp to XSS attacks.
    unwrap() - Method in class info.magnolia.cms.core.version.VersionedNode
     
    unwrap() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    unwrap(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    unwrap(Session) - Static method in class info.magnolia.jcr.util.SessionUtil
     
    unwrap(Version) - Static method in class info.magnolia.jcr.util.VersionUtil
     
    unwrap() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    unwrapIf(RuntimeException, Class<E>) - Static method in class info.magnolia.cms.util.ExceptionUtil
    Given a RuntimeException, this method will: - throw its cause exception, if the cause exception is an instance of the type of the unwrapIf parameter - throw its cause exception, if the cause exception is a RuntimeException - throw the given RuntimeException otherwise.
    update(Node, String, boolean) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
    Sets the name of the user that performed the most recent activation as well as to current time.
    update(Node, String, boolean, String) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
    update(Node, String, boolean, Version) - Static method in class info.magnolia.jcr.util.NodeTypes.Activatable
    Sets the name of the user that performed the most recent activation as well as to current time, last activated version name and last activated version creation time.
    update(Node) - Static method in class info.magnolia.jcr.util.NodeTypes.LastModified
    Sets the date of modification to current Calendar and uses MgnlContext to set the name of the user.
    update(Node, Calendar) - Static method in class info.magnolia.jcr.util.NodeTypes.LastModified
    Sets the date of modification.
    update(Node, String, Calendar) - Static method in class info.magnolia.jcr.util.NodeTypes.LastModified
    Sets the date of modification and the name of the user modifying a node.
    update(String) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    update(Version, String, Task) - Static method in class info.magnolia.module.delta.DeltaBuilder
    Convenience factory method for an Update Delta with a single task.
    update(String, String) - Static method in class info.magnolia.module.delta.DeltaBuilder
     
    update(Version, String) - Static method in class info.magnolia.module.delta.DeltaBuilder
     
    updateKeys(MgnlKeyPair) - Static method in class info.magnolia.cms.security.SecurityUtil
     
    updateLastAccessTimestamp(User) - Method in class info.magnolia.cms.security.DelegatingUserManager
     
    updateLastAccessTimestamp(User) - Method in class info.magnolia.cms.security.ExternalUserManager
     
    updateLastAccessTimestamp(User) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    updateLastAccessTimestamp(User) - Method in class info.magnolia.cms.security.RescueSecuritySupport.RescueUserManager
     
    updateLastAccessTimestamp(User) - Method in interface info.magnolia.cms.security.UserManager
    Updates last access timestamp for the user.
    updateMapping(Node) - Method in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
     
    UpdateMappingClassesAndPropertiesTask - Class in info.magnolia.virtualuri.setup.delta
    Update virtualUriMappings records with following changes: Update 'class' property to new value Rename 'toURI' property to 'toUri' Rename 'fromURI' property to 'fromUri' Default deprecated classes (info.magnolia.cms.beans.config.*) will be replaced automatically: info.magnolia.cms.beans.config.DefaultVirtualURIMapping updated to info.magnolia.virtualuri.mapping.DefaultVirtualUriMapping info.magnolia.cms.beans.config.RegexpVirtualURIMapping updated to info.magnolia.virtualuri.mapping.RegexpVirtualUriMapping info.magnolia.cms.beans.config.RotatingVirtualURIMapping updated to info.magnolia.virtualuri.mapping.RotatingVirtualUriMapping info.magnolia.cms.beans.config.HostBasedVirtualURIMapping updated to info.magnolia.virtualuri.mapping.HostBasedVirtualUriMapping info.magnolia.cms.beans.config.HostBasedRegexpVirtualURIMapping updated to info.magnolia.virtualuri.mapping.HostBasedRegexpVirtualUriMapping. Parameter additionalMappingClasses contains customized old-new VirtualUriMappings that will be replaced.
    UpdateMappingClassesAndPropertiesTask(String, String, Map<String, Class<? extends VirtualUriMapping>>) - Constructor for class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
     
    updateMetaData() - Method in class info.magnolia.cms.core.AbstractContent
    Deprecated.
     
    updateMetaData() - Method in interface info.magnolia.cms.core.Content
    Deprecated.
    You could call this method anytime to update working page properties - Modification date & Author ID.
    updateMetaData() - Method in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    Throws an AccessDeniedException as versions are read only.
    updateMetaData() - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
     
    updateMetaData(Node) - Static method in class info.magnolia.jcr.util.MetaDataUtil
    updateOrCreate(Node, String, GregorianCalendar) - Static method in class info.magnolia.jcr.util.PropertyUtil
    Updates existing property or creates a new one if it doesn't exist already.
    updateProperties(Node) - Method in class info.magnolia.virtualuri.setup.delta.UpdateMappingClassesAndPropertiesTask
     
    updateSecurityBaseRolePermissions() - Method in class info.magnolia.setup.CoreModuleVersionHandler
     
    UpdateSecurityFilterClientCallbacksConfiguration - Class in info.magnolia.setup.for4_5
    Deprecated.
    since 5.6 – without replacement.
    UpdateSecurityFilterClientCallbacksConfiguration(String, String) - Constructor for class info.magnolia.setup.for4_5.UpdateSecurityFilterClientCallbacksConfiguration
    Deprecated.
     
    UpdateURI2RepositoryMappings - Class in info.magnolia.setup.initial
    Deprecated.
    since 5.6.
    UpdateURI2RepositoryMappings() - Constructor for class info.magnolia.setup.initial.UpdateURI2RepositoryMappings
    Deprecated.
     
    UpdateURIMappings - Class in info.magnolia.setup.initial
    Deprecated.
    since 5.6.
    UpdateURIMappings() - Constructor for class info.magnolia.setup.initial.UpdateURIMappings
    Deprecated.
     
    UpdateUserManagers - Class in info.magnolia.setup.for4_5
    Updates user managers with properties used in account lockout feature.
    UpdateUserManagers() - Constructor for class info.magnolia.setup.for4_5.UpdateUserManagers
     
    UpdateVersionMixinPostProcessor - Class in info.magnolia.importexport.postprocessors
    Adds/keeps/removes mgnl:hasVersion mixin for imported nodes.
    UpdateVersionMixinPostProcessor(int, VersionManager) - Constructor for class info.magnolia.importexport.postprocessors.UpdateVersionMixinPostProcessor
     
    URI2RepositoryManager - Class in info.magnolia.cms.beans.config
    Maps uri prefixes to repositories.
    URI2RepositoryManager() - Constructor for class info.magnolia.cms.beans.config.URI2RepositoryManager
     
    URI2RepositoryMapping - Class in info.magnolia.cms.beans.config
    Describes a uri to repository mapping.
    URI2RepositoryMapping(String, String, String) - Constructor for class info.magnolia.cms.beans.config.URI2RepositoryMapping
     
    URI2RepositoryMapping() - Constructor for class info.magnolia.cms.beans.config.URI2RepositoryMapping
     
    URI_REPOSITORY - Static variable in class info.magnolia.cms.security.URISecurityFilter
     
    URI_WORKSPACE - Static variable in class info.magnolia.cms.security.URISecurityFilter
     
    URIPatternVoter - Class in info.magnolia.voting.voters
    Checks if URI matches the pattern.
    URIPatternVoter() - Constructor for class info.magnolia.voting.voters.URIPatternVoter
     
    URIRegexVoter - Class in info.magnolia.voting.voters
    A voter taking a plain regex pattern which has to matched against the current uri.
    URIRegexVoter() - Constructor for class info.magnolia.voting.voters.URIRegexVoter
     
    URISecurityFilter - Class in info.magnolia.cms.security
    This Filter protects URI as defined by ROLE(s)/GROUP(s) ACL.
    URISecurityFilter() - Constructor for class info.magnolia.cms.security.URISecurityFilter
     
    URIStartsWithVoter - Class in info.magnolia.voting.voters
    Checks if the URI starts with the given pattern.
    URIStartsWithVoter() - Constructor for class info.magnolia.voting.voters.URIStartsWithVoter
     
    URL_CHAR_PATTERN - Static variable in class info.magnolia.cms.util.SimpleUrlPattern
    Deprecated.
    URL_CHAR_PATTERN used to be a common prefix for both single/multiple-characters wildcard patterns— before 4.3.1, it used to be a complex white-listing regex. Standalone, it is however of no use.
    URLConnectionUtil - Class in info.magnolia.resourceloader.classpath.service.impl
    Utility class for URLConnection.
    URLConnectionUtil() - Constructor for class info.magnolia.resourceloader.classpath.service.impl.URLConnectionUtil
     
    UrlPattern - Interface in info.magnolia.cms.util
    Pattern interface, used to match URLs.
    UrlPattern.MatchAllPattern - Class in info.magnolia.cms.util
    A default implementation with matches any input.
    UrlPatternDelegate - Class in info.magnolia.cms.util
    An implementation of PatternDelegate that evaluates as condition a request uri patter or a hostname pattern.
    UrlPatternDelegate() - Constructor for class info.magnolia.cms.util.UrlPatternDelegate
     
    USE_FIRST_PASS - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    USE_MAPPED_PASS - Static variable in class info.magnolia.jaas.sp.AbstractLoginModule
     
    UselessNameFilter - Class in info.magnolia.importexport.filters
    Deprecated.
    UselessNameFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.UselessNameFilter
    Deprecated.
    Instantiates a new filter.
    USER - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
     
    USER - Static variable in class info.magnolia.cms.core.MgnlNodeType
    Deprecated.
     
    user - Variable in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
     
    User - Interface in info.magnolia.cms.security
    Represents a magnolia user.
    user - Variable in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
     
    user - Variable in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
    Deprecated.
     
    User() - Constructor for class info.magnolia.jcr.util.NodeTypes.User
     
    USER_GROUPS - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    USER_GROUPS - Static variable in interface info.magnolia.repository.RepositoryConstants
     
    USER_PATH_REPLACEMENT - Static variable in class info.magnolia.module.delta.AddUsersPermissionTask
     
    USER_ROLES - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    USER_ROLES - Static variable in interface info.magnolia.repository.RepositoryConstants
     
    UserAgentVoter - Class in info.magnolia.voting.voters
    A voter which checks the user agent header in request object against a list of allowed and/or rejected user agents.
    UserAgentVoter() - Constructor for class info.magnolia.voting.voters.UserAgentVoter
     
    UserAwareLoginModule - Interface in info.magnolia.jaas.sp
    Not all jaas module can return a user object, those which can should implement this interface.
    UserCallback - Class in info.magnolia.cms.security.auth.callback
    Used to transport the created User object back.
    UserCallback(User) - Constructor for class info.magnolia.cms.security.auth.callback.UserCallback
     
    UserContext - Interface in info.magnolia.context
    User aware context.
    UserContextImpl - Class in info.magnolia.context
    User aware context implementation able to release and discard all kept info upon user logout.
    UserContextImpl() - Constructor for class info.magnolia.context.UserContextImpl
     
    useRealmCallback - Variable in class info.magnolia.jaas.sp.AbstractLoginModule
    Allow the client to define the realm he logs into.
    UserManager - Interface in info.magnolia.cms.security
    Manages users.
    USERS - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    USERS - Static variable in interface info.magnolia.repository.RepositoryConstants
     
    usingModuleAndRelativePathAsId() - Static method in class info.magnolia.config.registry.DefinitionMetadataBuilder
    A convenience static factory method which returns a DefinitionMetadataBuilder which generates referenceId using the <module-name>:<relative-location> form.
    usingNameAsId() - Static method in class info.magnolia.config.registry.DefinitionMetadataBuilder
    A convenience static factory method which returns a DefinitionMetadataBuilder which generates referenceId using the name property.
    UTC_TIME_ZONE - Static variable in class info.magnolia.cms.util.DateUtil
     
    UTF8 - Static variable in class info.magnolia.importexport.DataTransporter
     
    uuid2path(String, String) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
     
    UUID_ATTRIBUTE - Static variable in class info.magnolia.templating.freemarker.AbstractDirective
     
    UUID_PATTERN - Static variable in class info.magnolia.link.LinkUtil
    Pattern to find a magnolia formatted uuid link.

    V

    validate(DefinitionProvider<T>) - Method in class info.magnolia.config.registry.AbstractRegistry
     
    validate(DefinitionProvider<T>) - Method in interface info.magnolia.config.registry.validator.DefinitionValidator
     
    validate(DefinitionProvider<TemplateDefinition>) - Method in class info.magnolia.rendering.template.registry.validator.TemplateDefinitionValidator
     
    validateArea(DefinitionProvider<TemplateDefinition>, Collection<DefinitionProvider.Problem>, String, AreaDefinition) - Method in class info.magnolia.rendering.template.registry.validator.TemplateDefinitionValidator
     
    validateDefinition(Collection<DefinitionProvider.Problem>, DefinitionProvider<TemplateDefinition>) - Method in class info.magnolia.rendering.template.registry.validator.TemplateDefinitionValidator
     
    validateGroupName(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
     
    validatePathPattern(String) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    validateRoleName(String) - Method in class info.magnolia.cms.security.MgnlRoleManager
     
    validateRootPath(String) - Method in class info.magnolia.resourceloader.file.FileSystemResourceOrigin
     
    validateUser() - Method in class info.magnolia.jaas.sp.AbstractLoginModule
    Checks if the credentials exist in the repository.
    validateUser() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthenticationModule
    /** Checks is the credentials exist in the repository.
    validateUser() - Method in class info.magnolia.jaas.sp.jcr.JCRAuthorizationModule
     
    validateUser() - Method in class info.magnolia.jaas.sp.jcr.MagnoliaAuthenticationModule
    Deprecated.
    Checks is the credentials exist in the repository.
    validateUsername(String) - Method in class info.magnolia.cms.security.MgnlUserManager
     
    value() - Method in class info.magnolia.objectfactory.NamedImpl
     
    ValueFormatter<T> - Interface in info.magnolia.templating.inspector.spi
    Provides details about the type that can be inspected by the Inspector.
    ValueFormatterService - Class in info.magnolia.templating.inspector
    Service that looks up for ValueFormatters and a ServiceLoader and eventually handles creation of the ValueFormatter for the desired type.
    valueOf(String) - Static method in enum info.magnolia.cms.util.DispatcherType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.config.registry.DefinitionProvider.Problem.DefaultTypes
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.config.registry.DefinitionProvider.Problem.SeverityType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.config.registry.DefinitionRawView.Kind
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.config.source.ConfigurationSourceTypes
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.config.source.stub.ConfigurationSourceTypeStub
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.config.source.yaml.dependency.YamlDependencyResoutionProblemType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.importexport.command.JcrExportCommand.Compression
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.importexport.command.JcrExportCommand.Format
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.jcr.nodebuilder.task.ErrorHandling
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.module.delta.DeltaType
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.module.InstallContext.MessagePriority
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.module.InstallStatus
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.nodebuilder.task.ErrorHandling
    Deprecated.
    Returns the enum constant of this type with the specified name.
    valueOf(Class<T>, Class<? extends T>) - Static method in class info.magnolia.objectfactory.configuration.ImplementationConfiguration
     
    valueOf(Class<Y>, Object) - Static method in class info.magnolia.objectfactory.configuration.InstanceConfiguration
     
    valueOf(String) - Static method in enum info.magnolia.rendering.DefinitionTypes
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.rendering.listeners.AbstractRenderingListener.RenderingListenerReturnCode
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.resourceloader.ResourceOriginChange.Type
    Returns the enum constant of this type with the specified name.
    valueOf(String) - Static method in enum info.magnolia.transformer.TransformationProblem.SeverityType
    Returns the enum constant of this type with the specified name.
    valueOf(Class<E>, String) - Method in class info.magnolia.util.EnumCaseInsensitive
     
    ValueOfPropertyDelegateTask - Class in info.magnolia.module.delta
    A task which delegates to another if a property has a given value.
    ValueOfPropertyDelegateTask(String, String, String, String, boolean, Task) - Constructor for class info.magnolia.module.delta.ValueOfPropertyDelegateTask
     
    ValueOfPropertyDelegateTask(String, String, String, String, boolean, Task, Task) - Constructor for class info.magnolia.module.delta.ValueOfPropertyDelegateTask
     
    ValueOfPropertyDelegateTask(String, String, String, String, String, String, boolean, Task) - Constructor for class info.magnolia.module.delta.ValueOfPropertyDelegateTask
     
    ValueOfPropertyDelegateTask(String, String, String, String, String, String, boolean, Task, Task) - Constructor for class info.magnolia.module.delta.ValueOfPropertyDelegateTask
     
    values() - Static method in enum info.magnolia.cms.util.DispatcherType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    values() - Method in class info.magnolia.cms.util.OrderedProperties
     
    values() - Static method in enum info.magnolia.config.registry.DefinitionProvider.Problem.DefaultTypes
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.config.registry.DefinitionProvider.Problem.SeverityType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.config.registry.DefinitionRawView.Kind
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class info.magnolia.config.registry.RegistryMap
     
    values() - Static method in enum info.magnolia.config.source.ConfigurationSourceTypes
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.config.source.stub.ConfigurationSourceTypeStub
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.config.source.yaml.dependency.YamlDependencyResoutionProblemType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class info.magnolia.context.AbstractContext
    values() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
     
    values() - Method in class info.magnolia.freemarker.models.BinaryNodeDataModel
    Deprecated.
     
    values() - Method in class info.magnolia.freemarker.models.ContentMapModel
     
    values() - Static method in enum info.magnolia.importexport.command.JcrExportCommand.Compression
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.importexport.command.JcrExportCommand.Format
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.jcr.nodebuilder.task.ErrorHandling
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class info.magnolia.jcr.util.ContentMap
     
    values() - Static method in enum info.magnolia.module.delta.DeltaType
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.module.InstallContext.MessagePriority
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.module.InstallStatus
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.nodebuilder.task.ErrorHandling
    Deprecated.
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Method in class info.magnolia.registry.RegistryMap
    Deprecated.
     
    values() - Static method in enum info.magnolia.rendering.DefinitionTypes
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.rendering.listeners.AbstractRenderingListener.RenderingListenerReturnCode
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.resourceloader.ResourceOriginChange.Type
    Returns an array containing the constants of this enum type, in the order they are declared.
    values() - Static method in enum info.magnolia.transformer.TransformationProblem.SeverityType
    Returns an array containing the constants of this enum type, in the order they are declared.
    verifyIsGrantedOrThrowException(Session, String, String) - Static method in class info.magnolia.cms.security.PermissionUtil
    Checks whether given session has requested permission on provided path.
    version(Node, Context) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
     
    Version - Class in info.magnolia.module.model
    Represents a module version.
    Version(int, int, int) - Constructor for class info.magnolia.module.model.Version
    Convenience constructor that could be used to register Deltas or update tasks.
    VERSION_NUMBER - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
     
    VERSION_STORE - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    VERSION_STORE - Static variable in interface info.magnolia.repository.RepositoryConstants
     
    VERSION_USER - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    User who created this version.
    VERSION_USER - Static variable in class info.magnolia.cms.core.version.ContentVersion
    Deprecated.
    User who created this version.
    VERSION_WORKSPACE - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
    Name of the workspace.
    Versionable() - Constructor for class info.magnolia.jcr.util.NodeTypes.Versionable
     
    VersionCommand - Class in info.magnolia.commands.impl
    Creates a version for the passed path in the website repository.
    VersionCommand(VersionManager) - Constructor for class info.magnolia.commands.impl.VersionCommand
     
    VersionCommand() - Constructor for class info.magnolia.commands.impl.VersionCommand
    Deprecated.
    VersionComparator - Class in info.magnolia.module.model
    A simple Comparator that compares Version instances and ignores their classifier.
    VersionComparator() - Constructor for class info.magnolia.module.model.VersionComparator
     
    VersionConfig - Class in info.magnolia.cms.beans.config
    Versioning configuration.
    VersionConfig() - Constructor for class info.magnolia.cms.beans.config.VersionConfig
     
    VersionConverter - Class in info.magnolia.module.model.reader
    A beanutils converter for Version.
    VersionConverter() - Constructor for class info.magnolia.module.model.reader.VersionConverter
     
    VersionedNode - Class in info.magnolia.cms.core.version
    Wrapper for version of the node exposing frozen node content as its own as used to happen in old Content API.
    VersionedNode(Version, Node) - Constructor for class info.magnolia.cms.core.version.VersionedNode
     
    VersionedNodeChild - Class in info.magnolia.cms.core.version
    Wrapper for version of the node.
    VersionedNodeChild(VersionedNode, Node) - Constructor for class info.magnolia.cms.core.version.VersionedNodeChild
     
    VersionedNodeChild(VersionedNodeChild, Node) - Constructor for class info.magnolia.cms.core.version.VersionedNodeChild
     
    VersionedNodeChildContentDecorator - Class in info.magnolia.cms.core.version
    Content decorator for VersionedNodeChild.
    VersionedNodeChildContentDecorator() - Constructor for class info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
     
    VersionedNodeContentDecorator - Class in info.magnolia.cms.core.version
    Content decorator for VersionedNode.
    VersionedNodeContentDecorator() - Constructor for class info.magnolia.cms.core.version.VersionedNodeContentDecorator
     
    VersionFilter - Class in info.magnolia.importexport.filters
    Deprecated.
    VersionFilter(XMLReader) - Constructor for class info.magnolia.importexport.filters.VersionFilter
    Deprecated.
    Instantiates a new version filter.
    VersionInfo - Class in info.magnolia.cms.core.version
    A simple class that contains information about versions.
    VersionInfo(String, Date, String) - Constructor for class info.magnolia.cms.core.version.VersionInfo
     
    VersionInfo(String, Date, String, String) - Constructor for class info.magnolia.cms.core.version.VersionInfo
     
    VersionManager - Class in info.magnolia.cms.core.version
    CE version of the VersionManager.
    VersionManager() - Constructor for class info.magnolia.cms.core.version.VersionManager
    Deprecated.
    since 5.4
    VersionManager(SystemContext, RepositoryManager, CopyUtil) - Constructor for class info.magnolia.cms.core.version.VersionManager
     
    VersionRange - Class in info.magnolia.module.model
    Module dependencies can use a range syntax for versions.
    VersionRange(String) - Constructor for class info.magnolia.module.model.VersionRange
    Deprecated.
    since 5.0.2 use VersionRange.parse(String) instead - should not be public.
    VersionRange(Version, Version) - Constructor for class info.magnolia.module.model.VersionRange
    Deprecated.
    should not be public - since 5.0.2
    VersionUtil - Class in info.magnolia.jcr.util
    Various utility methods useful for JCR-Versioning.
    VersionUtil() - Constructor for class info.magnolia.jcr.util.VersionUtil
     
    VIEW_ERROR - Static variable in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    VIEW_NOTHING - Static variable in interface info.magnolia.cms.servlets.MVCServletHandler
    Deprecated.
     
    VIEW_SUCCESS - Static variable in class info.magnolia.cms.servlets.MVCServletHandlerImpl
    Deprecated.
     
    VIRTUAL_URI_MAPPING - Static variable in class info.magnolia.module.delta.ChangeVirtualUriMappingTask
     
    VirtualUriFilter - Class in info.magnolia.cms.filters
    Deprecated.
    since 5.5.6, virtual URI mappings have been relocated to the virtual-uri module (see MAGNOLIA-3349).
    VirtualUriFilter() - Constructor for class info.magnolia.cms.filters.VirtualUriFilter
    Deprecated.
     
    VirtualUriFilter - Class in info.magnolia.virtualuri
    Handle redirects configured using VirtualUriMappings.
    VirtualUriFilter(VirtualUriRegistry, Provider<AggregationState>) - Constructor for class info.magnolia.virtualuri.VirtualUriFilter
     
    VirtualURIManager - Class in info.magnolia.cms.beans.config
    Deprecated.
    since 5.5.6, VirtualURIManager has been replaced by a registry in the virtual-uri module (see MAGNOLIA-3349).
    VirtualURIManager(ModuleRegistry, Node2BeanProcessor, EventBus) - Constructor for class info.magnolia.cms.beans.config.VirtualURIManager
    Deprecated.
     
    VirtualUriManagerAdapter - Class in info.magnolia.virtualuri.compatibility
    Deprecated.
    since 5.5.6, VirtualURIManager has been replaced by VirtualUriRegistry for configuration (see MAGNOLIA-3349), and by VirtualUriFilter for evaluation.
    VirtualUriManagerAdapter(VirtualUriRegistry) - Constructor for class info.magnolia.virtualuri.compatibility.VirtualUriManagerAdapter
    Deprecated.
     
    VirtualURIMapping - Interface in info.magnolia.cms.beans.config
    Deprecated.
    since 5.5.6, virtual URI mappings have been relocated to the virtual-uri module (see MAGNOLIA-3349).
    VirtualUriMapping - Interface in info.magnolia.virtualuri
    VirtualUriMapping implementations are configured and loaded into the VirtualUriRegistry; they are then used by the VirtualUriFilter to transform incoming URI requests.
    VirtualURIMapping.MappingResult - Class in info.magnolia.cms.beans.config
    Deprecated.
    Mapping information returned by VirtualURIMapping.mapURI(String).
    VirtualUriMapping.Result - Class in info.magnolia.virtualuri
    Mapping information returned by VirtualUriMapping.mapUri(URI).
    VirtualUriMappingAdapter - Class in info.magnolia.virtualuri.compatibility
    Deprecated.
    since 5.5.6, use VirtualUriMapping instead.
    VirtualUriMappingAdapter(VirtualURIMapping) - Constructor for class info.magnolia.virtualuri.compatibility.VirtualUriMappingAdapter
    Deprecated.
     
    VirtualUriMappingUpdateTask - Class in info.magnolia.virtualuri.setup.delta
    Task to update VirtualUriMappings for the magnolia-virtual-uri module.
    VirtualUriMappingUpdateTask(String, String, Map<String, Class<? extends VirtualUriMapping>>) - Constructor for class info.magnolia.virtualuri.setup.delta.VirtualUriMappingUpdateTask
     
    VirtualUriModule - Class in info.magnolia.virtualuri
    The virtual-uri module binds JCR and YAML configuration sources to the VirtualUriRegistry.
    VirtualUriModule(VirtualUriRegistry, ConfigurationSourceFactory) - Constructor for class info.magnolia.virtualuri.VirtualUriModule
     
    VirtualUriModuleVersionHandler - Class in info.magnolia.virtualuri.setup
    This version handler mainly updates the VirtualUriFilter config with the newly provided implementation.
    VirtualUriModuleVersionHandler() - Constructor for class info.magnolia.virtualuri.setup.VirtualUriModuleVersionHandler
     
    VirtualUriRegistry - Class in info.magnolia.virtualuri
    Registry for VirtualUriMappings.
    VirtualUriRegistry(ModuleRegistry) - Constructor for class info.magnolia.virtualuri.VirtualUriRegistry
     
    visit(Content, ContentUtil.Visitor) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
     
    visit(Content, ContentUtil.Visitor, Content.ContentFilter) - Static method in class info.magnolia.cms.util.ContentUtil
    Deprecated.
     
    visit(Content) - Method in interface info.magnolia.cms.util.ContentUtil.Visitor
    Deprecated.
     
    visit(Content) - Method in class info.magnolia.cms.util.SearchReplace
    Deprecated.
     
    visit(Node, NodeVisitor) - Static method in class info.magnolia.jcr.util.NodeUtil
    Visits the given node and then all of nodes beneath it except for metadata nodes and nodes of jcr type.
    visit(Node, NodeVisitor, Predicate) - Static method in class info.magnolia.jcr.util.NodeUtil
     
    visit(Node) - Method in interface info.magnolia.jcr.util.NodeVisitor
     
    visitDirectory(Resource) - Method in interface info.magnolia.resourceloader.ResourceVisitor
    Determines if we should visit this directory resource.
    visitDirectory(Resource) - Method in class info.magnolia.resourceloader.util.LoggingResourceVisitor
     
    visitDirectory(Resource) - Method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
     
    visitFile(Resource) - Method in interface info.magnolia.resourceloader.ResourceVisitor
    Implementations can decide to do anything with the file; note that ResourceVisitor.visitDirectory(Resource) is NOT called for files.
    visitFile(Resource) - Method in class info.magnolia.resourceloader.util.LoggingResourceVisitor
     
    visitFile(Resource) - Method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
     
    VoidFunction<T> - Class in info.magnolia.resourceloader.util
    Convenient abstract class that implements a Function whose target type is Void, e.g avoids having to declare the Void type parameter having to explicitly return null in implements.
    VoidFunction() - Constructor for class info.magnolia.resourceloader.util.VoidFunction
     
    VoidOp() - Constructor for class info.magnolia.context.MgnlContext.VoidOp
     
    vote(Voter<T>[], T) - Method in class info.magnolia.voting.DefaultVoting
     
    vote(T) - Method in interface info.magnolia.voting.Voter
     
    vote(T) - Method in class info.magnolia.voting.voters.AbstractBoolVoter
     
    vote(Voter<T>[], T) - Method in class info.magnolia.voting.voters.AndVoting
     
    vote(T) - Method in class info.magnolia.voting.voters.IfVoter
     
    vote(T) - Method in class info.magnolia.voting.voters.InverseVoter
     
    vote(Voter<T>[], T) - Method in class info.magnolia.voting.voters.OrVoting
     
    vote(T) - Method in class info.magnolia.voting.voters.VoterSet
     
    vote(Voter<T>[], T) - Method in interface info.magnolia.voting.Voting
     
    Voter<T> - Interface in info.magnolia.voting
    Contract for decision making rules based on the voting.
    VoterBasedConfiguredAccessDefinition - Class in info.magnolia.cms.security.operations
    Voter based configured definition for action permissions.
    VoterBasedConfiguredAccessDefinition() - Constructor for class info.magnolia.cms.security.operations.VoterBasedConfiguredAccessDefinition
     
    VoterSet<T> - Class in info.magnolia.voting.voters
    Can take a set of voters.
    VoterSet() - Constructor for class info.magnolia.voting.voters.VoterSet
     
    VoterSetTransformer - Class in info.magnolia.voting.voters
    Omit the voters child node.
    VoterSetTransformer() - Constructor for class info.magnolia.voting.voters.VoterSetTransformer
     
    Voting<T> - Interface in info.magnolia.voting
    Contract for decision maker (i.e.
    Voting.Factory - Class in info.magnolia.voting
    Deprecated.
    since 4.4, use one of the constants Voting.AND, Voting.OR, Voting.HIGHEST_LEVEL

    W

    warn(String) - Method in interface info.magnolia.module.InstallContext
     
    warn(String) - Method in class info.magnolia.module.InstallContextImpl
     
    WarnCondition - Class in info.magnolia.module.delta
    Similar to the WarnTask, WarnCondition will always pass (return true) but will log a warning message in the InstallContext.
    WarnCondition(String, String, String) - Constructor for class info.magnolia.module.delta.WarnCondition
     
    WarnCondition(String, String) - Constructor for class info.magnolia.module.delta.WarnCondition
    Uses the description as the warning message.
    WarnIgnoredModuleFilters - Class in info.magnolia.setup.initial
    Deprecated.
    since 5.6.
    WarnIgnoredModuleFilters() - Constructor for class info.magnolia.setup.initial.WarnIgnoredModuleFilters
    Deprecated.
     
    warning(String, Object...) - Static method in interface info.magnolia.transformer.TransformationProblem
     
    WarnTask - Class in info.magnolia.module.delta
    A task which does nothing else than logging a warning message.
    WarnTask(String, String) - Constructor for class info.magnolia.module.delta.WarnTask
     
    wasCausedBy(Throwable, Class<? extends Throwable>) - Static method in class info.magnolia.cms.util.ExceptionUtil
    Returns true if the given exception or any of the nested cause exceptions is an instance of the suspectedCause exception argument, or a subclass thereof.
    WatcherCallback - Interface in info.magnolia.dirwatch
    This is the DirectoryWatcher's own callback interface for typical WatchEvent kinds.
    watchForChanges(ResourceVisitor) - Method in class info.magnolia.resourceloader.AbstractResourceOrigin
    watchForChanges(ResourceVisitor) - Method in interface info.magnolia.resourceloader.ResourceOrigin
    Deprecated.
    since 5.4.6 - use ResourceOrigin.registerResourceChangeHandler(ResourceChangeHandler) instead. Current method is less preferable to be used for resource changes monitoring because ResourceVisitor is not a suitable interface to communicate such changes. E.g. ResourceVisitor has no API to provide the context of the change (which ResourceOrigin the change has happened at, what was the type of the change etc). Also ResourceVisitor requires an instance of Resource - it is not usable to communicate deletion of resources.
    WEB_CONTAINER_RESOURCE_MARKER_ATTRIBUTE - Static variable in class info.magnolia.cms.filters.WebContainerResourcesImpl
    A request can be marked as requesting a web container resource by adding this attribute to the request.
    WebappBootstrap - Class in info.magnolia.module.webapp
    A Task used by the webapp module's version handler to bootstrap files under WEB-INF/bootstrap (i.e directories defined by the magnolia.bootstrap.dir property) TODO : exception handling...
    WebappBootstrap() - Constructor for class info.magnolia.module.webapp.WebappBootstrap
     
    WebappDelta - Class in info.magnolia.module.webapp
    A hard-coded Delta for the webapp module.
    WebappVersionHandler - Class in info.magnolia.module.webapp
    ModuleVersionHandler for the webapp module; bootstraps webapp content only if all workspaces are empty.
    WebappVersionHandler() - Constructor for class info.magnolia.module.webapp.WebappVersionHandler
    Deprecated.
    WebappVersionHandler(RepositoryManager) - Constructor for class info.magnolia.module.webapp.WebappVersionHandler
     
    WebContainerResources - Interface in info.magnolia.cms.filters
    Web container resources are resources which are served by the web container and not by the Magnolia CMS.
    WebContainerResourcesImpl - Class in info.magnolia.cms.filters
    A basic implementation which uses a request attribute to mark a request to a web container resource.
    WebContainerResourcesImpl() - Constructor for class info.magnolia.cms.filters.WebContainerResourcesImpl
     
    WebContext - Interface in info.magnolia.context
    Context interface specialized for servlet requests; knows about HttpServletRequest/HttpServletResponse.
    WebContextFactory - Interface in info.magnolia.context
    Simple factory class, whose implementations are responsible for instantiating and initializing WebContext instances.
    WebContextFactoryImpl - Class in info.magnolia.context
    Default WebContextFactory, providing a hook to instantiate custom implementations of AggregationState.
    WebContextFactoryImpl() - Constructor for class info.magnolia.context.WebContextFactoryImpl
     
    WebContextImpl - Class in info.magnolia.context
    Context implementation keeping track of the current request, response, servletContext and pageContext.
    WebContextImpl() - Constructor for class info.magnolia.context.WebContextImpl
    Use init to initialize the object.
    WEBSITE - Static variable in class info.magnolia.cms.beans.config.ContentRepository
    Deprecated.
    WEBSITE - Static variable in interface info.magnolia.repository.RepositoryConstants
    default repository ID's.
    WebXmlConditionsUtil - Class in info.magnolia.module.delta
    A utility class for web.xml related conditions, which will add conditions to a given list of tasks based on some conditions.
    WebXmlConditionsUtil(List<Condition>) - Constructor for class info.magnolia.module.delta.WebXmlConditionsUtil
     
    WebXmlUtil - Class in info.magnolia.cms.util
    Contains utility methods to register or check for the existence of elements in web.xml.
    WebXmlUtil() - Constructor for class info.magnolia.cms.util.WebXmlUtil
     
    WebXmlUtil(InputStream) - Constructor for class info.magnolia.cms.util.WebXmlUtil
    Test-friendly constructor.
    with(Function<Resource, Void>) - Static method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
    Visits everything and applies the given Function to everything.
    with(Predicate<Resource>, Function<Resource, Void>) - Static method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
    Visits according to the given visitAndApply predicate and applies the given Function according to visitAndApply.
    with(Predicate<Resource>, Predicate<Resource>, Function<Resource, Void>) - Static method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
    Visits according to the given visitDirectory predicate and applies the given Function according to applyFunction.
    with(Predicate<Resource>, Predicate<Resource>, Predicate<Resource>, Function<Resource, Void>) - Static method in class info.magnolia.resourceloader.util.PredicatedResourceVisitor
    Visits according to the given visitDirectory predicate and applies the given Function according to applyToDirectory and applyToFile depending on the resource's type.
    withCharset(Charset) - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations.Builder
     
    withClasspathLocations(Iterable<URL>) - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations.Builder
     
    withConfiguration(ComponentProviderConfiguration) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
     
    withCustomConstruct(String, Function<Consumer<DefinitionProvider.Problem>, Construct>) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    withCustomConstruct(String, Construct) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    withCustomMultiConstruct(String, Function<Consumer<DefinitionProvider.Problem>, Construct>) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    withCustomMultiConstruct(String, Construct) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    withDefinitionReference(String) - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency.Builder
     
    withDelay(Long, Long) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
     
    withDetails(String) - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
     
    withEventTypesMask(int) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
     
    withException(Exception) - Method in class info.magnolia.transformer.TransformationProblem.Builder
     
    withFilter(Predicate) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSourceBuilder
    Provides a Predicate which will be used to determine if a given need can indeed be registered with this registry.
    withLastModifed(long) - Method in class info.magnolia.config.registry.DefinitionProviderBuilder
     
    withLocation(String) - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
     
    withLocation(String) - Method in class info.magnolia.transformer.TransformationProblem.Builder
     
    withLoggingContext(Logger, boolean) - Static method in class info.magnolia.config.registry.DefinitionProviderProblemLogger
     
    withMessage(String) - Method in class info.magnolia.transformer.TransformationProblem.Builder
     
    withModulePath(String) - Method in class info.magnolia.config.source.jcr.JcrConfigurationSourceBuilder
     
    withNodeTypes(String...) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
     
    withParent(GuiceComponentProvider) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
     
    withPath(String) - Static method in class info.magnolia.resourceloader.ResourceStub
    Deprecated.
     
    withPattern(String) - Method in class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    withProblemCollector(Consumer<DefinitionProvider.Problem>) - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency.Builder
     
    withRegistry(Registry<?>) - Method in class info.magnolia.config.source.yaml.dependency.DefinitionDependency.Builder
     
    withRelatedException(Exception) - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
     
    withResourceFilter(Predicate<String>) - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations.Builder
     
    withScannableResourcePattern(Pattern) - Method in class info.magnolia.resourceloader.classpath.DefaultClasspathServiceConfigurations.Builder
     
    withSeverityType(DefinitionProvider.Problem.SeverityType) - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
     
    withSeverityType(TransformationProblem.SeverityType) - Method in class info.magnolia.transformer.TransformationProblem.Builder
     
    withSubNodes(boolean) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
     
    withTitle(String) - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
     
    withType(DefinitionProvider.Problem.Type) - Method in class info.magnolia.config.registry.DefinitionProviderProblemBuilder
     
    WORKITEM - Static variable in class info.magnolia.cms.core.ItemType
    Deprecated.
    "wfe:workItem".
    workspace - Variable in class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
     
    WORKSPACE_ATTRIBUTE - Static variable in class info.magnolia.templating.freemarker.AbstractDirective
     
    WorkspaceConfigurationMerger - Class in info.magnolia.jackrabbit
    Helper class for creating an on the fly workspace.xml configurations from a template repository.xml and a stub workspace.xml.
    WorkspaceConfigurationMerger() - Constructor for class info.magnolia.jackrabbit.WorkspaceConfigurationMerger
     
    WorkspaceEventListenerRegistration - Class in info.magnolia.observation
    Helper class for registering EventListener for workspace observation.
    WorkspaceEventListenerRegistration.Handle - Interface in info.magnolia.observation
    Handle used for unregistering EventListeners.
    WorkspaceEventListenerRegistration.Registrar - Class in info.magnolia.observation
    Registrar for easing setup and de/registration of EventListener.
    WorkspaceEventListenerRegistration.WorkspaceEventListenerRegistrationException - Exception in info.magnolia.observation
    Exception thrown when same instance of a EventListener is already registered.
    WorkspaceEventListenerRegistrationException(String) - Constructor for exception info.magnolia.observation.WorkspaceEventListenerRegistration.WorkspaceEventListenerRegistrationException
     
    workspaceHasOldIndexer() - Method in class info.magnolia.module.delta.WorkspaceXmlConditionsUtil
    Deprecated.
    WorkspaceMapping - Class in info.magnolia.repository
    Maintains a registry of repositories and a list of mappings from logical workspaces to the real workspaces in the repositories.
    WorkspaceMapping() - Constructor for class info.magnolia.repository.WorkspaceMapping
     
    WorkspaceMappingDefinition - Class in info.magnolia.repository.definition
    Represents a mapping from a logical workspace name to a physical workspace name in a repository.
    WorkspaceMappingDefinition(String, String, String) - Constructor for class info.magnolia.repository.definition.WorkspaceMappingDefinition
     
    workspaceName - Variable in class info.magnolia.module.delta.CheckNodeDelegateTask
     
    workspaceName - Variable in class info.magnolia.module.delta.NodeCheckDelegateTask
    Deprecated.
     
    WorkspaceObservingManager - Class in info.magnolia.cms.util
    Manager that enables observing a specific workspace and specific node types.
    WorkspaceObservingManager(String, String, boolean, String[], int) - Constructor for class info.magnolia.cms.util.WorkspaceObservingManager
     
    WorkspaceObservingManager(String, String, boolean, String[]) - Constructor for class info.magnolia.cms.util.WorkspaceObservingManager
     
    WorkspaceObservingManager(String, String, boolean, String) - Constructor for class info.magnolia.cms.util.WorkspaceObservingManager
     
    WORKSPACES - Static variable in class info.magnolia.module.delta.NoSameNameSiblingsCondition
     
    WorkspaceXmlConditionsUtil - Class in info.magnolia.module.delta
    A utility class for workspace.xml related conditions, which will add conditions to a given list of tasks based on some conditions.
    WorkspaceXmlConditionsUtil(List<Condition>) - Constructor for class info.magnolia.module.delta.WorkspaceXmlConditionsUtil
     
    WorkspaceXmlUtil - Class in info.magnolia.cms.util
    Contains utility methods to check workspace.xml.
    WorkspaceXmlUtil() - Constructor for class info.magnolia.cms.util.WorkspaceXmlUtil
     
    wrap(Content) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
    Override if a wrapper wants to wrap returned content objects.
    wrap(NodeData) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
    Override if a wrapper wants to wrap returned node data objects.
    wrap(Content) - Method in class info.magnolia.cms.util.ExtendingContentWrapper
    Deprecated.
     
    wrap(Content) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
    Override this method to have hierarchy manager wrap every piece of content it returns.
    wrap(NodeData) - Method in class info.magnolia.cms.util.HierarchyManagerWrapper
    Deprecated.
    Override this method to have hierarchy manager wrap every piece of node data it returns.
    wrap(Content) - Method in class info.magnolia.cms.util.InheritanceContentWrapper
    Deprecated.
    Wrap returned nodes.
    wrap(NodeData) - Method in class info.magnolia.cms.util.LazyContentWrapper
    Deprecated.
     
    wrap(Content) - Method in class info.magnolia.cms.util.LazyNodeDataWrapper
    Deprecated.
     
    wrap(Content) - Method in class info.magnolia.cms.util.NodeDataWrapper
    Deprecated.
    Default implementation of content wrapping for cases where NodeData needs to return content.
    wrap(Content) - Method in class info.magnolia.cms.util.NodeMapWrapper
    Deprecated.
     
    wrap(NodeData) - Method in class info.magnolia.cms.util.SystemContentWrapper
    Deprecated.
     
    wrap(Content) - Method in class info.magnolia.cms.util.SystemNodeDataWrapper
    Deprecated.
     
    wrap(U) - Static method in class info.magnolia.config.MutableWrapper
    Does the same as MutableWrapper.wrapAs(Object, Class) but uses a provided instance's type as a default target type.
    wrap(Callable<T>) - Method in class info.magnolia.context.AsynchronousContext.OperationFactory
     
    wrap(Runnable) - Method in class info.magnolia.context.AsynchronousContext.OperationFactory
     
    wrap(Object) - Method in class info.magnolia.freemarker.models.MagnoliaObjectWrapper
     
    wrapAs(T, Class<U>) - Static method in class info.magnolia.config.MutableWrapper
    Takes an arbitrary source object T and produces a proxied wrapper of type U which may extend T.
    wrapAsContent(Node) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    wrapAsContent(Node, String) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    wrapAsContent(Node, String, String) - Method in class info.magnolia.cms.core.DefaultContent
    Deprecated.
     
    wrapAsContent(Node, String, String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
     
    wrapAsContent(Node, String) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
     
    wrapAsContent(Node) - Method in class info.magnolia.cms.core.DefaultHierarchyManager
    Deprecated.
     
    wrapContentNodes(Collection<Content>) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
    Override if a wrapper wants to wrap returned collections as well (by getChildren(..), ...
    wrapForI18n(Node) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Wraps content into I18nNodeWrapper so properties are in visitor's language.
    wrapForI18n(ContentMap) - Method in class info.magnolia.templating.functions.TemplatingFunctions
    Wraps content into I18nNodeWrapper so properties are in visitor's language.
    WrapMetadata - Class in info.magnolia.config.source.yaml.construct
    Custom construct bound to !metadata tag.
    WrapMetadata(Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.construct.WrapMetadata
     
    WrapMetadata.Metadata - Class in info.magnolia.config.source.yaml.construct
    Simple Map to present Metadata objects.
    wrapNode(Node) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Wrap node by Magnolia audit logging node wrapper.
    wrapNode(Node) - Method in class info.magnolia.cms.core.version.MgnlVersioningContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator
     
    wrapNode(Node) - Method in class info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.cms.core.version.VersionedNodeContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapNode(Node) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeIterator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
     
    wrapNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    wrapNode(Node) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    wrapNode(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.iterator.FilteringNodeIterator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.iterator.WrappingNodeIterator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.ChildFilteringContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
    Deprecated.
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.ExtendingNodeWrapper
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.I18nContentDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
     
    wrapNode(Node) - Method in interface info.magnolia.jcr.wrapper.NodeWrapperFactory
     
    wrapNode(Node) - Method in class info.magnolia.jcr.wrapper.NodeWrappingDelegateSessionWrapper
     
    wrapNodeDatas(Collection<NodeData>) - Method in class info.magnolia.cms.util.ContentWrapper
    Deprecated.
    Override if a wrapper wants to wrap returned collections as well (by getChildren(..), ...
    wrapNodeForModel(Node) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
    Wraps the current content node before passing it to the model.
    wrapNodeForTemplate(Node) - Method in class info.magnolia.rendering.renderer.AbstractRenderer
    Wraps the current content node for exposing it to the template script as a context attribute.
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
     
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.cms.core.version.VersionedNodeContentDecorator
     
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapNodeIterator(NodeIterator) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.jcr.wrapper.ChildFilteringContentDecorator
     
    wrapNodeIterator(NodeIterator) - Method in class info.magnolia.jcr.wrapper.ChildWrappingNodeWrapper
    Deprecated.
     
    wrapped - Variable in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
     
    wrapped - Variable in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
     
    wrapped - Variable in class info.magnolia.jcr.wrapper.DelegateWorkspaceWrapper
     
    WrappingNodeIterator - Class in info.magnolia.jcr.iterator
    Node iterator wrapping all returned nodes using provided node wrapper.
    WrappingNodeIterator(NodeIterator, ContentDecorator) - Constructor for class info.magnolia.jcr.iterator.WrappingNodeIterator
     
    WrappingNodeIterator(NodeIterator, NodeWrapperFactory) - Constructor for class info.magnolia.jcr.iterator.WrappingNodeIterator
    WrappingPropertyIterator - Class in info.magnolia.jcr.iterator
    Property iterator wrapping all returned nodes using provided property wrapper.
    WrappingPropertyIterator(PropertyIterator, ContentDecorator) - Constructor for class info.magnolia.jcr.iterator.WrappingPropertyIterator
     
    WrappingPropertyIterator(PropertyIterator, PropertyWrapperFactory) - Constructor for class info.magnolia.jcr.iterator.WrappingPropertyIterator
    WrappingPropertyWrapper - Class in info.magnolia.jcr.wrapper
    Wrapper for a JCR Property that will wrap nodes and properties acquired via references.
    WrappingPropertyWrapper(Property, NodeWrapperFactory, PropertyWrapperFactory) - Constructor for class info.magnolia.jcr.wrapper.WrappingPropertyWrapper
     
    wrapProperty(Property) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Wrap property by Magnolia audit logging property wrapper.
    wrapProperty(Property) - Method in class info.magnolia.cms.core.version.VersionedNodeChildContentDecorator
     
    wrapProperty(Property) - Method in class info.magnolia.cms.core.version.VersionedNodeContentDecorator
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapProperty(Property) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyIterator
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.iterator.FilteringPropertyIterator
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.iterator.WrappingPropertyIterator
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
     
    wrapProperty(Property) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
     
    wrapProperty(Property) - Method in interface info.magnolia.jcr.wrapper.PropertyWrapperFactory
     
    wrapPropertyIterator(PropertyIterator) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapPropertyIterator(PropertyIterator) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapPropertyIterator(PropertyIterator) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapPropertyIterator(PropertyIterator) - Method in class info.magnolia.jcr.wrapper.PropertyAndChildWrappingContentDecorator
     
    wrapPropertyIterator(PropertyIterator) - Method in class info.magnolia.jcr.wrapper.PropertyFilteringContentDecorator
     
    wrapSession(Session) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Wrap session by Magnolia audit logging session wrapper.
    wrapSession(Session) - Method in class info.magnolia.cms.core.version.MgnlVersioningContentDecorator
     
    wrapSession(Session) - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator
     
    wrapSession(Session) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapSession(Session) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapSession(Session) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapSession(Session) - Method in class info.magnolia.jcr.decoration.ContentDecoratorPropertyWrapper
     
    wrapSession(Session) - Method in class info.magnolia.jcr.decoration.ContentDecoratorWorkspaceWrapper
     
    wrapSession(Session) - Method in class info.magnolia.jcr.wrapper.MagnoliaSessionContentDecorator
     
    wrapSession(Session) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
     
    wrapVersion(Version) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapVersion(Version) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapVersion(Version) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapVersion(Version) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionIterator
     
    wrapVersion(Version) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    wrapVersionHistory(VersionHistory) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapVersionHistory(VersionHistory) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapVersionHistory(VersionHistory) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapVersionHistory(VersionHistory) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
     
    wrapVersionIterator(VersionIterator) - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator
     
    wrapVersionIterator(VersionIterator) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapVersionIterator(VersionIterator) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapVersionIterator(VersionIterator) - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
     
    wrapVersionManager(VersionManager) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapVersionManager(VersionManager) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapVersionManager(VersionManager) - Method in class info.magnolia.jcr.decoration.ContentDecoratorWorkspaceWrapper
     
    wrapVersions(Version[]) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
     
    wrapWorkspace(Workspace) - Method in class info.magnolia.audit.MgnlAuditLoggingContentDecorator
    Wrap workspace by Magnolia audit logging workspace wrapper.
    wrapWorkspace(Workspace) - Method in class info.magnolia.cms.core.version.MgnlVersioningContentDecorator
     
    wrapWorkspace(Workspace) - Method in class info.magnolia.cms.core.version.MgnlVersionSessionDecorator
     
    wrapWorkspace(Workspace) - Method in class info.magnolia.jcr.decoration.AbstractContentDecorator
     
    wrapWorkspace(Workspace) - Method in interface info.magnolia.jcr.decoration.ContentDecorator
     
    wrapWorkspace(Workspace) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
     
    wrapWorkspace(Workspace) - Method in class info.magnolia.jcr.wrapper.MgnlLogicalWorkspaceNameMappingWorkspaceDecorator
     
    wrapWorkspace(Workspace) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
     
    WRITABLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
     
    Writable(Provider<Context>) - Constructor for class info.magnolia.templating.elements.attribute.Permission.Writable
     
    write(int) - Method in class info.magnolia.cms.filters.RangedOutputStream
     
    WRITE - Static variable in interface info.magnolia.cms.security.Permission
    All write permissions.
    write(char[], int, int) - Method in class info.magnolia.rendering.util.AppendableWriter
     
    write(char[], int, int) - Method in class info.magnolia.rendering.util.FilteringWriter
    Deprecated.
     

    X

    XML - Static variable in class info.magnolia.importexport.DataTransporter
     
    XmlContentHandlerFactory - Class in info.magnolia.importexport.contenthandler
    A factory for ContentHandler instances streaming to XML.
    XmlContentHandlerFactory() - Constructor for class info.magnolia.importexport.contenthandler.XmlContentHandlerFactory
     
    XPATH - Static variable in interface info.magnolia.cms.core.search.Query
    Deprecated.
     

    Y

    yaml() - Method in class info.magnolia.config.source.ConfigurationSourceFactory
     
    YAML - Static variable in class info.magnolia.importexport.DataTransporter
     
    YamlConfigurationDependency - Interface in info.magnolia.config.source.yaml.dependency
    Abstract interface of a dependency object which can be referenced in a YAML configuration file and then contribute to the resulting configuration data.
    YamlConfigurationSource<T> - Class in info.magnolia.config.source.yaml
    Configuration source for yaml configuration files.
    YamlConfigurationSource(ResourceOrigin, Map2BeanTransformer, Registry<T>, Pattern, YamlReader, MagnoliaConfigurationProperties, ModuleRegistry, Map<String, Function<Consumer<DefinitionProvider.Problem>, Construct>>, Map<String, Function<Consumer<DefinitionProvider.Problem>, Construct>>) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSource
     
    YamlConfigurationSource(ResourceOrigin, Map2BeanTransformer, Registry<T>, Pattern, YamlReader) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSource
    YamlConfigurationSource(ResourceOrigin, Map2BeanTransformer, Registry<T>, Pattern, YamlReader, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSource
    YamlConfigurationSource(ResourceOrigin, Map2BeanTransformer, Registry<T>, Pattern, YamlReader, MagnoliaConfigurationProperties, ModuleRegistry) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSource
    YamlConfigurationSourceBuilder - Class in info.magnolia.config.source.yaml
    Builder for YamlConfigurationSource instances.
    YamlConfigurationSourceBuilder(ResourceOrigin, Map2BeanTransformer, YamlReader, MagnoliaConfigurationProperties, ModuleRegistry) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
     
    YamlConfigurationSourceBuilder(ResourceOrigin, Map2BeanTransformer, YamlReader) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
    YamlConfigurationSourceBuilder(ResourceOrigin, Map2BeanTransformer, YamlReader, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.config.source.yaml.YamlConfigurationSourceBuilder
    YamlContentHandler - Class in info.magnolia.importexport.contenthandler
    This ContentHandler streams SAX events into the output stream passed to the constructor converting to YAML.
    YamlContentHandler(OutputStream) - Constructor for class info.magnolia.importexport.contenthandler.YamlContentHandler
     
    YamlConversionResult(Object, Set<YamlConfigurationDependency>) - Constructor for class info.magnolia.config.source.yaml.YamlReader.YamlConversionResult
     
    YamlDefinitionDecorator<T> - Class in info.magnolia.config.source.yaml.decoration
    Definition decorator implementation which uses a YAML file as a decoration data source.
    YamlDefinitionDecorator(YamlDefinitionDecoratorMetadata, DefinitionReferenceIdResolver, Resource, Map2BeanTransformer) - Constructor for class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
    YamlDefinitionDecorator(YamlDefinitionDecoratorMetadata, DefinitionReferenceIdResolver, Resource, Map2BeanTransformer, MagnoliaConfigurationProperties) - Constructor for class info.magnolia.config.source.yaml.decoration.YamlDefinitionDecorator
     
    YamlDefinitionDecoratorMetadata - Interface in info.magnolia.config.source.yaml.decoration
    YamlDefinitionDecoratorMetadata.Impl - Class in info.magnolia.config.source.yaml.decoration
    Default simple implementation of YamlDefinitionDecoratorMetadata.
    YamlDefinitionProvider<T> - Class in info.magnolia.config.source.yaml
    Dynamic DefinitionProvider implementation which wraps a YAML resource and tracks its dependencies.
    YamlDefinitionProvider(YamlConfigurationSource<T>, Resource, Map2BeanTransformer, YamlReader, ModuleRegistry, Map<String, Function<Consumer<DefinitionProvider.Problem>, Construct>>, Map<String, Function<Consumer<DefinitionProvider.Problem>, Construct>>) - Constructor for class info.magnolia.config.source.yaml.YamlDefinitionProvider
     
    YamlDefinitionProvider(YamlConfigurationSource<T>, Resource, Map2BeanTransformer, YamlReader, ModuleRegistry) - Constructor for class info.magnolia.config.source.yaml.YamlDefinitionProvider
    YamlDefinitionProvider(YamlConfigurationSource<T>, Resource, Map2BeanTransformer, YamlReader) - Constructor for class info.magnolia.config.source.yaml.YamlDefinitionProvider
    YamlDependencyResoutionProblemType - Enum in info.magnolia.config.source.yaml.dependency
    .
    YamlExporter - Class in info.magnolia.importexport.exporter
    Exporter for YAML format.
    YamlExporter(Session, ContentHandler, boolean, boolean) - Constructor for class info.magnolia.importexport.exporter.YamlExporter
     
    YamlFileDependency - Class in info.magnolia.config.source.yaml.dependency
    A kind of YamlConfigurationDependency which represents another YAML file, possibly included or somehow referenced in another file.
    YamlFileDependency(ResourceOrigin, String, YamlReader, MgnlYamlConstructor.YamlConfigurationDependencyAggregator, Consumer<DefinitionProvider.Problem>) - Constructor for class info.magnolia.config.source.yaml.dependency.YamlFileDependency
     
    YamlReader - Class in info.magnolia.config.source.yaml
    The YamlReader reads configuration from a yaml file and returns it as a map representing bean properties.
    YamlReader() - Constructor for class info.magnolia.config.source.yaml.YamlReader
     
    YamlReader.YamlConversionResult - Class in info.magnolia.config.source.yaml
    Result of YAML file conversion.
    YamlReaderException - Exception in info.magnolia.config.source.yaml
    Augments YAMLException with information about resource in which it has occurred.
    YamlReaderException(YAMLException, Resource) - Constructor for exception info.magnolia.config.source.yaml.YamlReaderException
     
    YYYY_MM_DD - Static variable in class info.magnolia.cms.util.DateUtil
     
    YYYY_MM_DD_T_HH_MM_SS - Static variable in class info.magnolia.cms.util.DateUtil
     

    Z

    ZIP - Static variable in class info.magnolia.importexport.DataTransporter
     

    _

    _param(Map<String, TemplateModel>, String, Class<MT>, boolean) - Method in class info.magnolia.templating.freemarker.AbstractDirective
     
    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 _ 
    Skip navigation links

    Copyright © 2003–2020 Magnolia International Ltd.. All rights reserved.