Package com.atlassian.confluence.core
Interface PluginDataSourceFactory.ResourceView
-
- Enclosing interface:
- PluginDataSourceFactory
public static interface PluginDataSourceFactory.ResourceView
A view on theResourceDescriptor
.If the
content-type
is not set on the descriptor, thelocation
is run through theMimetypesFileTypeMap
. This means it is guaranteed to be set and is justapplication/octet-stream
in the worst case.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
contentType()
String
location()
String
name()
Map<String,String>
params()
String
type()
-