Uses of Interface
com.atlassian.confluence.cache.option.Option

Packages that use Option
com.atlassian.confluence.cache.option   
com.atlassian.confluence.pages   
 

Uses of Option in com.atlassian.confluence.cache.option
 

Classes in com.atlassian.confluence.cache.option that implement Option
 class None<T>
          A cached option for no value.
 class Some<T>
          A cached option for a value.
 

Methods in com.atlassian.confluence.cache.option that return Option
static
<T> Option<T>
Option.Builder.build(T value)
           
 

Uses of Option in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages that return Option
 Option<String> AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
           
 

Methods in com.atlassian.confluence.pages with parameters of type Option
 void AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key, Option<String> path)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.