Uses of Interface
org.apache.wiki.api.providers.AttachmentProvider
Packages that use AttachmentProvider
Package
Description
Attachment management, uploading and downloading.
Provides storage for JSPWiki.
-
Uses of AttachmentProvider in org.apache.wiki.attachment
Methods in org.apache.wiki.attachment that return AttachmentProviderModifier and TypeMethodDescriptionAttachmentManager.getCurrentProvider()
Returns the current attachment provider.DefaultAttachmentManager.getCurrentProvider()
Returns the current attachment provider. -
Uses of AttachmentProvider in org.apache.wiki.providers
Classes in org.apache.wiki.providers that implement AttachmentProviderModifier and TypeClassDescriptionclass
Provides basic, versioning attachments.class
Provides a caching attachment provider.class
Deprecated.Methods in org.apache.wiki.providers that return AttachmentProviderModifier and TypeMethodDescriptionCachingAttachmentProvider.getRealProvider()
Returns the WikiAttachmentProvider that this caching provider delegates to.
AttachmentProvider
instead.