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

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
 
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
 
AbstractContext - Class in info.magnolia.context
Default implementation of the Context interface.
AbstractContext() - Constructor for class info.magnolia.context.AbstractContext
 
AbstractErrorHandler - Class in info.magnolia.jcr.nodebuilder
Provides basic behavior for ErrorHandlers.
AbstractErrorHandler() - Constructor for class info.magnolia.jcr.nodebuilder.AbstractErrorHandler
 
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
 
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
 
AbstractNodeOperation - Class in info.magnolia.jcr.nodebuilder
Abstract implementation of NodeOperation.
AbstractNodeOperation() - Constructor for class info.magnolia.jcr.nodebuilder.AbstractNodeOperation
 
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
 
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
 
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
 
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
 
AbstractUser - Class in info.magnolia.cms.security
Abstract user implementation.
AbstractUser() - Constructor for class info.magnolia.cms.security.AbstractUser
 
accept(String) - Method in interface info.magnolia.cms.util.ClasspathResourcesUtil.Filter
 
accept(String) - Method in class info.magnolia.cms.util.ClasspathResourcesUtil.PatternFilter
 
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
 
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
 
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_SECURITY - Static variable in class info.magnolia.audit.AuditLoggingUtil
 
Activatable() - Constructor for class info.magnolia.jcr.util.NodeTypes.Activatable
 
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.
 
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
 
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
 
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
 
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
 
addDependency(DependencyDefinition) - Method in class info.magnolia.module.model.ModuleDefinition
 
addDocument(String, String, String, File) - Method in class info.magnolia.cms.beans.runtime.MultipartForm
 
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.
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
 
addLeadingSlash(String) - Static method in class info.magnolia.cms.util.PathUtil
 
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
 
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 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
 
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 ?
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.
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
 
addProperty(String, Object) - Method in interface info.magnolia.cms.security.auth.Entity
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
 
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.
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.
 
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
 
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
 
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
 
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.
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
 
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
 
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_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
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
 
