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 AttachmentProviderAttachmentManager. getCurrentProvider()Returns the current attachment provider.AttachmentProviderDefaultAttachmentManager. 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 classBasicAttachmentProviderProvides basic, versioning attachments.classCachingAttachmentProviderProvides a caching attachment provider.classWikiAttachmentAdapterProviderDeprecated.adapted provider should useAttachmentProviderinstead.Methods in org.apache.wiki.providers that return AttachmentProvider Modifier and Type Method Description AttachmentProviderCachingAttachmentProvider. getRealProvider()Returns the WikiAttachmentProvider that this caching provider delegates to.
-