public class

ResourceLocation

extends Object
java.lang.Object
   ↳ com.atlassian.plugin.elements.ResourceLocation

Class Overview

This class gives the location of a particular resource

Summary

Public Constructors
ResourceLocation(String location, String name, String type, String contentType, String content, Map<StringString> params)
Public Methods
String getContent()
String getContentType()
String getLocation()
String getName()
String getParameter(String key)
String getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ResourceLocation (String location, String name, String type, String contentType, String content, Map<StringString> params)

Public Methods

public String getContent ()

public String getContentType ()

public String getLocation ()

public String getName ()

public String getParameter (String key)

public String getType ()