Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.util.StringEncoder

Packages that use StringEncoder
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of StringEncoder in com.liferay.portal.kernel.util
 

Classes in com.liferay.portal.kernel.util that implement StringEncoder
 class URLStringEncoder
           
 

Methods in com.liferay.portal.kernel.util with parameters of type StringEncoder
 void StringParser.setStringEncoder(StringEncoder stringEncoder)
          Sets the string encoder to use for parsing or building a string.
 


Liferay 6.1.2-ce-ga3