Uses of Interface
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierFactory
-
-
Uses of ResourceIdentifierFactory 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 ResourceIdentifierFactory Constructor Description IdAndTypeAnalyzingResourceIdentifierUnmarshaller(ResourceIdentifierResolver<IdAndTypeResourceIdentifier,Object> idAndTypeResourceIdentifierResolver, ResourceIdentifierFactory resourceIdentifierFactory, ResourceIdentifierContextUtility ricu, SettingsManager settingsManager) -
Uses of ResourceIdentifierFactory in com.atlassian.confluence.content.render.xhtml.links
Constructors in com.atlassian.confluence.content.render.xhtml.links with parameters of type ResourceIdentifierFactory Constructor Description XhtmlLinksUpdater(XmlEventReaderFactory xmlEventReaderFactory, XMLOutputFactory xmlOutputFactory, XMLEventFactory xmlEventFactory, Marshaller<ResourceIdentifier> resourceIdentifierMarshaller, ResourceIdentifierFactory resourceIdentifierFactory) -
Uses of ResourceIdentifierFactory in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
Classes in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that implement ResourceIdentifierFactory Modifier and Type Class Description classDefaultResourceIdentifierFactoryGenerates resource identifiers that contain some of the actual state of the resource.Constructors in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type ResourceIdentifierFactory Constructor Description DefaultResourceIdentifierContextUtility(ResourceIdentifierFactory riFactory, ResourceIdentifierMatcher matcher)
-