com.atlassian.confluence.plugin.dev
Class ResourceLocationDelegate
java.lang.Object
com.atlassian.plugin.elements.ResourceLocation
com.atlassian.confluence.plugin.dev.ResourceLocationDelegate
public abstract class ResourceLocationDelegate
- extends com.atlassian.plugin.elements.ResourceLocation
ResourceLocationDelegate
public ResourceLocationDelegate(com.atlassian.plugin.elements.ResourceLocation delegate)
getLocation
public String getLocation()
- Overrides:
getLocation
in class com.atlassian.plugin.elements.ResourceLocation
- Returns:
- See Also:
ResourceLocation.getLocation()
getName
public String getName()
- Overrides:
getName
in class com.atlassian.plugin.elements.ResourceLocation
- Returns:
- See Also:
ResourceLocation.getName()
getType
public String getType()
- Overrides:
getType
in class com.atlassian.plugin.elements.ResourceLocation
- Returns:
- See Also:
ResourceLocation.getType()
getContentType
public String getContentType()
- Overrides:
getContentType
in class com.atlassian.plugin.elements.ResourceLocation
- Returns:
- See Also:
ResourceLocation.getContentType()
getContent
public String getContent()
- Overrides:
getContent
in class com.atlassian.plugin.elements.ResourceLocation
- Returns:
- See Also:
ResourceLocation.getContent()
getParameter
public String getParameter(String key)
- Overrides:
getParameter
in class com.atlassian.plugin.elements.ResourceLocation
- Parameters:
key
-
- Returns:
- See Also:
ResourceLocation.getParameter(java.lang.String)
getParams
public Map<String,String> getParams()
- Overrides:
getParams
in class com.atlassian.plugin.elements.ResourceLocation
- Returns:
- See Also:
ResourceLocation.getParams()
toString
public String toString()
- Overrides:
toString
in class Object
- Returns:
- See Also:
Object.toString()