allowsMethod(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
ami - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
 
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
 
annotationType() - Method in class info.magnolia.objectfactory.NamedImpl
 
ANONYMOUS_USER - Static variable in interface info.magnolia.cms.security.UserManager
Anonymous user name.
APPLICATION_SCOPE - Static variable in interface info.magnolia.context.Context
Attribute visibility scope, its visible to all sessions of this application.
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() - Constructor for class info.magnolia.jcr.util.NodeTypes.Area
 
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
 
asIterable(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
 
asList(Iterable<Node>) - Static method in class info.magnolia.jcr.util.NodeUtil
 
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.
ATTRIBUTE_COMMENT - Static variable in interface info.magnolia.context.Context
 
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.
AutoDetectNormalizer() - Constructor for class info.magnolia.cms.util.UnicodeNormalizer.AutoDetectNormalizer
 

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
 
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
 
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.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
 
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
 
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.
 
binaryTransformer - Variable in class info.magnolia.link.EditorLinkTransformer
Deprecated.
since 5.0 use AbsolutePathTransformer(boolean, boolean, boolean) directly or register custom editor link transformer.
BooleanUtil - Class in info.magnolia.cms.util
Util to convert strings to booleans.
BooleanUtil() - Constructor for class info.magnolia.cms.util.BooleanUtil
 
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, NodeOperation...) - Static method in class info.magnolia.jcr.nodebuilder.NodeBuilderUtil
 
build(String, String, NodeOperation...) - Static method in class info.magnolia.jcr.nodebuilder.NodeBuilderUtil
 
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.transformer.TransformationProblem.Builder
 
BUILD_NUMBER - Static variable in class info.magnolia.cms.pddescriptor.ProductDescriptorExtractor
 
Builder() - Constructor for class info.magnolia.transformer.TransformationProblem.Builder
 
buildQuery(String, String) - Static method in class info.magnolia.cms.util.QueryUtil
Creates a simple SQL2 query statement.
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.
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
 
BYTE_TO_MEGABYTE_FACTOR - Static variable in class info.magnolia.monitoring.SystemMonitor
 
byteArrayToHex(byte[]) - Static method in class info.magnolia.cms.security.SecurityUtil
 

C

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
 
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
 
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.
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.
 
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
 
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. 0 if all mandatory dispatchers are present but additional unsupported dispatchers are present
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
 
checkNode(Node, InstallContext) - Method in class info.magnolia.module.delta.CheckNodeDelegateTask
 
checkNode(Node, InstallContext) - Method in class info.magnolia.module.delta.HasPropertyDelegateTask
 
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.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
 
checkSpecificDependency(ModuleDefinition, DependencyDefinition, Map<String, ModuleDefinition>) - Method in class info.magnolia.module.model.reader.DependencyCheckerImpl
 
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
 
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
 
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.
 
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
 
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
 
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.
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() - Static method in class info.magnolia.cms.core.SystemProperty
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
 
clearRepositories() - Method in class info.magnolia.repository.WorkspaceMapping
 
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.
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
 
collect() - Method in class info.magnolia.cms.filters.AggregatorFilter
Collect content from the pre configured repository and attach it to the HttpServletRequest.
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. // TODO this method should really be private or renamed
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
 
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
 
collectResources(FileExtractor.Transformer) - Method in class info.magnolia.module.files.BasicFileExtractor
 
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
 
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
 
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
 
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() - Constructor for class info.magnolia.jcr.util.NodeTypes.Component
 
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
 
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
 
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.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
 
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
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
 
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
 
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
 
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
 
ConfiguredOperationPermissionDefinition - Class in info.magnolia.cms.security.operations
Configured definition for actions permissions.
ConfiguredOperationPermissionDefinition() - Constructor for class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
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
 
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
ConstructingProperties(InputStream, String) - Constructor for class info.magnolia.init.properties.AbstractStreamBasedPropertySource.ConstructingProperties
 
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.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.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() - Constructor for class info.magnolia.jcr.util.NodeTypes.Content
 
CONTENT_TYPE - Static variable in class info.magnolia.cms.beans.runtime.File
 
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
 
ContentMap - Class in info.magnolia.jcr.util
Map based representation of JCR content.
ContentMap(Node) - Constructor for class info.magnolia.jcr.util.ContentMap
 
ContentNode() - Constructor for class info.magnolia.jcr.util.NodeTypes.ContentNode
 
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
 
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
 
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_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.
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
 
CONTINUE_PROCESSING - Static variable in interface info.magnolia.commands.chain.Command
 
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
 
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 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
 
copyAndClose(InputStream, OutputStream) - Method in class info.magnolia.module.files.BasicFileExtractorOperation
 
copyInSession(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Session based copy 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
 
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
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
 
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.
createConfiguration(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionManagerWrapper
 
createConfiguration(String) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
Created() - Constructor for class info.magnolia.jcr.util.NodeTypes.Created
 
CREATED - Static variable in class info.magnolia.jcr.util.NodeTypes.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.
createIndexingConfiguration(NamespaceMappings) - Method in class info.magnolia.jackrabbit.lucene.SearchIndex
Postpones indexing initialization until all node types are registered.
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
 
createNewName(Node) - Method in class info.magnolia.setup.for5_2.RenameSameNameSiblingNodesTask
Create a new unique name.
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.
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'.
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.
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.
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, 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.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
 
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.
declareRoles(String...) - Method in class info.magnolia.servlet.ServletContextWrapper
 
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(String) - Method in class info.magnolia.jcr.wrapper.HTMLEscapingContentDecorator
 
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 value for the MAGNOLIA_INITIALIZATION_FILE parameter.
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_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_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
 
DefaultFilter() - Constructor for class info.magnolia.importexport.command.JcrExportCommand.DefaultFilter
 
DefaultI18nContentSupport - Class in info.magnolia.cms.i18n
This implementation support a language prefix like /en/*.
DefaultI18nContentSupport() - Constructor for class info.magnolia.cms.i18n.DefaultI18nContentSupport
 
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 This class along with DefaultMagnoliaPropertiesResolver provide a replacement for PropertiesInitializer since 4.5.
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) - Constructor for class info.magnolia.init.DefaultMagnoliaPropertiesResolver
 
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
 
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
 
DefaultSessionProvider - Class in info.magnolia.jcr.registry
Default-Implementation for a SessionProvider.
DefaultSessionProvider(String, Repository, String) - Constructor for class info.magnolia.jcr.registry.DefaultSessionProvider
 
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.
 
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
 
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
 
delete() - Method in class info.magnolia.cms.beans.runtime.Document
Delete the file, taking care of closing an open input stream.
DeleteCommand - Class in info.magnolia.commands.impl
The command to delete one Item.
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_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
 
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(String, Object...) - Static method in interface info.magnolia.transformer.TransformationProblem
 
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.
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
 
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
 
Digester - Class in info.magnolia.cms.security
Deprecated.
since 4.5.3 - use SecurityUtil instead.
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.
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.
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.
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
 
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.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.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.setup.for4_5.RenameACLNodesTask
 
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.MigrateVersionWorkspacesToNewStructureTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.nodetype.AbstractNodeTypeRegistrationTask
 
doExecute(InstallContext) - Method in class info.magnolia.setup.RenameVersionNodesTask
 
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
 
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.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
 
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
 
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.
 
DOT - Static variable in class info.magnolia.importexport.DataTransporter
 
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.
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
 
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

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.
 
EMAIL - Static variable in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
EmptyMessages - Class in info.magnolia.cms.i18n
A null-pattern implementation of the messages interface.
EmptyMessages() - Constructor for class info.magnolia.cms.i18n.EmptyMessages
 
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
 
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.
entrySet() - Method in class info.magnolia.cms.util.OrderedProperties
 
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.
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.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
 
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.
ErrorHandling - Enum in info.magnolia.jcr.nodebuilder.task
A shortcut enum for tasks, selecting either of these error handling styles.
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
 
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
 
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_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
 
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
 
EXECUTABLE - Static variable in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
EXECUTE - Static variable in interface info.magnolia.cms.security.Permission
 
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.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
 
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.
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.
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.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
 
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
 
ext - Variable in class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
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
 
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_LOWER_CASE - Static variable in class info.magnolia.cms.beans.runtime.File
 
EXTENSION_UPPER_CASE - Static variable in class info.magnolia.cms.beans.runtime.File
 
ExtensionVoter - Class in info.magnolia.voting.voters
Parameters (as Magnolia's configuration nodes): allow: comma separated lists of allowed extensions.
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.
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.module.ModuleManager.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.module.ModuleRegistry.Factory
Deprecated.
 
Factory() - Constructor for class info.magnolia.voting.Voting.Factory
Deprecated.
 
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.
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
 
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
 
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.
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
 
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.
 
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
 
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
 
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.
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.
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
 
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
 
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.
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.
findUsersOrGroupsHavingAssignedGroupOrRoleWithUid(Session, Node, String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
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
 
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
 
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, 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.
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
 
FROM_URI - Static variable in class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
FROM_URI_NODEDATANAME - Static variable in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
 
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.
 

G

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
 
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.OrderedProperties
 
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.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 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
 
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(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(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
 
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.
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
 
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.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.
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
 
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
 
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
 
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. both directly assigned and transitively assigned super-groups.
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(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Get all versions.
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 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.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
 
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
 
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.
getApplicablePolicies(Principal) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
getApplicablePolicies(String) - Method in class info.magnolia.cms.core.MagnoliaAccessManager
Deprecated.
 
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.
getAtomName() - Method in class info.magnolia.cms.beans.runtime.Document
Returns the parameter name.
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. the scopes are searched from bottom up (request, session, application)
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.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
 
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
getAvailableLocales() - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
 
getAvailableLocales() - Method in class info.magnolia.cms.i18n.MessagesManager
Deprecated.
 
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
 
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.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.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
 
getBinary() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getBindingContext() - Method in class info.magnolia.module.model.ComponentDefinition
 
getBindingContext() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
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
 
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.
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
 
getCheckedPath() - Method in class info.magnolia.module.delta.AbstractConditionalRepositoryTask
Returns a path in a repository in the form repository:path (e.g.
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.
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
 
getClientCallbacks() - Method in class info.magnolia.cms.security.SecurityCallbackFilter
 
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.jcr.node2bean.PropertyTypeDescriptor
 
getCollectionFromNodeIterator(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
 
getCollectionKeyType() - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
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
 
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
 
getComponentFactory(Class<T>, Class<? extends ComponentFactory<T>>) - Method in class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
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.
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.
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.
 
getConstructor() - Method in class info.magnolia.objectfactory.ParameterInfo
 
getContainingHistory() - Method in class info.magnolia.cms.core.version.VersionedNode
 
getContainingHistory() - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionWrapper
 
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.
 
getContentHandler(OutputStream) - Method in enum info.magnolia.importexport.command.JcrExportCommand.Format
 
getContentHandler(OutputStream, boolean) - Method in enum info.magnolia.importexport.command.JcrExportCommand.Format
 
getContentType() - Method in class info.magnolia.cms.beans.runtime.File
 
getContext(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
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
 
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
 
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.
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.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(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.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
 
getDecoratedFilter() - Method in class info.magnolia.cms.filters.FilterDecorator
 
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
 
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
 
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
 
getDelay() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
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.
getDelegatePath() - Method in class info.magnolia.voting.voters.DelegateVoter
Deprecated.
 
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.module.model.ModuleDefinition
 
getDependencies() - Method in class info.magnolia.module.model.reader.LightModuleDefinitionReader.LightModuleDefinition
 
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.
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
 
getDestination() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
 
getDetails() - Method in class info.magnolia.module.InstallContext.Message
 
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
 
getDocuments() - Method in class info.magnolia.cms.beans.runtime.MultipartForm
 
getDomain() - Method in class info.magnolia.voting.voters.DomainNameRegexVoter
 
getDouble() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getDoubleProperty(String) - Method in class info.magnolia.cms.core.MetaData
Deprecated.
 
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
 
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
 
getEventTypesMask() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
getExactMethod(Class<?>, String, int) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
Deprecated.
since 5.0 - use setters
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.
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.
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.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. given a resource path like /mgnl-bootstrap/foo/config.server.i18n.xml and .xml extension it will return config.server.i18n (no trailing dot).
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. to restrict node-types.
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
 
getFolder(String) - Static method in class info.magnolia.cms.util.PathUtil
 
getFormat() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
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.
 
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. given a resource path like /mgnl-bootstrap/foo/config.server.i18n.xml it will return /server/i18n.
getGenericParameterType() - Method in class info.magnolia.objectfactory.ParameterInfo
 
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
 
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.AggregationState
 
getHandle() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
getHandlePrefix() - Method in class info.magnolia.cms.beans.config.URI2RepositoryMapping
 
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.
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
 
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
 
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
 
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
 
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 class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
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.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
 
getInstanceUuid() - Method in class info.magnolia.cms.beans.config.ServerConfiguration
 
getInternalWorkspaceName(String) - Static method in class info.magnolia.cms.beans.config.ContentRepository
Deprecated.
since 4.5 - do not use.
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 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(Context) - Method in class info.magnolia.commands.impl.BaseRepositoryCommand
Retrieve the Node.
getJCRNode() - Method in class info.magnolia.jcr.util.ContentMap
 
getJCRNode() - Method in class info.magnolia.link.Link
 
getJCRPropertyType(Object) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
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
 
getJspConfigDescriptor() - Method in class info.magnolia.servlet.ServletContextWrapper
 
getKey() - Method in class info.magnolia.objectfactory.configuration.ComponentConfiguration
 
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
 
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(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
 
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
 
getLazy() - Method in class info.magnolia.module.model.ComponentDefinition
 
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 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.module.ModuleManager.ModuleManagementState
 
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
 
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.transformer.TransformationProblem
 
getLocations() - Method in class info.magnolia.init.DefaultMagnoliaPropertiesResolver
Used in tests, potentially in subclasses.
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(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
 
getMainContentNode() - Method in class info.magnolia.cms.core.AggregationState
 
getMainContentNode() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
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
 
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
 
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
 
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(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 class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
getModificationDate() - Method in class info.magnolia.cms.core.MetaData
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() - 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
 
getMove() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getMove() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
getMsg() - Method in class info.magnolia.commands.impl.LogCommand
 
getName() - Method in class info.magnolia.audit.LogConfiguration
 
getName() - Method in class info.magnolia.cms.core.Channel
 
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 class info.magnolia.commands.MgnlCatalog
 
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.repository.definition.RepositoryDefinition
 
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
 
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
 
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
 
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.
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 class info.magnolia.module.delta.RegisterNodeTypeTask
 
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(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
 
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.
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
 
getOp() - Method in class info.magnolia.voting.voters.BoolVoterSet
 
getOp() - Method in class info.magnolia.voting.voters.VoterSet
 
getOrAddNode(String, String) - Static method in class info.magnolia.jcr.nodebuilder.Ops
Gets or adds node depending on whether it existed or not.
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
 
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
 
getOutputResourceName(String, String) - Method in class info.magnolia.module.delta.PartialBootstrapTask
Deprecated.
 
getOutputStream() - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
getOutputStream() - Method in class info.magnolia.importexport.command.JcrExportCommand
 
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.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.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.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.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.version.VersionedNode
 
getParent() - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
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
 
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.
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.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
 
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. given a resource path like /mgnl-bootstrap/foo/config.server.i18n.xml it will return /server.
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.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
 
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.
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.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
 
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.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
 
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) - 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.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.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.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.
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
 
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.
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
 
getRead() - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
getRead() - Method in interface info.magnolia.cms.security.operations.OperationPermissionDefinition
 
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
 
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
 
getRejected() - Method in class info.magnolia.voting.voters.RequestExtensionVoter
 
getRejected() - Method in class info.magnolia.voting.voters.UserAgentVoter
 
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.
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.
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.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.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(K) - Method in class info.magnolia.registry.RegistryMap
Deprecated.
 
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() - 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.servlet.ServletContextWrapper
 
getResourceName(String) - Method in class info.magnolia.cms.security.RepositoryBackedSecurityManager
 
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.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
 
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.
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 class info.magnolia.voting.voters.RoleBaseVoter
 
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.
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
 
getRootPath() - Method in class info.magnolia.init.DefaultMagnoliaInitPaths
 
getRootPath() - Method in interface info.magnolia.init.MagnoliaInitPaths
 
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
 
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.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
 
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.
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.
 
getSortedCollectionFromNodeIterator(NodeIterator) - Static method in class info.magnolia.jcr.util.NodeUtil
Deprecated.
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.
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
 
getStream() - Method in class info.magnolia.cms.beans.runtime.Document
Returns a stream from the uploaded file.
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.importexport.command.JcrImportCommand
 
getStream() - Method in class info.magnolia.jcr.util.BinaryInFile
Deprecated.
 
getStream() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
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.
 
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
 
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.
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.
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.MetaData
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.
getTemplateContext() - Method in class info.magnolia.cms.security.auth.callback.FormClientCallback
Simply sets "errorString" in case of login exception.
getTemplateName() - Method in class info.magnolia.cms.core.AggregationState
 
getTemplateName() - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
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
 
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.MetaData
Deprecated.
since 5.0 - only for backwards compatibility.
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.
 
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
 
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.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
 
getTypeDescriptor(Class<?>) - Method in class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
 
getTypeDescriptor(Class<?>) - Method in interface info.magnolia.jcr.node2bean.TypeMapping
 
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
 
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.
 
getURIMappings() - Method in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
 
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. anchor and parameters).
getURL() - Method in interface info.magnolia.cms.exchange.Subscriber
Deprecated.
 
getUrl() - Method in class info.magnolia.cms.util.UrlPatternDelegate
Returns the configured Url.
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
 
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.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 class info.magnolia.cms.security.MgnlUser
Deprecated.
since 4.5.1, use MgnlUser.getIdentifier() instead
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 - : Jackrabbit not allowed 32: [ ] 91: [[] 93: []] 42: [*] 34: ["] 58 [:] 92: [\] 39 :['] URL not valid {@code 59: [;] 47: [/] 63: [?]
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() - Method in class info.magnolia.voting.voters.PropertyVoter
 
getValueFactory() - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
getValueObject(Value) - Static method in class info.magnolia.jcr.util.PropertyUtil
Return the Value Object from a Value.
getValues() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
getValuesStringList(Value[]) - Static method in class info.magnolia.jcr.util.PropertyUtil
 
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.
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
 
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(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.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.
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.
getVirtualServerName() - Method in class info.magnolia.servlet.ServletContextWrapper
 
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
 
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.
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.
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.
 
getWorkspace() - Method in class info.magnolia.audit.MgnlAuditLogEntry
 
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
 
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. given a resource path like /mgnl-bootstrap/foo/config.server.i18n.xml it will return config.
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
 
getWrappedContext() - Method in class info.magnolia.context.ContextDecorator
Returns the context wrapped by this decorator.
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
 
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
 
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
 
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.MgnlNodeType
Deprecated.
 
Group - Interface in info.magnolia.cms.security
A user group.
Group() - Constructor for class info.magnolia.jcr.util.NodeTypes.Group
 
GroupList - Interface in info.magnolia.cms.security.auth
Marker interface.
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(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
 
handleError(HttpServletRequest, HttpServletResponse, String) - Method in class info.magnolia.cms.security.CsrfTokenSecurityFilter
Actions to take when a CSRF attack is detected.
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.
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.
HandlerRegistration - Interface in info.magnolia.event
Registration returned when registering a handler with a EventBus.
has(String) - Method in interface info.magnolia.cms.security.auth.PrincipalList
Checks if the 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
 
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.
hasCapability(String, Object, Object[]) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
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.i18n.DefaultMessagesManager.MessagesID
 
hashCode() - Method in class info.magnolia.cms.security.Realm.RealmImpl
 
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
 
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.
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
 
hasNodes() - Method in class info.magnolia.jcr.decoration.ContentDecoratorNodeWrapper
 
hasNodes() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
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(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
 
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
 
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
 
HIGHEST_LEVEL - Static variable in interface info.magnolia.voting.Voting
 
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 class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
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.
 
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.HostURIMapping - Class in info.magnolia.cms.beans.config
Deprecated.
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.
 
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
 
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.
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
 
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
 
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
 
icon - Variable in class info.magnolia.cms.beans.config.MIMEMapping.MIMEMappingItem
Deprecated.
 
ICON - Static variable in class info.magnolia.cms.beans.runtime.File
 
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.
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
 
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.
 
INCONSISTENT_VERSIONS - Static variable in class info.magnolia.setup.MigrateVersionWorkspacesToNewStructureTask
 
incSessionCount() - Method in class info.magnolia.stats.JCRStats
 
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.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 This package contains implementation of the JAAS and Client callbacks - ClientCallback - javax.security.auth.callback.CallbackHandler
info.magnolia.cms.security.auth.login - package info.magnolia.cms.security.auth.login
Login handlers and filters This package contains login filter and implementations of the various login handlers implementing LoginHandler
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.context - package info.magnolia.context
 
info.magnolia.debug - package info.magnolia.debug
 
info.magnolia.dynamic - package info.magnolia.dynamic
 
info.magnolia.event - package info.magnolia.event
 
info.magnolia.exception - package info.magnolia.exception
 
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.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.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.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.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.transformer - package info.magnolia.transformer
 
info.magnolia.util - package info.magnolia.util
 
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?
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.
InheritanceNodeWrapper - Interface in info.magnolia.jcr.inheritance
Interface implemented by node wrappers that participate in providing inheritance.
inheritsNodes(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
Decides if a node inherits child nodes.
inheritsProperties(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
Decides if a node inherits properties.
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(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(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() - 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 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
 
initFilters(FilterConfig) - Method in class info.magnolia.cms.filters.CompositeFilter
The first time called by the main filter.
initializeServlet(FilterConfig) - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
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) - 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.
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
 
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
 
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
 
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.
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.
 
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
 
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. ( 5 --> -5)
InverseVoter() - Constructor for class info.magnolia.voting.voters.InverseVoter
 
invoke(Object, Method, Object[]) - Method in class info.magnolia.beanmerger.ProxyBasedBeanMerger.MergeInvoker
 
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
 
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.
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
 
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.
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
 
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)
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.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
 
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.
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.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.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 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.
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
 
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. returns true for all non translatable links).
isFilterRegistered(String) - Method in class info.magnolia.cms.util.WebXmlUtil
 
isFirstSibling(Node) - Static method in class info.magnolia.jcr.util.NodeUtil
 
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.
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(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(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(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
 
isInherited() - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator.DestinationNodeInheritanceNodeWrapper
 
isInherited() - Method in interface info.magnolia.jcr.inheritance.InheritanceNodeWrapper
 
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.
 
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 class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
isMakeBrowserLinksRelative() - Method in class info.magnolia.link.LinkTransformerManager
 
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
 
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 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
 
isNew() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
isNew() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
isNode() - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
isNode() - Method in class info.magnolia.jcr.wrapper.DelegatePropertyWrapper
 
isNodeType(String) - Method in class info.magnolia.cms.core.version.VersionedNode
 
isNodeType(String) - Method in class info.magnolia.cms.core.version.VersionedNodeChild
 
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
 
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
 
isProvider(ComponentDefinition) - Method in class info.magnolia.objectfactory.configuration.ComponentProviderConfigurationBuilder
 
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
 
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.
isSourceChildInherited(Node) - Method in class info.magnolia.jcr.inheritance.InheritanceContentDecorator
Decides if a specific child node of one of the source should be inherited.
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.
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.
isValidateContentType() - Method in class info.magnolia.cms.filters.ContentTypeFilter
 
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
 
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
 
itemExists(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorSessionWrapper
 
itemExists(String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
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

Java6Normalizer() - Constructor for class info.magnolia.cms.util.UnicodeNormalizer.Java6Normalizer
 
javaScriptString(String) - Static method in class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
JCR_CONTENT - Static variable in class info.magnolia.cms.core.MgnlNodeType
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.MgnlNodeType
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.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'.
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
 
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.
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

keyFromValue(V) - Method in class info.magnolia.registry.RegistryMap
Deprecated.
 
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.
keySet() - Method in class info.magnolia.cms.util.OrderedProperties
 
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.
 

L

LANGUAGE - Static variable in interface info.magnolia.cms.security.auth.Entity
Deprecated.
 
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.
 
LAZY_SINGLETON - Static variable in class info.magnolia.objectfactory.guice.MagnoliaScopes
 
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
 
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
 
LegacyComponentsConfigurer - Class in info.magnolia.objectfactory.configuration
This ComponentConfigurer configures components from properties.
LegacyComponentsConfigurer() - Constructor for class info.magnolia.objectfactory.configuration.LegacyComponentsConfigurer
 
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
 
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_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
 
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.
 
listenerIsDeprecated(String, String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
 
listenerMustBeRegistered(String) - Method in class info.magnolia.module.delta.WebXmlConditionsUtil
 
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
 
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
 
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.
Lock - Class in info.magnolia.cms.security
Deprecated.
since 5.3.6 - no longer used, will be removed without replacement.
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. node type.
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 - 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.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(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
 
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
 
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.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
 
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.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_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
 
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.
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.
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.
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.jcr.node2bean.TypeMapping
 
MapAttributeStrategy - Class in info.magnolia.context
Hashtable based implementation of the AttributeStrategy.
MapAttributeStrategy() - Constructor for class info.magnolia.context.MapAttributeStrategy
 
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.
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.
MarkNodeAsDeletedCommand() - Constructor for class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
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
 
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(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
 
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
 
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(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
 
MessageCommand - Class in info.magnolia.commands.impl
A command setting a message using the AlertUtil.
MessageCommand() - Constructor for class info.magnolia.commands.impl.MessageCommand
 
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. info.magnolia.i18nsystem.SimpleTranslator.
MessagesUtil() - Constructor for class info.magnolia.cms.i18n.MessagesUtil
Deprecated.
 
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() - Constructor for class info.magnolia.jcr.util.NodeTypes.MetaData
 
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
 
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.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.
MGNL_DEFAULT_RESOURCES_ROOT - Static variable in class info.magnolia.cms.servlets.ClasspathSpool
Deprecated.
Default root directory for resources streamed from the classpath.
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.
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. mgnl:lastModification, mgnl:created).
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. upon login).
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
 
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.
 
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.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.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.MgnlNodeType
Deprecated.
Mixin: node can be referenced.
MIX_VERSIONABLE - Static variable in class info.magnolia.cms.core.MgnlNodeType
Deprecated.
Mixin: node can be versioned.
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
 
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
 
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
 
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.
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/...
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 - 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
 
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
 
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
 
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
 
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
 
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
 
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 *.

N

NAME - Static variable in class info.magnolia.cms.beans.runtime.File
 
NAME - Static variable in class info.magnolia.cms.core.version.BaseVersionManager
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 - Static variable in interface info.magnolia.event.SystemEventBus
 
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_WITHOUT_EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.File
 
named(String) - Static method in class info.magnolia.objectfactory.Components
 
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.jcr.node2bean.TypeDescriptor
 
needsUpdateOrInstall() - Method in class info.magnolia.module.ModuleManager.ModuleManagementState
 
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<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.
newErrorHandler(InstallContext) - Method in class info.magnolia.jcr.nodebuilder.task.AbstractNodeBuilderTask
 
newGroupInstance(Node) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
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
 
newMessages(DefaultMessagesManager.MessagesID) - Method in class info.magnolia.cms.i18n.DefaultMessagesManager
Initializes a new Messages instances for the given MessagesID.
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
 
newRealm(String) - Static method in class info.magnolia.cms.security.Realm.Factory
 
newRoleInstance(Node) - Method in class info.magnolia.cms.security.MgnlRoleManager
 
newServletInstance() - Method in class info.magnolia.cms.filters.ServletDispatchingFilter
 
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.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
 
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_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.
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.
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
 
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
 
NodeBuilderUtil - Class in info.magnolia.jcr.nodebuilder
Some util methods to interfere with the NodeBuilder.
NodeBuilderUtil() - Constructor for class info.magnolia.jcr.nodebuilder.NodeBuilderUtil
 
NodeData() - Constructor for class info.magnolia.jcr.util.NodeTypes.NodeData
 
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
 
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.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").
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
 
nodePath - Variable in class info.magnolia.module.delta.CheckNodeDelegateTask
 
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.
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
 
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
 
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.
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
 
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
 
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.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.MgnlNodeType
Deprecated.
Node type: content.
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.MgnlNodeType
Deprecated.
Node type: file.
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.MgnlNodeType
Deprecated.
 
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.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.MgnlNodeType
Deprecated.
Node type: resource.
NT_UNSTRUCTURED - Static variable in class info.magnolia.cms.core.MgnlNodeType
Deprecated.
Node type: unstructured.

O

ObjectManufacturer - Class in info.magnolia.objectfactory
Creates objects by dynamically resolving the parameters to use.
ObjectManufacturer() - Constructor for class info.magnolia.objectfactory.ObjectManufacturer
 
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
 
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
 
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
 
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.
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
 
onRegister(Node) - Method in class info.magnolia.cms.util.ModuleConfigurationObservingManager
 
onRegister(Node) - Method in class info.magnolia.objectfactory.ObservedComponentFactory
 
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.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.
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
 
openOutput(File) - Method in class info.magnolia.module.files.BasicFileExtractorOperation
 
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
 
OR - Static variable in interface info.magnolia.voting.Voting
 
orderAfter(Node, String) - Static method in class info.magnolia.jcr.util.NodeUtil
Orders the node directly after a given sibling.
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.
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
 
overloadWithSystemProperties() - Method in class info.magnolia.cms.beans.config.PropertiesInitializer
Deprecated.
Overload the properties with set system properties.

P

Page() - Constructor for class info.magnolia.jcr.util.NodeTypes.Page
 
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.
parentComponentProvider - Variable in class info.magnolia.objectfactory.guice.AbstractGuiceComponentConfigurer
 
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.
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.
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
 
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 - Class in info.magnolia.cms.core
Deprecated.
since 5.5.3, please see methods description to find out what to use instead
PATH_WITHOUT_NAME - Static variable in class info.magnolia.cms.beans.runtime.File
/en/mainColumnParagraph/04/file.Pdf.
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
 
pathResolver - Variable in class info.magnolia.cms.core.DefaultACLBasedPermissions
Used to convert a jackrabbit Path abstraction into a path string with slashes and namespaces.
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.jcr.node2bean.impl.TransformationStateImpl
 
peekBean(int) - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
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.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_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
 
PLATFORM_COMPONENTS_CONFIG_LOCATION_NAME - Static variable in class info.magnolia.init.MagnoliaServletContextListener
 
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
 
popBean() - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
popBean() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
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.jcr.node2bean.impl.TransformationStateImpl
 
popType() - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
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(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.
prefixLink(String) - Method in class info.magnolia.link.AbsolutePathTransformer
 
prefixLink(String) - Method in class info.magnolia.link.CompleteUrlPathTransformer
 
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
 
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.
PROCESSING_COMPLETE - Static variable in interface info.magnolia.commands.chain.Command
 
processingInstruction(String, String) - Method in class info.magnolia.importexport.contenthandler.YamlContentHandler
 
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
 
PROPERTIES - Static variable in class info.magnolia.importexport.DataTransporter
 
PROPERTIES_CONTENTNODE - Static variable in class info.magnolia.cms.beans.runtime.File
 
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
 
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_CONTENTTYPE - Static variable in class info.magnolia.cms.beans.runtime.File
 
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_EXTENSION - Static variable in class info.magnolia.cms.beans.runtime.File
 
PROPERTY_FILENAME - Static variable in class info.magnolia.cms.beans.runtime.File
 
PROPERTY_HEIGHT - Static variable in class info.magnolia.cms.beans.runtime.File
 
PROPERTY_ICON - Static variable in class info.magnolia.cms.beans.runtime.File
 
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_MIMETYPE - Static variable in class info.magnolia.cms.beans.runtime.File
 
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_TEMPLATE - Static variable in class info.magnolia.cms.beans.runtime.File
 
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
 
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
 
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
 
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.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
 
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.
pswd - Variable in class info.magnolia.cms.security.auth.callback.CredentialsCallbackHandler
 
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
 
pushBean(Object) - Method in class info.magnolia.jcr.node2bean.impl.TransformationStateImpl
 
pushBean(Object) - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
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.jcr.node2bean.impl.TransformationStateImpl
 
pushType(TypeDescriptor) - Method in interface info.magnolia.jcr.node2bean.TransformationState
 
put(Object, Object) - Method in class info.magnolia.cms.util.OrderedProperties
 
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.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

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
 
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.
READ - Static variable in interface info.magnolia.cms.security.Permission
 
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
 
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.
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
 
readValue(TransformationState) - Method in class info.magnolia.map2bean.Map2BeanTransformer
 
readVirtualURIMapping(Node) - Method in class info.magnolia.cms.beans.config.VirtualURIManager
Deprecated.
 
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.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
 
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
 
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
 
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.
 
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.
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
 
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
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
 
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
 
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.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.
 
RegistryMap<K,V> - Class in info.magnolia.registry
Deprecated.
since 5.4, see info.magnolia.config.registry.RegistryMap; please consider implementing info.magnolia.config.registry.Registry instead.
RegistryMap() - Constructor for class info.magnolia.registry.RegistryMap
Deprecated.
 
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. jcr sessions).
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. jcr sessions).
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.
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.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() - Method in class info.magnolia.objectfactory.ObservedComponentFactory
 
reload(Class<T>) - Method in interface info.magnolia.objectfactory.ReloadableClassFactory
 
reload() - Method in class info.magnolia.repository.DefaultRepositoryManager
 
reload() - Method in interface info.magnolia.repository.RepositoryManager
Re-load all configured repositories.
ReloadableClassFactory - Interface in info.magnolia.objectfactory
A class factory which can reload the latest version of a given class.
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!
remove() - Method in class info.magnolia.cms.util.ObservationUtil.ListBasedEventIterator
Deprecated.
 
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(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<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
 
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.
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
 
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.
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 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.
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.
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.
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(Node) - Method in class info.magnolia.cms.core.version.BaseVersionManager
Removes all versions of the node associated with given UUID.
removeVersionLabel(String) - Method in class info.magnolia.jcr.decoration.ContentDecoratorVersionHistoryWrapper
 
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
 
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
 
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.
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, Writer) - Method in class info.magnolia.module.ui.ModuleManagerWebUI
 
Renderable() - Constructor for class info.magnolia.jcr.util.NodeTypes.Renderable
 
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
 
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
 
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_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
 
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. some XHR (e.g. a Vaadin request in AdminCentral web-app) and authentication was triggered just because the attributes leaked into the request's attribute map via query string => demanding redirect in such case only might cause some damage.
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?
RescueSecuritySupport.RescueUserManager - Class in info.magnolia.cms.security
TODO: extract as top level class?
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(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.
resolveChannel(HttpServletRequest) - Method in interface info.magnolia.channel.ChannelResolver
 
resolveChannel(HttpServletRequest) - Method in class info.magnolia.cms.filters.MultiChannelFilter
 
resolveDomain(HttpServletRequest) - Method in class info.magnolia.voting.voters.DomainNameRegexVoter
 
resolveEntity(String, String) - Method in class info.magnolia.cms.util.ConfigUtil.MapDTDEntityResolver
Deprecated.
 
resolveLogoutRedirectLink(HttpServletRequest) - Method in class info.magnolia.cms.security.LogoutFilter
 
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.
resolveTransformer(TypeDescriptor, Node2BeanTransformer) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
 
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
 
Resource() - Constructor for class info.magnolia.jcr.util.NodeTypes.Resource
 
resourcePath - Variable in class info.magnolia.module.files.BasicFileExtractorOperation
 
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.
 
restartNeeded(String) - Method in interface info.magnolia.module.InstallContext
 
restartNeeded(String) - Method in class info.magnolia.module.InstallContextImpl
 
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.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.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).
restoreByLabel(String, boolean) - Method in class info.magnolia.cms.core.version.MgnlVersioningNodeWrapper
 
restoreByLabel(String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateNodeWrapper
 
restoreByLabel(String, String, boolean) - Method in class info.magnolia.jcr.wrapper.DelegateVersionManagerWrapper
 
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
 
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!
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.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.
RoleManager - Interface in info.magnolia.cms.security
Manages roles, roles are identified by name and can be organized in folders.
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.
 
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
 
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
 
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.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
 
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.
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
 
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_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
 
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.jcr.node2bean.PropertyTypeDescriptor
Deprecated.
since 5.0 - use setter instead.
setAdmin(boolean) - Method in class info.magnolia.cms.beans.config.ServerConfiguration
 
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
 
setAnchor(String) - Method in class info.magnolia.link.Link
 
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, 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
 
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
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
 
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
 
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.jcr.node2bean.TypeDescriptor
 
setCollectionEntryType(TypeDescriptor) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
setCollectionKeyType(TypeDescriptor) - Method in class info.magnolia.jcr.node2bean.PropertyTypeDescriptor
 
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
 
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
 
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.
 
setContentType(String) - Method in class info.magnolia.cms.beans.runtime.File
 
setContentType(String) - Method in class info.magnolia.cms.filters.ContentTypeCheckingResponseWrapper
 
setCountry(String) - Method in class info.magnolia.cms.i18n.LocaleDefinition
 
setCreationDate() - Method in class info.magnolia.cms.core.MetaData
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
 
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.
 
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
 
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
 
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.voting.voters.BaseVoterImpl
 
setEnd(int) - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
Deprecated.
Sets the end.
setError(DispatchRule) - Method in class info.magnolia.cms.filters.DispatchRules
 
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.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.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
 
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.
 
setGroupManager(GroupManager) - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
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).
setHostPattern(SimpleUrlPattern) - Method in class info.magnolia.cms.security.auth.callback.AbstractHttpClientCallback
 
setI18nBasename(String) - Method in class info.magnolia.commands.impl.MessageCommand
 
setId(String) - Method in class info.magnolia.module.model.ComponentsDefinition
 
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. in tests).
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
 
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
 
setInverse(boolean) - Method in class info.magnolia.voting.voters.BasePatternVoter
 
setIP(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
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
 
setKeepHistory(boolean) - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
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
 
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(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
 
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
 
setMethods(String) - Method in class info.magnolia.cms.security.IPSecurityManagerImpl.Rule
 
setMimeExtension(String) - Method in class info.magnolia.commands.impl.ExportCommand
Deprecated.
 
setModificationDate() - Method in class info.magnolia.cms.core.MetaData
setMove(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
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.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.repository.definition.RepositoryDefinition
 
setName(String) - Method in class info.magnolia.voting.voters.BaseVoterImpl
 
setNamespacePrefix(String, String) - Method in class info.magnolia.jcr.wrapper.DelegateSessionWrapper
 
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
 
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
 
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.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.
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, 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
 
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.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
 
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
 
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
 
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, 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
 
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, 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) - 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.
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
 
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.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
 
setRequestCharacterEncoding(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
setResolver(ChannelResolver) - Method in class info.magnolia.channel.ChannelConfiguration
 
setResponseCharacterEncoding(String) - Method in class info.magnolia.servlet.ServletContextWrapper
 
setRoleManager(RoleManager) - Method in class info.magnolia.cms.security.SecuritySupportImpl
 
setRoles(Collection<String>) - Method in class info.magnolia.cms.security.operations.ConfiguredAccessDefinition
 
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.
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
 
setSize(int) - Method in class info.magnolia.cms.beans.runtime.File
 
setStart(int) - Method in class info.magnolia.cms.beans.config.RotatingVirtualURIMapping
Deprecated.
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.
 
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
setTemplateName(String) - Method in class info.magnolia.cms.core.AggregationState
 
setTemplateName(String) - Method in class info.magnolia.cms.core.HTMLEscapingAggregationState
 
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.
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.
 
setToWebContainerResources(boolean) - Method in class info.magnolia.cms.filters.DispatchRule
 
setTrace(boolean) - Method in class info.magnolia.debug.CallTrackingFilter
 
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.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
 
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
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.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(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(String) - Method in class info.magnolia.voting.voters.PropertyVoter
 
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
 
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
 
setWorkspaces(List<String>) - Method in class info.magnolia.module.model.RepositoryDefinition
 
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
 
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.
setWrite(AccessDefinition) - Method in class info.magnolia.cms.security.operations.ConfiguredOperationPermissionDefinition
 
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.
 
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
 
shouldIgnoreUpdate(String) - Method in class info.magnolia.jcr.wrapper.MgnlPropertySettingContentDecorator
 
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
 
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
 
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 info.magnolia.freemarker.FreemarkerHelper of magnolia-freemarker-support or info.magnolia.rendering.engine.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.
SimpleUrlPattern - Class in info.magnolia.cms.util
An implementation of URLPattern which matches strings using simple * or ?
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 ?
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
 
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() - 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.jcr.util.ContentMap
 
SIZE_BYTES - Static variable in class info.magnolia.cms.beans.runtime.File
size in bytes: 263492.
SIZE_KB - Static variable in class info.magnolia.cms.beans.runtime.File
size in KB: 257.3.
SIZE_MB - Static variable in class info.magnolia.cms.beans.runtime.File
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
 
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.
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
 
start() - Method in class info.magnolia.cms.util.WorkspaceObservingManager
 
start(String) - Method in class info.magnolia.debug.PerformanceTestStatus
 
start(ModuleLifecycleContext) - Method in interface info.magnolia.module.ModuleLifecycle
 
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
 
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_FAILED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
 
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_SUCCEEDED - Static variable in class info.magnolia.cms.security.auth.login.LoginResult
 
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. via form from POST request in order to prevent logging in via Back button after logout.
StatusSniffingResponseWrapper(HttpServletResponse) - Constructor for class info.magnolia.cms.security.SecurityCallbackFilter.StatusSniffingResponseWrapper
 
stop(String) - Method in class info.magnolia.debug.PerformanceTestStatus
 
stop(ModuleLifecycleContext) - Method in interface info.magnolia.module.ModuleLifecycle
 
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
 
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
 
storeDeletionInfo(Node, Context) - Method in class info.magnolia.commands.impl.MarkNodeAsDeletedCommand
 
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
 
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
 
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.
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.
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
 
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_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.
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
 
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

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
 
TEMPLATE - Static variable in class info.magnolia.cms.beans.runtime.File
 
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_TYPE - Static variable in class info.magnolia.cms.core.MetaData
Deprecated.
since 5.0 - no longer supported
TemplateMessagesUtil - Class in info.magnolia.cms.i18n
Deprecated.
since 4.0 (officially)- informally since 3.0
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
 
then(NodeOperation...) - Method in class info.magnolia.jcr.nodebuilder.AbstractNodeOperation
 
then(NodeOperation...) - Method in interface info.magnolia.jcr.nodebuilder.NodeOperation
 
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_URI - Static variable in class info.magnolia.module.delta.ChangeVirtualUriMappingTask
 
TO_URI_NODEDATANAME - Static variable in class info.magnolia.cms.beans.config.VirtualURIManager
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.
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(Node, boolean, Node2BeanTransformer, TransformationState, ComponentProvider) - Method in class info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl
Transforms the children of provided content into a map.
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(Node, AbstractPredicate<Node>) - Method in class info.magnolia.jcr.util.PropertiesImportExport
 
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.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.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.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.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.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.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.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
 
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
 
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.
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.jcr.node2bean
Contract for mapping of the type and its properties to appropriate java beans.
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.jcr.node2bean.impl
Basic type mapping implementation.
TypeMappingImpl() - Constructor for class info.magnolia.jcr.node2bean.impl.TypeMappingImpl
 
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.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.
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 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.
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.
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.
updateSecurityBaseRolePermissions() - Method in class info.magnolia.setup.CoreModuleVersionHandler
 
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.
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
 
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.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() - 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
 
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
 
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
 
UTC_TIME_ZONE - Static variable in class info.magnolia.cms.util.DateUtil
 
UTF8 - Static variable in class info.magnolia.importexport.DataTransporter
 
UUID_PATTERN - Static variable in class info.magnolia.link.LinkUtil
Pattern to find a magnolia formatted uuid link.

V

validateGroupName(String) - Method in class info.magnolia.cms.security.MgnlGroupManager
 
validateRoleName(String) - Method in class info.magnolia.cms.security.MgnlRoleManager
 
validateUsername(String) - Method in class info.magnolia.cms.security.MgnlUserManager
 
value() - Method in class info.magnolia.objectfactory.NamedImpl
 
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.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(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.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.OrderedProperties
 
values() - Method in class info.magnolia.context.AbstractContext
values() - Method in class info.magnolia.context.HTMLEscapingWebContextWrapper
 
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() - Method in class info.magnolia.registry.RegistryMap
Deprecated.
 
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_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
 
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.
 
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.
 
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.MappingResult - Class in info.magnolia.cms.beans.config
Deprecated.
Mapping information returned by VirtualURIMapping.mapURI(String).
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
 
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. class executing set of voters and providing combined output).
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.
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.
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.
withConfiguration(ComponentProviderConfiguration) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
withDelay(Long, Long) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
 
withEventTypesMask(int) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
 
withException(Exception) - Method in class info.magnolia.transformer.TransformationProblem.Builder
 
withLocation(String) - Method in class info.magnolia.transformer.TransformationProblem.Builder
 
withMessage(String) - Method in class info.magnolia.transformer.TransformationProblem.Builder
 
withNodeTypes(String...) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
 
withParent(GuiceComponentProvider) - Method in class info.magnolia.objectfactory.guice.GuiceComponentProviderBuilder
 
withSeverityType(TransformationProblem.SeverityType) - Method in class info.magnolia.transformer.TransformationProblem.Builder
 
withSubNodes(boolean) - Method in class info.magnolia.observation.WorkspaceEventListenerRegistration.Registrar
 
workspace - Variable in class info.magnolia.setup.for5_2.IdentifySameNameSiblingNodesTask
 
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
 
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(Callable<T>) - Method in class info.magnolia.context.AsynchronousContext.OperationFactory
 
wrap(Runnable) - Method in class info.magnolia.context.AsynchronousContext.OperationFactory
 
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
 
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
 
write(int) - Method in class info.magnolia.cms.filters.RangedOutputStream
 
WRITE - Static variable in interface info.magnolia.cms.security.Permission
All write permissions.

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
 

Y

YAML - Static variable in class info.magnolia.importexport.DataTransporter
 
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
 
YamlExporter - Class in info.magnolia.importexport.exporter
Exporter for YAML format.
YamlExporter(Session, ContentHandler, boolean, boolean) - Constructor for class info.magnolia.importexport.exporter.YamlExporter
 
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
 
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 

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