| Interface | Description | 
|---|---|
| LambdaUtils.ThrowingConsumer<T> | 
 Consumer allowed to throw checked  
Exception. | 
| LambdaUtils.ThrowingFunction<T,R> | 
 Function allowed to throw checked  
Exception. | 
| LambdaUtils.ThrowingPredicate<T> | 
 Predicate allowed to throw checked  
Exception. | 
| Class | Description | 
|---|---|
| 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. | 
| 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 | 
| GetParentContextAttributeAction | 
 Action which gets and returns a parent context attribute value. 
 | 
| I18nizableTextComparator | 
 Sort I18nizableText with their translation 
 | 
| I18nizableTextKeyComparator | 
 Sort I18nizableText with their key 
 | 
| I18nizableTextSerializer | 
 Serializer for  
I18nizableText objects. | 
| I18nUtils | 
 Utils for i18n 
 | 
| IgnoreRootHandler | 
 "Proxy" handler ignoring startDocument() and endDocument() calls 
 | 
| ImageHelper | 
 Helper for manipulating images. 
 | 
| JSONUtils | 
 JSON helper 
 | 
| LambdaUtils | 
 Helper for lambda expressions. 
 | 
| LambdaUtils.Collectors | 
 Some useful  
collectors | 
| LocalDateSerializer | 
 Serializer for  
LocalDate. | 
| 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 
 | 
| URLEncoder | 
 Utility class for encoding URL. 
 | 
| XMLUtils | 
 Component with XML utils methods 
 | 
| ZonedDateTimeSerializer | 
 Serializer for  
ZonedDateTime. |