com.atlassian.jira.web.util
Interface ExternalLinkUtil

All Known Implementing Classes:
ExternalLinkUtilImpl

public interface ExternalLinkUtil

A simple utility class that lets you resolve external links that may need to change, because of partner sites and such.


Method Summary
 String getPropertiesFilename()
           
 String getProperty(String key)
           
 String getProperty(String key, Object parameters)
           
 String getProperty(String key, String value1)
           
 String getProperty(String key, String value1, String value2)
           
 String getProperty(String key, String value1, String value2, String value3)
           
 String getProperty(String key, String value1, String value2, String value3, String value4)
           
 

Method Detail

getPropertiesFilename

String getPropertiesFilename()
Returns:
The name of the propertiesfile that provides the external-links.

getProperty

String getProperty(String key)

getProperty

String getProperty(String key,
                   String value1)

getProperty

String getProperty(String key,
                   String value1,
                   String value2)

getProperty

String getProperty(String key,
                   String value1,
                   String value2,
                   String value3)

getProperty

String getProperty(String key,
                   String value1,
                   String value2,
                   String value3,
                   String value4)

getProperty

String getProperty(String key,
                   Object parameters)


Copyright © 2002-2012 Atlassian. All Rights Reserved.