Package | Description |
---|---|
com.edorasware.one.identity.user | |
com.edorasware.one.identity.user.internal | |
com.edorasware.one.thumbnail | |
com.edorasware.one.thumbnail.internal |
Modifier and Type | Method and Description |
---|---|
Thumbnail |
AvatarManager.getAvatar(String ambiguousId,
int size)
Gets the avatar
Thumbnail for a given user. |
Thumbnail |
AvatarService.getAvatar(String email,
int size)
Gets the avatar
Thumbnail for a given email. |
Thumbnail |
AvatarService.getDefaultAvatar()
Gets the default avatar input stream which is stored on the file system.
|
Modifier and Type | Method and Description |
---|---|
Thumbnail |
DefaultAvatarManager.getAvatar(String ambiguousId,
int size) |
Thumbnail |
GravatarService.getAvatar(String email,
int size) |
Thumbnail |
GravatarService.getDefaultAvatar() |
Modifier and Type | Method and Description |
---|---|
static Thumbnail |
Thumbnail.createFromFile(File file,
com.google.common.net.MediaType mediaType)
Create a thumbnail with a content type and a
File as source. |
static Thumbnail |
Thumbnail.createFromResource(org.springframework.core.io.Resource resource,
long lengthOfResource,
com.google.common.net.MediaType mediaType,
Instant lastModifiedDate)
Create a thumbnail with a
MediaType , a Resource as source, the length of the Resource and the last date
modified. |
Thumbnail |
ThumbnailPreview.createThumbnail(org.springframework.core.io.Resource resource,
int maxThumbnailHeight,
Instant lastModifiedDate)
Creates the thumbnail for the given resource and the maximum thumbnail height.
|
Thumbnail |
ThumbnailService.generateThumbnail(org.springframework.core.io.Resource inputStream,
com.google.common.net.MediaType mediaType,
int thumbnailMaxHeight,
PreviewType previewType,
Instant lastModifiedDate)
Generates a thumbnail for the given input stream and
PreviewType . |
Modifier and Type | Method and Description |
---|---|
Thumbnail |
ImageThumbnailPreview.createThumbnail(org.springframework.core.io.Resource resource,
int maxThumbnailHeight,
Instant lastModifiedDate) |
Thumbnail |
DefaultThumbnailService.generateThumbnail(org.springframework.core.io.Resource resource,
com.google.common.net.MediaType mediaType,
int thumbnailMaxHeight,
PreviewType previewType,
Instant lastModifiedDate) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.