Package com.atlassian.confluence.core
Interface PluginDataSourceFactory.ResourceView
-
- Enclosing interface:
- PluginDataSourceFactory
public static interface PluginDataSourceFactory.ResourceViewA view on theResourceDescriptor.If the
content-typeis not set on the descriptor, thelocationis run through theMimetypesFileTypeMap. This means it is guaranteed to be set and is justapplication/octet-streamin the worst case.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcontentType()Stringlocation()Stringname()Map<String,String>params()Stringtype()
-