Class | Description |
---|---|
HTTPHeaderUtil |
common HTTP parameter utility methods
|
HTTPParameterUtil |
common HTTP parameter utility methods
|
ISODateAdapter |
maps ISODate format to string and back
usage:
- annotate the class' member variable with: \@XmlJavaTypeAdapter(ISODateAdapter.class)
|
JSONFormatter |
JSON formatter.
|
ListUtils |
Utility class for List utils
|
MediaUrlValidator |
This class can be used to validate whether content given as an URL link contains image content.
|
NonceUtils |
Methods for generating nonce
|
NonceUtils.Nonce |
A class presenting a generated nonce.
|
StringUtils |
A thread-safe utility class for processing Strings.
|
UserIdentityLock |
Acquire a lock per-thread, per-user identity, multiple instance of this class will be entirely independent, and will NOT block each-other
UserIdentityLock userIdentityLock = UserIdentityLock();
Usage:
userIdentityLock.acquire(userId);
try{
...
|
XMLFormatter |
XML formatter.
|
Enum | Description |
---|---|
MediaUrlValidator.MediaType |
Media type declaration.
|
Copyright © 2015 Tampere University of Technology, Pori Department.