Java com.liferay.portal.kernel.util HttpUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.util HttpUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.util HttpUtil.

The text is from its open source code.

Constructor

Method

StringaddParameter(String url, String name, boolean value)
StringaddParameter(String url, String name, double value)
StringaddParameter(String url, String name, int value)
StringaddParameter(String url, String name, long value)
StringaddParameter(String url, String name, short value)
StringaddParameter(String url, String name, String value)
StringdecodeURL(String url)
StringencodePath(String path)
StringfixPath(String path, boolean leading, boolean trailing)
StringfixPath(String path)
StringgetCompleteURL(HttpServletRequest httpServletRequest)
Cookie[]getCookies()
StringgetDomain(String url)
HttpgetHttp()
StringgetIpAddress(String url)
StringgetParameter(String url, String name, boolean escaped)
StringgetParameter(String url, String name)
MapgetParameterMap(String queryString)
StringgetProtocol(ActionRequest actionRequest)
StringgetProtocol(boolean secure)
StringgetProtocol(HttpServletRequest httpServletRequest)
StringgetProtocol(RenderRequest renderRequest)
StringgetProtocol(String url)
StringgetQueryString(String url)
booleanhasDomain(String url)
booleanhasProtocol(String url)
booleanisSecure(String url)
MapparameterMapFromString(String queryString)
StringparameterMapToString(Map parameterMap)
Stringprotocolize(String url, int port, boolean secure)
Stringprotocolize(String url, ActionRequest actionRequest)
Stringprotocolize(String url, boolean secure)
Stringprotocolize(String url, HttpServletRequest httpServletRequest)
Stringprotocolize(String url, RenderRequest renderRequest)
StringremoveParameter(String url, String name)
StringremoveProtocol(String url)
voidsetHttp(Http http)
StringsetParameter(String url, String name, boolean value)
StringsetParameter(String url, String name, double value)
StringsetParameter(String url, String name, int value)
StringsetParameter(String url, String name, long value)
StringsetParameter(String url, String name, short value)
StringsetParameter(String url, String name, String value)
byte[]URLtoByteArray(Http.Options options)
byte[]URLtoByteArray(String location)
InputStreamURLtoInputStream(Http.Options options)
InputStreamURLtoInputStream(String location)
StringURLtoString(Http.Options options)
StringURLtoString(String location)
StringURLtoString(URL url)
This method only uses the default Commons HttpClient implementation when the URL object represents a HTTP resource.
StringURLtoString(String location, boolean post)