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 
- 
- 
Constructor Summary
Constructors Constructor Description ResourceLocationDelegate(com.atlassian.plugin.elements.ResourceLocation delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()StringgetContentType()StringgetLocation()StringgetName()StringgetParameter(String key)Map<String,String>getParams()StringgetType()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getLocation
public String getLocation()
- Overrides:
 getLocationin classcom.atlassian.plugin.elements.ResourceLocation- Returns:
 - the location
 - See Also:
 ResourceLocation.getLocation()
 
- 
getName
public String getName()
- Overrides:
 getNamein classcom.atlassian.plugin.elements.ResourceLocation- Returns:
 - the name
 - See Also:
 ResourceLocation.getName()
 
- 
getType
public String getType()
- Overrides:
 getTypein classcom.atlassian.plugin.elements.ResourceLocation- Returns:
 - the type
 - See Also:
 ResourceLocation.getType()
 
- 
getContentType
public String getContentType()
- Overrides:
 getContentTypein classcom.atlassian.plugin.elements.ResourceLocation- Returns:
 - the content type
 - See Also:
 ResourceLocation.getContentType()
 
- 
getContent
public String getContent()
- Overrides:
 getContentin classcom.atlassian.plugin.elements.ResourceLocation- Returns:
 - the content
 - See Also:
 ResourceLocation.getContent()
 
- 
getParameter
public String getParameter(String key)
- Overrides:
 getParameterin classcom.atlassian.plugin.elements.ResourceLocation- Parameters:
 key-- Returns:
 - the parameter value
 - See Also:
 ResourceLocation.getParameter(java.lang.String)
 
- 
getParams
public Map<String,String> getParams()
- Overrides:
 getParamsin classcom.atlassian.plugin.elements.ResourceLocation- Returns:
 - a map of all parameters
 - See Also:
 ResourceLocation.getParams()
 
- 
toString
public String toString()
- Overrides:
 toStringin classObject- Returns:
 - the delegate's toString
 - See Also:
 Object.toString()
 
 - 
 
 -