AmetysExceptionFilter |
Simple Filter not logging internal exceptions, such as AuthorizationRequiredException.
|
AmetysXSLTHelper |
Helper component to be used from XSL stylesheets.
|
AvalonLoggerAdapter |
SLF4J Logger wrapping an Avalon Logger .
|
Cacheable.SingleCacheConfiguration |
|
CachedValue<T> |
A cached value.
|
CachingComponent<K,V> |
Simple memory cache with a thread clearing the cache every day.
|
DateUtils |
Helper for converting dates from the old ( Date ) to the new ( java.time ) JDK
Special thanks to http://stackoverflow.com/questions/21242110/convert-java-util-date-to-java-time-localdate#answer-27378709
which inspired this code
See also http://stackoverflow.com/questions/19431234/converting-between-java-time-localdatetime-and-java-util-date
|
FilenameUtils |
Utility class for encoding file names and paths.
These methods are used to provide safe names to be stored on disk.
The encode* methods %-encode all reserved chars, plus the '%' char itself.
The filter* methods replace reserved chars with the '_' char.
Reserved chars are
|
GetParentContextAttributeAction |
Action which gets and returns a parent context attribute value.
|
HttpUrlUtils |
Utility class for HTTP urls.
|
I18nizableTextComparator |
Sort I18nizableText with their translation
|
I18nizableTextKeyComparator |
Sort I18nizableText with their key
|
I18nizableTextSerializer |
|
I18nUtils |
Utils for i18n
|
I18nUtils.I18nKey |
|
I18nUtils.Location |
Class representing an i18n location
|
IgnoreRootHandler |
"Proxy" handler ignoring startDocument() and endDocument() calls
|
ImageHelper |
Helper for manipulating images.
|
JarFSManager |
This component centralize the access to zip files
Beware: All opened zip files are kept opened in memory
|
JSONUtils |
JSON helper
|
LambdaUtils |
Helper for lambda expressions.
|
LambdaUtils.BiPredicate<T,U> |
|
LambdaUtils.Collectors |
|
LocalDateSerializer |
|
MapUtils |
|
ServerCommHelper |
Helper to get JS parameters from request
|
StringUtils |
A collection of String management utility methods.
|
SystemStatus |
Component that centralizes and provides the system status
|
URIUtils |
Utility class for encoding and decoding URL, following the RFC 3986
|
XMLUtils |
Component with XML utils methods
|
ZonedDateTimeSerializer |
|