java.lang.Object
com.atlassian.webresource.api.assembler.resource.CompleteWebResourceKey
public class CompleteWebResourceKey
extends Object
Represents complete key of the web-resource tag. Complete key consists of plugin key and web-resource key and allows
to obtain particular web-resource.
Since:
v3.5.27
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Constructor Details
CompleteWebResourceKey
public CompleteWebResourceKey (@Nonnull
String pluginKey,
@Nonnull
String webResourceKey)
Method Details
getWebResourceKey
public String getWebResourceKey ()
getCompleteKey
public String getCompleteKey ()