Uses of Interface
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierContextUtility
-
-
Uses of ResourceIdentifierContextUtility in com.atlassian.confluence.content.render.xhtml
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type ResourceIdentifierContextUtility Constructor Description DelegatingLinkMarshaller(Map<String,Marshaller<Link>> marshallersByClassSimpleName, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
-
Uses of ResourceIdentifierContextUtility in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers with parameters of type ResourceIdentifierContextUtility Constructor Description IdAndTypeAnalyzingResourceIdentifierUnmarshaller(ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver, ResourceIdentifierFactory resourceIdentifierFactory, ResourceIdentifierContextUtility ricu, SettingsManager settingsManager)
-
Uses of ResourceIdentifierContextUtility in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Classes in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that implement ResourceIdentifierContextUtility Modifier and Type Class Description class
DefaultResourceIdentifierContextUtility
-
Uses of ResourceIdentifierContextUtility in com.atlassian.confluence.content.render.xhtml.storage.link
Constructors in com.atlassian.confluence.content.render.xhtml.storage.link with parameters of type ResourceIdentifierContextUtility Constructor Description StorageLinkUnmarshaller(Unmarshaller<ResourceIdentifier> resourceIdentifierUnmarshaller, List<Unmarshaller<LinkBody>> linkBodyUnmarshallers, XmlEventReaderFactory xmlEventReaderFactory, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
-
Uses of ResourceIdentifierContextUtility in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
Constructors in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers with parameters of type ResourceIdentifierContextUtility Constructor Description MakeRelativeAndDelegateResourceIdentifierMarshaller(Marshaller<ResourceIdentifier> delegate, ResourceIdentifierContextUtility resourceIdentifierContextUtility)
-
Uses of ResourceIdentifierContextUtility in com.atlassian.confluence.content.render.xhtml.view.link
-