Uses of Class
com.atlassian.confluence.api.model.content.webresource.WebResourceDependencies
-
-
Uses of WebResourceDependencies in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return types with arguments of type WebResourceDependencies Modifier and Type Method Description com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>>
ContentBodyConversionManager. convert(ContentRepresentation from, String value, ContentRepresentation to, ContentEntityObject ceo, Expansion... expansions)
Computes the converted value of the ContentBody and the required web resources that may be needed to render the converted value.com.atlassian.fugue.Pair<String,Reference<WebResourceDependencies>>
ContentBodyConversionManagerImpl. convert(ContentRepresentation fromFormat, String value, ContentRepresentation toFormat, ContentEntityObject ceo, Expansion... expansions)
-
Uses of WebResourceDependencies in com.atlassian.confluence.api.impl.service.content.factory
Methods in com.atlassian.confluence.api.impl.service.content.factory that return WebResourceDependencies Modifier and Type Method Description WebResourceDependencies
WebResourceDependenciesFactory. build(WebResourceDependenciesRecorder.RecordedResources recorded, Expansions wrExpansion)
Builds aWebResourceDependencies
object from the given expansion and the recorded resource. -
Uses of WebResourceDependencies in com.atlassian.confluence.api.model.content
Fields in com.atlassian.confluence.api.model.content with type parameters of type WebResourceDependencies Modifier and Type Field Description protected Reference<WebResourceDependencies>
FormattedBody.BaseFormattedBodyBuilder. webresource
Methods in com.atlassian.confluence.api.model.content that return WebResourceDependencies Modifier and Type Method Description WebResourceDependencies
FormattedBody. getWebresource()
Methods in com.atlassian.confluence.api.model.content with parameters of type WebResourceDependencies Modifier and Type Method Description T
FormattedBody.BaseFormattedBodyBuilder. webresource(WebResourceDependencies webresource)
Method parameters in com.atlassian.confluence.api.model.content with type arguments of type WebResourceDependencies Modifier and Type Method Description T
FormattedBody.BaseFormattedBodyBuilder. webresource(@NonNull Reference<WebResourceDependencies> webresource)
-
Uses of WebResourceDependencies in com.atlassian.confluence.api.model.content.webresource
Methods in com.atlassian.confluence.api.model.content.webresource that return WebResourceDependencies Modifier and Type Method Description WebResourceDependencies
WebResourceDependencies.WebResourceDependenciesBuilder. build()
-