Uses of Interface
com.atlassian.confluence.impl.filestore.HomePathPlaceholderResolver
-
Packages that use HomePathPlaceholderResolver Package Description com.atlassian.confluence.impl.filestore com.atlassian.confluence.impl.pages.attachments.filesystem -
-
Uses of HomePathPlaceholderResolver in com.atlassian.confluence.impl.filestore
Classes in com.atlassian.confluence.impl.filestore that implement HomePathPlaceholderResolver Modifier and Type Class Description class
FileStoreHomePathPlaceholderResolver
Provides a mechanism to substitute placeholders representing the various Confluence home directories. -
Uses of HomePathPlaceholderResolver in com.atlassian.confluence.impl.pages.attachments.filesystem
Constructors in com.atlassian.confluence.impl.pages.attachments.filesystem with parameters of type HomePathPlaceholderResolver Constructor Description AttachmentDataStorageLocationResolver(String attachmentSubdirectoryName, com.atlassian.config.bootstrap.AtlassianBootstrapManager bootstrapManager, HomePathPlaceholderResolver filesystemPathResolver)
-