| Interface | Description |
|---|---|
| ClassLoaderUtils.Callback<T> |
Defines a callback processor for an action which will be executed using the provided class loader.
|
| PathResolver |
Title: Path resolver
|
| RequestLoadAverage.RequestCountProvider | |
| TextUtils.BoundedStringVisitor<T> | |
| TextUtils.ReplacementGenerator |
| Class | Description |
|---|---|
| ArrayUtils |
Convenient array utility methods.
|
| ClassLoaderUtils |
Class loading related utilities.
|
| ClassLoaderUtils.CoreAndModulesClassLoader |
A class loader capable of loading both core and modules classes.
|
| CollectionUtils |
Generic collection utilities.
|
| DatabaseUtils |
Database related utility tool.
|
| DateUtils |
Convenient date utility methods.
|
| EncryptionUtils |
Miscellaneous encryption utilities.
|
| EncryptionUtils.EncryptedPasswordFactoryBean | |
| FilePathResolver |
Title: File path resolver
|
| FileUtils | |
| InsertionSortedMap<K,V> |
Title: Map implementation that respects the insertion order.
|
| InsertionSortedSet<E> |
Title: Implementation of a set that is ordered by insertion order
|
| JCRSessionLoadAverage |
A tracker for JCR sessions load.
|
| JcrUtils |
JCR utilities.
|
| LanguageCodeConverters |
Title: Utility class to convert between the different type of language
codes encodings.
|
| LanguageCodeConverters.LocaleDisplayNameComparator |
Comparator implementation that compares locale display names in a certain
current locale.
|
| LoadAverage |
This class makes it easy to calculate a load average, using an average calculation like the following formula:
load(t) = load(t – 1) e^(-5/60m) + n (1 – e^(-5/60m))
where n = what we are evaluating over time (number of active threads, requests, etc...)
and m = time in minutes over which to perform the average
|
| Log4jEventCollector |
A Log4j appender that accumulates logging events and provides access to accumulated items.
|
| Log4jEventCollectorWrapper |
Wraps the Log4jEventCollector providing for methods similar to Log4jEventCollector, which are decoupled from Log4J however.
|
| Log4jEventCollectorWrapper.LoggingEventWrapper |
Wraps the Log4J LoggingEvent.
|
| LuceneUtils |
An utility class to gather useful methods to work with Lucene.
|
| NodeTypesUtils |
Utility class to manipulate nodetypes
|
| NodeTypeTreeEntry |
representation of a nodeType tree entry
|
| NoOutputResponseWrapper |
Response wrapper that skips the written output.
|
| PaginatedList<Data> |
Represents a result of paginated list loading, containing requested "chunk"
of data objects and the total size of the list.
|
| Patterns |
Collections of reusable
Pattern instances. |
| PlaceholderUtils |
Helper class for resolving placeholders in texts with values of DX settings.
|
| PomUtils |
Utility class for reading and manipulating Maven project files (pom.xml).
|
| ProcessHelper |
Utility class for executing external processes.
|
| RequestLoadAverage |
Request load average tool.
|
| ScriptEngineUtils |
ScriptEngine provider class.
|
| SearchIndexUtils |
Search index related utilities.
|
| StringOutputStream |
Output stream implementation that writes to a string buffer.
|
| StringResponseWrapper |
Response wrapper to retrieve included output as string.
|
| TextUtils | |
| TextUtils.ConstantStringReplacementGenerator | |
| ThreadLoadAverage |
Load average class based on active thread count.
|
| Url |
User: david
Date: 1/19/11
Time: 3:01 PM
|
| Version | Deprecated
Use org.jahia.commons.Version from library jahia-commons instead of this
|
| WebAppPathResolver |
Title: Web application path resolver
|
| WebUtils |
Miscellaneous request/response handling methods.
|
| Enum | Description |
|---|---|
| DatabaseUtils.DatabaseType |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.