Class ResourceFactory
java.lang.Object
com.atlassian.plugin.webresource.impl.snapshot.resource.ResourceFactory
-
Constructor Summary
ConstructorsConstructorDescriptionResourceFactory(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory, WebResourceIntegration webResourceIntegration) -
Method Summary
Modifier and TypeMethodDescriptioncreateResource(Bundle parent, com.atlassian.plugin.elements.ResourceLocation resourceLocation, String nameType, String locationType) createResourceWithRelativePath(Bundle parent, com.atlassian.plugin.elements.ResourceLocation resourceLocation, String nameType, String locationType, String overriddenPath) Deprecated.
-
Constructor Details
-
ResourceFactory
public ResourceFactory(com.atlassian.plugin.servlet.ServletContextFactory servletContextFactory, WebResourceIntegration webResourceIntegration)
-
-
Method Details
-
createResource
-
createResourceWithRelativePath
@Deprecated public Resource createResourceWithRelativePath(@Nonnull Bundle parent, @Nonnull com.atlassian.plugin.elements.ResourceLocation resourceLocation, @Nonnull String nameType, @Nonnull String locationType, @Nonnull String overriddenPath) Deprecated.
-