public abstract class ResourceLocationDelegate
extends com.atlassian.plugin.elements.ResourceLocation
Constructor and Description |
---|
ResourceLocationDelegate(com.atlassian.plugin.elements.ResourceLocation delegate) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
String |
getContentType() |
String |
getLocation() |
String |
getName() |
String |
getParameter(String key) |
Map<String,String> |
getParams() |
String |
getType() |
String |
toString() |
public ResourceLocationDelegate(com.atlassian.plugin.elements.ResourceLocation delegate)
public String getLocation()
getLocation
in class com.atlassian.plugin.elements.ResourceLocation
ResourceLocation.getLocation()
public String getName()
getName
in class com.atlassian.plugin.elements.ResourceLocation
ResourceLocation.getName()
public String getType()
getType
in class com.atlassian.plugin.elements.ResourceLocation
ResourceLocation.getType()
public String getContentType()
getContentType
in class com.atlassian.plugin.elements.ResourceLocation
ResourceLocation.getContentType()
public String getContent()
getContent
in class com.atlassian.plugin.elements.ResourceLocation
ResourceLocation.getContent()
public String getParameter(String key)
getParameter
in class com.atlassian.plugin.elements.ResourceLocation
key
- ResourceLocation.getParameter(java.lang.String)
public Map<String,String> getParams()
getParams
in class com.atlassian.plugin.elements.ResourceLocation
ResourceLocation.getParams()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2003–2017 Atlassian. All rights reserved.