Serialized Form
-
Package de.kaiserpfalzedv.commons.api
-
Exception Class de.kaiserpfalzedv.commons.api.BaseException
class BaseException extends Exception implements Serializable-
Serialized Fields
-
uuid
UUID uuid
A unique ID for this exception.
-
-
-
Exception Class de.kaiserpfalzedv.commons.api.BaseSystemException
class BaseSystemException extends RuntimeException implements Serializable-
Serialized Fields
-
uuid
UUID uuid
A unique ID for this exception.
-
-
-
Exception Class de.kaiserpfalzedv.commons.api.BaseWrappedException
class BaseWrappedException extends BaseSystemException implements Serializable
-
-
Package de.kaiserpfalzedv.commons.api.data
-
Package de.kaiserpfalzedv.commons.api.i18n
-
Exception Class de.kaiserpfalzedv.commons.api.i18n.NoSuchMessageException
class NoSuchMessageException extends BaseException implements Serializable
-
-
Package de.kaiserpfalzedv.commons.api.libravatar
-
Exception Class de.kaiserpfalzedv.commons.api.libravatar.AvatarException
class AvatarException extends BaseSystemException implements Serializable- serialVersionUID:
- 2574665849051070802L
-
Class de.kaiserpfalzedv.commons.api.libravatar.AvatarOptions
class AvatarOptions extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
baseUri
String baseUri
Specifies a custom base URI for HTTP use. The default is to use the official libravatar HTTP server. If you *really* wanted to use a non-free server, you could set this to "http://gravatar.com/avatar/", but why would you do such a thing? -
defaultImage
LibravatarDefaultImage defaultImage
URI for a default image, if no image is found for the user. This also accepts any of the "special" values in AvatarDefaultImages -
imageSize
Integer imageSize
Size of the image requested. Valid values are between 1 and 512 pixels. The default size is 80 pixels. -
secureBaseUri
String secureBaseUri
Specifies a custom base URI for HTTPS use. The default is to use the official libravatar HTTPS server. -
useHttps
boolean useHttps
Produce https:// URIs where possible. This avoids mixed-content warnings in browsers when using libravatar-sharp from within a page served via HTTPS. -
useSHA256
boolean useSHA256
Use the SHA256 hash algorithm, rather than MD5. SHA256 is significantly stronger, but is not supported by Gravatar, so libravatar's fallback to Gravatar for missing images will not work. Note that using Avatar.FromOpenID implicitly uses SHA256.
-
-
-
Package de.kaiserpfalzedv.commons.api.resources
-
Class de.kaiserpfalzedv.commons.api.resources.SerializableList
- serialVersionUID:
- 0L
-
-
Package de.kaiserpfalzedv.commons.api.store
-
Exception Class de.kaiserpfalzedv.commons.api.store.DuplicateStoreException
class DuplicateStoreException extends BaseSystemException implements Serializable -
Exception Class de.kaiserpfalzedv.commons.api.store.OptimisticLockStoreException
class OptimisticLockStoreException extends BaseSystemException implements Serializable-
Serialized Fields
-
saveGeneration
long saveGeneration
-
storedGeneration
long storedGeneration
-
-
-
Exception Class de.kaiserpfalzedv.commons.api.store.StoreException
class StoreException extends BaseSystemException implements Serializable
-
-
Package de.kaiserpfalzedv.commons.api.user
-
Exception Class de.kaiserpfalzedv.commons.api.user.InvalidUserException
class InvalidUserException extends BaseException implements Serializable
-
-
Package de.kaiserpfalzedv.commons.api.workflow