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.ResourceLocationResourceLocation.getLocation()public String getName()
getName in class com.atlassian.plugin.elements.ResourceLocationResourceLocation.getName()public String getType()
getType in class com.atlassian.plugin.elements.ResourceLocationResourceLocation.getType()public String getContentType()
getContentType in class com.atlassian.plugin.elements.ResourceLocationResourceLocation.getContentType()public String getContent()
getContent in class com.atlassian.plugin.elements.ResourceLocationResourceLocation.getContent()public String getParameter(String key)
getParameter in class com.atlassian.plugin.elements.ResourceLocationkey - ResourceLocation.getParameter(java.lang.String)public Map<String,String> getParams()
getParams in class com.atlassian.plugin.elements.ResourceLocationResourceLocation.getParams()public String toString()
toString in class ObjectObject.toString()Copyright © 2003–2016 Atlassian. All rights reserved.