Interface | Description |
---|---|
ClasspathResourcesUtil.Filter |
Filter for filtering the resources.
|
ContentUtil.PostVisitor |
Used in
ContentUtil.Visitor.visit(Content) if the visitor wants to use post order. |
ContentUtil.Visitor |
Used in
ContentUtil.Visitor.visit(Content) to visit the hierarchy. |
PatternDelegate |
A simple generic interface that can be used to configure anything that can be selected based on some conditions (i.e.
|
UnicodeNormalizer.Normalizer |
Used to normalize a String.
|
UrlPattern |
Pattern interface, used to match URLs.
|
Class | Description |
---|---|
AlertUtil |
Stores a message in the request.
|
BooleanUtil |
Util to convert strings to booleans.
|
ClasspathResourcesUtil |
Util to find resources in the classpath (WEB-INF/lib and WEB-INF/classes).
|
ClasspathResourcesUtil.PatternFilter |
A filter using a regex pattern.
|
ConfigUtil |
Util used to process config files.
|
ConfigUtil.MapDTDEntityResolver |
EntityResolver using a Map to resources.
|
ContentUtil | Deprecated
since 4.5 - use
NodeUtil instead. |
ContentWrapper |
A base class to implement content wrappers.
|
CreationDateComparator | Deprecated
since 5.3.11 – use
CreationDateComparator instead. |
CustomFilterConfig |
Custom
FilterConfig for manually initializing filters. |
CustomServletConfig |
Custom
ServletConfig for manually initializing servlets. |
DateUtil |
Util to format and parse dates.
|
DelayedExecutor |
There are many places where we like to delay an execution (in case of a serie of fired events).
|
DeprecationUtil |
A silly utility class to help marking stuff as deprecated even if they're not used directly
(taglib attributes for instance).
|
DumperUtil |
Used to dump 1:1 repository content.
|
ExceptionUtil |
Util to handle exceptions.
|
ExclusiveWrite |
A system wide lock.
|
ExtendingContentWrapper | Deprecated
since Magnolia 5.0 - use
ExtendingNodeWrapper instead. |
FilteredEventListener |
The FilteredEventListener decorates a given
EventListener and allows to ignore specific Events
according to a given Predicate . |
HierarchyManagerUtil |
Util to deal with
HierarchyManager s. |
HierarchyManagerWrapper |
A
HierarchyManager wrapping an other hierarchy manager. |
InheritanceContentWrapper |
This wrapper inherits content from the parent hierarchy.
|
LazyContentWrapper |
Stores an uuid and will re-fetch the node in
LazyContentWrapper.getWrappedContent() if the session is closed. |
LazyInitPrintWriter |
Writer that only opens the underlying writer when there is something needed to be written.
|
LazyNodeDataWrapper |
Stores a path and will re-fetch the node data in
LazyNodeDataWrapper.getWrappedNodeData() if the session is closed. |
LinkUtil | Deprecated
since 5.4.1 use
LinkUtil instead. |
MBeanUtil |
Util to register MBeans.
|
MetaDataUtil | Deprecated
since 4.5 as it operates on deprecated Content - use
MetaDataUtil instead. |
ModuleConfigurationObservingManager |
Base class for managers that monitor configuration within modules and react when its changed to reload.
|
NodeDataStringComparator | Deprecated
since 5.3.11 – use
PropertyStringComparator instead. |
NodeDataUtil |
Util to work with
NodeData . |
NodeDataWrapper |
Wraps a
NodeData to which it delegates. |
NodeMapWrapper |
Wrapper for a content Node which exposes a Map interface, used to access its content using jstl.
|
NodeNameComparator | Deprecated
since 5.3.11 - use
NodeNameComparator instead. |
NodePathComparator | Deprecated
since 5.3.11 - use
NodePathComparator instead. |
NodeTypeFilter |
A
Content.ContentFilter filtering on node types. |
NodeUuidComparator | Deprecated
since 5.3.11 – use
NodeIdentifierComparator instead. |
ObservationUtil | Deprecated
since 5.4.6 use
WorkspaceEventListenerRegistration instead |
ObservationUtil.DeferringEventListener | Deprecated
since 5.4.6 use
DeferringEventListener instead |
ObservationUtil.ListBasedEventIterator | Deprecated
since 5.4.6 use
DeferringEventListener.ListBasedEventIterator instead |
ObservationUtil.ObservationBasedDelayedExecutor | Deprecated
since 5.4.6 use
DeferringEventListener.ObservationBasedDelayedExecutor instead |
OrderedProperties |
Subclass of java.util.Properties which keeps the order in which properties were loaded,
by delegating to a LinkedHashMap.
|
PathUtil |
Utility class used to handle paths for documents in DMS.
|
QueryUtil |
Util to execute queries as simple as possible.
|
RequestDispatchUtil |
Provides support for a simple syntax form of doing redirects and forwards.
|
RequestFormUtil | Deprecated
since 4.0 - should not be needed anymore since MAGNOLIA-2449 - request parameters should be correctly wrapped.
|
RequestHeaderUtil |
Util to work with HTTP headers.
|
Rule |
This class defines the rules to be used by the activation content aggregator this is simply a collection of node
types.
|
RuleBasedContentFilter | Deprecated
since 4.5 use
RuleBasedNodePredicate instead |
SearchReplace |
A
ContentUtil.Visitor which allows simple search/replace functionality. |
SelectorUtil |
Util class to handle selectors.
|
ServletUtil |
Utility methods for operations related to Servlet API.
|
ServletUtils | Deprecated
since 4.5 - use
ServletUtil instead. |
SiblingsHelper |
A utility class to navigate amongst the siblings of a given node.
|
SimpleFreemarkerHelper |
A simple utility to render FreeMarker templates for those rare cases in magnolia-core that can't be extracted (yet),
and thus can't use
FreemarkerHelper of magnolia-freemarker-support or
RenderingEngine of magnolia-rendering. |
SimpleUrlPattern |
An implementation of URLPattern which matches strings using simple
* or ? wildcards. |
StringLengthComparator |
A simple comparator that compares to String lengths.
|
SystemContentWrapper |
A lazy content wrapper reading from the node using the
LifeTimeJCRSessionUtil . |
SystemNodeDataWrapper |
A lazy node data wrapper reading from the node data using the
LifeTimeJCRSessionUtil . |
TextFileUtil |
Utility to check textFiles.
|
UnicodeNormalizer |
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.AutoDetectNormalizer |
Tries to load the normalizer dynamically and respects the property
SystemProperty.MAGNOLIA_UTF8_ENABLED . |
UnicodeNormalizer.Java6Normalizer |
Java 6 Normalizer wrapper.
|
UnicodeNormalizer.NonNormalizer |
Returns the original value unchanged.
|
UrlPattern.MatchAllPattern |
A default implementation with matches any input.
|
UrlPatternDelegate |
An implementation of
PatternDelegate that evaluates as condition a request uri patter or a hostname pattern. |
WebXmlUtil |
Contains utility methods to register or check for the existence of elements in web.xml.
|
WorkspaceObservingManager |
Manager that enables observing a specific workspace and specific node types.
|
WorkspaceXmlUtil |
Contains utility methods to check workspace.xml.
|
Enum | Description |
---|---|
DispatcherType |
Enumeration of dispatcher types, matches the semantics for filter mappings in web.xml.
|
Copyright © 2003–2016 Magnolia International Ltd.. All rights reserved.