| BarcodeHandler |
Handler to generate barcode images.
|
| BooleanPropertiesHolder<K> |
|
| ContentProcessingAccessor |
Provides access to configure and process dynamic content
|
| ExpirableStorage<K,V,R extends BiPredicate<K,V>> |
Represents a key / value store whose values expire.
|
| IdMask |
Interface for an id mask.
|
| InputOutputProcessingHandler |
Processes parameters when sending data between the server and the clients
|
| InternetAddressListHandler |
|
| LinkGeneratorHandler |
Generates links for various URLs in Cyclos
|
| LocalStorage<K,V> |
|
| PhoneNumberDescriptor |
Describes a phone number
|
| PhoneNumberHandler |
Handles phone numbers
|
| PushNotificationHandler |
Handler for using push notifications
|
| PushNotificationHandlerImplementor |
Handler for using push notifications
|
| ReplicatedStorage<K,V> |
Represents a key / value store whose values never expire.
|
| RestBeanPropertyMapping |
Provides a mapping between the regular model properties and properties in REST models
|
| RichTextHandler |
Contains methods to handle rich text formatting, as well as replacing image URL's with internal tags.
|
| SerializableBiPredicate<T,U> |
A bi-predicate that is also serializable
|
| SerializableCallable<T> |
A callable that is also serializable
|
| SerializableFunction<T,R> |
A function that is also serializable
|
| SerializablePredicate<T> |
A predicate that is also serializable
|
| SerializableRunnable |
A runnable that is also serializable
|
| SharedStorage<K extends Serializable,V extends Serializable> |
An ExpirableStorage which, when running in a cluster, provides an unified view of the store for all cluster
nodes.
|
| Storage<K,V> |
Represents a key / value store whose values never expire.
|
| WrappedObject |
Represents an object which was wrapped to another form, and can be unwrapped in the current application context
|