|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
Option.Builder.build(T value)
|
|
| Uses of Option in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages that return Option | |
|---|---|
Option<java.lang.String> |
AttachmentDownloadPathCache.get(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key)
|
| Methods in com.atlassian.confluence.pages with parameters of type Option | |
|---|---|
void |
AttachmentDownloadPathCache.put(AttachmentDownloadPathCache.AttachmentDownloadPathCacheKey key,
Option<java.lang.String> path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||