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 | Deprecated
since 5.5.3, please see methods description to find out what to use instead
|
ConfigUtil.MapDTDEntityResolver | Deprecated
since 5.5.3 without replacement
|
ContentUtil | Deprecated
since 4.5 - use
NodeUtil instead. |
ContentWrapper | Deprecated
since 4.5 (by proxy of deprecating implementing interface
Content . |
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 | Deprecated
since 5.4
|
HierarchyManagerWrapper | Deprecated
since 4.5, declared deprecated in 5.6.
|
InheritanceContentWrapper | Deprecated
since 5.6 - use
InheritanceNodeWrapper and its implementations instead. |
LazyContentWrapper | Deprecated
since 5.6.
|
LazyInitPrintWriter |
Writer that only opens the underlying writer when there is something needed to be written.
|
LazyNodeDataWrapper | Deprecated
since 5.6 - without replacement.
|
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 | Deprecated
since 5.6.
|
NodeDataWrapper | Deprecated
since 4.5, declared deprecated in 5.6.
|
NodeMapWrapper | Deprecated
since 4.5, declared deprecated in 5.6.
|
NodeNameComparator | Deprecated
since 5.3.11 - use
NodeNameComparator instead. |
NodePathComparator | Deprecated
since 5.3.11 - use
NodePathComparator instead. |
NodeTypeFilter | Deprecated
since 4.5, declared deprecated in 5.6.
|
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 | Deprecated
since 4.5, declared deprecated in 5.6.
|
SelectorUtil |
Util class to handle selectors.
|
ServletUtil |
Utility methods for operations related to Servlet API.
|
ServletUtils | Deprecated
since 4.5 - use
ServletUtil instead. |
SiblingsHelper | Deprecated
since 5.6.
|
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 | Deprecated
since 5.6.
|
SystemNodeDataWrapper | Deprecated
since 5.6 - without replacement.
|
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
MagnoliaConfigurationProperties.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–2019 Magnolia International Ltd.. All rights reserved.