com.atlassian.jira.projectconfig.util
Class DefaultUrlEncoder

java.lang.Object
  extended by com.atlassian.jira.projectconfig.util.DefaultUrlEncoder
All Implemented Interfaces:
UrlEncoder

public class DefaultUrlEncoder
extends Object
implements UrlEncoder

Since:
v4.4

Constructor Summary
DefaultUrlEncoder()
           
 
Method Summary
 String encode(String value)
          URL encode the passed string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUrlEncoder

public DefaultUrlEncoder()
Method Detail

encode

public String encode(String value)
Description copied from interface: UrlEncoder
URL encode the passed string.

Specified by:
encode in interface UrlEncoder
Parameters:
value - the value to URL encode.
Returns:
the encoded value.


Copyright © 2002-2012 Atlassian. All Rights Reserved.