Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class URLStringEncoder

java.lang.Object
  extended by com.liferay.portal.kernel.util.URLStringEncoder
All Implemented Interfaces:
StringEncoder

public class URLStringEncoder
extends Object
implements StringEncoder


Constructor Summary
URLStringEncoder()
           
 
Method Summary
 String decode(String s)
           
 String encode(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLStringEncoder

public URLStringEncoder()
Method Detail

decode

public String decode(String s)
Specified by:
decode in interface StringEncoder

encode

public String encode(String s)
Specified by:
encode in interface StringEncoder

Liferay 6.1.2-ce-ga3