com.atlassian.confluence.plugin.dev
Class ResourceLocationDelegate

java.lang.Object
  extended by com.atlassian.plugin.elements.ResourceLocation
      extended by com.atlassian.confluence.plugin.dev.ResourceLocationDelegate

public abstract class ResourceLocationDelegate
extends com.atlassian.plugin.elements.ResourceLocation


Constructor Summary
ResourceLocationDelegate(com.atlassian.plugin.elements.ResourceLocation delegate)
           
 
Method Summary
 java.lang.String getContent()
           
 java.lang.String getContentType()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.lang.String getParameter(java.lang.String key)
           
 java.util.Map<java.lang.String,java.lang.String> getParams()
           
 java.lang.String getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceLocationDelegate

public ResourceLocationDelegate(com.atlassian.plugin.elements.ResourceLocation delegate)
Method Detail

getLocation

public java.lang.String getLocation()
Overrides:
getLocation in class com.atlassian.plugin.elements.ResourceLocation
Returns:
See Also:
ResourceLocation.getLocation()

getName

public java.lang.String getName()
Overrides:
getName in class com.atlassian.plugin.elements.ResourceLocation
Returns:
See Also:
ResourceLocation.getName()

getType

public java.lang.String getType()
Overrides:
getType in class com.atlassian.plugin.elements.ResourceLocation
Returns:
See Also:
ResourceLocation.getType()

getContentType

public java.lang.String getContentType()
Overrides:
getContentType in class com.atlassian.plugin.elements.ResourceLocation
Returns:
See Also:
ResourceLocation.getContentType()

getContent

public java.lang.String getContent()
Overrides:
getContent in class com.atlassian.plugin.elements.ResourceLocation
Returns:
See Also:
ResourceLocation.getContent()

getParameter

public java.lang.String getParameter(java.lang.String key)
Overrides:
getParameter in class com.atlassian.plugin.elements.ResourceLocation
Parameters:
key -
Returns:
See Also:
ResourceLocation.getParameter(java.lang.String)

getParams

public java.util.Map<java.lang.String,java.lang.String> getParams()
Overrides:
getParams in class com.atlassian.plugin.elements.ResourceLocation
Returns:
See Also:
ResourceLocation.getParams()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
See Also:
Object.toString()


Copyright © 2003-2014 Atlassian. All Rights Reserved.