Liferay 6.0-ee

Uses of Class
com.liferay.portal.kernel.util.Http.Options

Packages that use Http.Options
com.liferay.portal.kernel.util   
com.liferay.portal.util   
 

Uses of Http.Options in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type Http.Options
static byte[] HttpUtil.URLtoByteArray(Http.Options options)
           
 byte[] Http.URLtoByteArray(Http.Options options)
           
static String HttpUtil.URLtoString(Http.Options options)
           
 String Http.URLtoString(Http.Options options)
           
 

Uses of Http.Options in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type Http.Options
 byte[] HttpImpl.URLtoByteArray(Http.Options options)
           
 String HttpImpl.URLtoString(Http.Options options)
           
 


Liferay 6.0-ee