Uses of Interface
com.ecyrd.jspwiki.providers.WikiAttachmentProvider

Packages that use WikiAttachmentProvider
com.ecyrd.jspwiki.attachment Attachment management, uploading and downloading. 
com.ecyrd.jspwiki.providers Provides storage for JSPWiki. 
 

Uses of WikiAttachmentProvider in com.ecyrd.jspwiki.attachment
 

Methods in com.ecyrd.jspwiki.attachment that return WikiAttachmentProvider
 WikiAttachmentProvider AttachmentManager.getCurrentProvider()
          Returns the current attachment provider.
 

Uses of WikiAttachmentProvider in com.ecyrd.jspwiki.providers
 

Classes in com.ecyrd.jspwiki.providers that implement WikiAttachmentProvider
 class BasicAttachmentProvider
          Provides basic, versioning attachments.
 class CachingAttachmentProvider
          Provides a caching attachment provider.
 

Methods in com.ecyrd.jspwiki.providers that return WikiAttachmentProvider
 WikiAttachmentProvider CachingAttachmentProvider.getRealProvider()
          Returns the WikiAttachmentProvider that this caching provider delegates to.