com.atlassian.jira.projectconfig.util
Interface UrlEncoder

All Known Implementing Classes:
DefaultUrlEncoder

public interface UrlEncoder

Simple class to URL encode the passed string.

Since:
v4.4

Method Summary
 String encode(String value)
          URL encode the passed string.
 

Method Detail

encode

String encode(String value)
URL encode the passed string.

Parameters:
value - the value to URL encode.
Returns:
the encoded value.


Copyright © 2002-2014 Atlassian. All Rights Reserved.