Uses of Interface
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ResourceIdentifierFactory

Packages that use ResourceIdentifierFactory
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
 

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
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
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
 class DefaultResourceIdentifierFactory
          Generates 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
DefaultResourceIdentifierContextUtility(ResourceIdentifierFactory riFactory, ResourceIdentifierMatcher matcher)
           
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.