Uses of Interface
org.apache.wiki.providers.WikiAttachmentProvider

Packages that use WikiAttachmentProvider
org.apache.wiki.attachment Attachment management, uploading and downloading. 
org.apache.wiki.providers Provides storage for JSPWiki. 
 

Uses of WikiAttachmentProvider in org.apache.wiki.attachment
 

Methods in org.apache.wiki.attachment that return WikiAttachmentProvider
 WikiAttachmentProvider AttachmentManager.getCurrentProvider()
          Returns the current attachment provider.
 

Uses of WikiAttachmentProvider in org.apache.wiki.providers
 

Classes in org.apache.wiki.providers that implement WikiAttachmentProvider
 class BasicAttachmentProvider
          Provides basic, versioning attachments.
 class CachingAttachmentProvider
          Provides a caching attachment provider.
 

Methods in org.apache.wiki.providers that return WikiAttachmentProvider
 WikiAttachmentProvider CachingAttachmentProvider.getRealProvider()
          Returns the WikiAttachmentProvider that this caching provider delegates to.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.