Uses of Interface
org.apache.wiki.api.providers.AttachmentProvider
-
Packages that use AttachmentProvider Package Description org.apache.wiki.attachment Attachment management, uploading and downloading.org.apache.wiki.providers Provides storage for JSPWiki. -
-
Uses of AttachmentProvider in org.apache.wiki.attachment
Methods in org.apache.wiki.attachment that return AttachmentProvider Modifier and Type Method Description AttachmentProvider
AttachmentManager. getCurrentProvider()
Returns the current attachment provider.AttachmentProvider
DefaultAttachmentManager. getCurrentProvider()
Returns the current attachment provider. -
Uses of AttachmentProvider in org.apache.wiki.providers
Classes in org.apache.wiki.providers that implement AttachmentProvider Modifier and Type Class Description class
BasicAttachmentProvider
Provides basic, versioning attachments.class
CachingAttachmentProvider
Provides a caching attachment provider.class
WikiAttachmentAdapterProvider
Deprecated.adapted provider should useAttachmentProvider
instead.Methods in org.apache.wiki.providers that return AttachmentProvider Modifier and Type Method Description AttachmentProvider
CachingAttachmentProvider. getRealProvider()
Returns the WikiAttachmentProvider that this caching provider delegates to.
-