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 WebResourceDependenciesWebResourceDependenciesFactory. build(WebResourceDependenciesRecorder.RecordedResources recorded, Expansions wrExpansion)Builds aWebResourceDependenciesobject 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. webresourceMethods in com.atlassian.confluence.api.model.content that return WebResourceDependencies Modifier and Type Method Description WebResourceDependenciesFormattedBody. getWebresource()Methods in com.atlassian.confluence.api.model.content with parameters of type WebResourceDependencies Modifier and Type Method Description TFormattedBody.BaseFormattedBodyBuilder. webresource(WebResourceDependencies webresource)Method parameters in com.atlassian.confluence.api.model.content with type arguments of type WebResourceDependencies Modifier and Type Method Description TFormattedBody.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 WebResourceDependenciesWebResourceDependencies.WebResourceDependenciesBuilder. build()
-