|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of ThumbnailManager in com.atlassian.confluence.content.render.xhtml.view.embed |
---|
Constructors in com.atlassian.confluence.content.render.xhtml.view.embed with parameters of type ThumbnailManager | |
---|---|
DefaultAttachedImageResourceMarshaller(AttachmentResourceIdentifierResolver attachmentResourceIdentifierResolver,
PermissionManager permissionManager,
ThumbnailManager thumbnailManager,
HrefEvaluator hrefEvaluator,
StaxStreamMarshaller<Attachment> attachmentStaxStreamMarshaller,
EmbeddedImageTagWriter embeddedImageWriter,
UnidentifiedAttachmentMarshaller unidentifiedAttachmentPlaceholderWriter)
|
Uses of ThumbnailManager in com.atlassian.confluence.content.render.xhtml.view.excerpt |
---|
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type ThumbnailManager | |
---|---|
DefaultExcerpter(XMLOutputFactory xmlFragmentOutputFactory,
XmlEventReaderFactory xmlEventReaderFactory,
HtmlToXmlConverter htmlToXmlConverter,
SettingsManager settingsManager,
Renderer viewRenderer,
Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller,
FragmentTransformer fragmentTransformer,
AttachmentResourceIdentifierResolver attachmentResolver,
DataSourceFactory datasourceFactory,
ThumbnailManager thumbnailManager,
XhtmlContent xhtmlContent)
|
Uses of ThumbnailManager in com.atlassian.confluence.core |
---|
Constructors in com.atlassian.confluence.core with parameters of type ThumbnailManager | |
---|---|
DefaultDataSourceFactory(UserAccessor userAccessor,
AttachmentManager attachmentManager,
ContentEntityObjectDao contentEntityObjectDao,
MimetypesFileTypeMap mimetypesFileTypeMap,
ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.event.listeners |
---|
Methods in com.atlassian.confluence.event.listeners with parameters of type ThumbnailManager | |
---|---|
void |
ThumbnailRemovingListener.setThumbnailManager(ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.importexport.resource |
---|
Methods in com.atlassian.confluence.importexport.resource with parameters of type ThumbnailManager | |
---|---|
void |
ThumbnailDownloadResourceManager.setThumbnailManager(ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.json.jsonator |
---|
Constructors in com.atlassian.confluence.json.jsonator with parameters of type ThumbnailManager | |
---|---|
AttachmentJsonator(ContextPathHolder context,
ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.pages.actions |
---|
Methods in com.atlassian.confluence.pages.actions that return ThumbnailManager | |
---|---|
ThumbnailManager |
InsertImageInPageAction.getThumbnailManager()
Deprecated. |
ThumbnailManager |
InsertImageInDraftAction.getThumbnailManager()
Deprecated. |
Methods in com.atlassian.confluence.pages.actions with parameters of type ThumbnailManager | |
---|---|
void |
InsertImageInPageAction.setThumbnailManager(ThumbnailManager thumbnailManager)
Deprecated. |
void |
InsertImageInDraftAction.setThumbnailManager(ThumbnailManager thumbnailManager)
Deprecated. |
void |
AttachedImagesAction.setThumbnailManager(ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.pages.actions.beans |
---|
Constructors in com.atlassian.confluence.pages.actions.beans with parameters of type ThumbnailManager | |
---|---|
ImageStorer(com.opensymphony.xwork.ActionSupport action,
ContentEntityObject content,
ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.pages.attachments |
---|
Methods in com.atlassian.confluence.pages.attachments with parameters of type ThumbnailManager | |
---|---|
void |
DefaultImageDetailsManager.setThumbnailManager(ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.pages.thumbnail |
---|
Classes in com.atlassian.confluence.pages.thumbnail that implement ThumbnailManager | |
---|---|
class |
DefaultThumbnailManager
|
Constructors in com.atlassian.confluence.pages.thumbnail with parameters of type ThumbnailManager | |
---|---|
Thumbnails(List<Attachment> attachments,
ImagePathHelper pathHelper,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager) |
|
Thumbnails(List<Attachment> attachments,
ImagePathHelper pathHelper,
int columns,
ThumbnailManager thumbnailManager)
Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments. |
|
Thumbnails(List<Attachment> attachments,
int columns,
ThumbnailManager thumbnailManager)
Construct a Thumbnails object, which contains details of all thumbnailable images in a list of attachments. |
|
Thumbnails(List<Attachment> attachments,
String attachmentsRoot,
int columns,
AttachmentManager attachmentManager,
ThumbnailManager thumbnailManager)
Deprecated. use Thumbnails.Thumbnails(List, ImagePathHelper, int, ThumbnailManager) |
Uses of ThumbnailManager in com.atlassian.confluence.plugins.rest.manager |
---|
Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ThumbnailManager | |
---|---|
DefaultRestAttachmentManager(AttachmentManager attachmentManager,
PermissionManager permissionManager,
SettingsManager settingsManager,
ThumbnailManager thumbnailManager,
DateEntityFactory dateEntityFactory)
|
|
DefaultRestAttachmentManager(AttachmentManager attachmentManager,
PermissionManager permissionManager,
SettingsManager settingsManager,
ThumbnailManager thumbnailManager,
DateEntityHelper dateEntityHelper)
Deprecated. since 4.3. DateEntityFactory replaces DateEntityHelper. |
Uses of ThumbnailManager in com.atlassian.confluence.renderer.attachments |
---|
Methods in com.atlassian.confluence.renderer.attachments with parameters of type ThumbnailManager | |
---|---|
void |
RendererAttachmentManager.setThumbnailManager(ThumbnailManager thumbnailManager)
|
Uses of ThumbnailManager in com.atlassian.confluence.util |
---|
Methods in com.atlassian.confluence.util with parameters of type ThumbnailManager | |
---|---|
void |
DefaultThumbnailInfoFactory.setThumbnailManager(ThumbnailManager thumbnailManager)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |