Class RequestInfo
- java.lang.Object
-
- com.logicaldoc.gui.common.client.util.RequestInfo
-
public class RequestInfo extends Object
Collects various informations about the current request.- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description RequestInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHash()StringgetHost()StringgetHostName()StringgetHref()StringgetParameter(String name)Map<String,String>getParameterMap()StringgetPath()StringgetPort()StringgetProtocol()StringgetQueryString()booleanisSecure()
-
-
-
Method Detail
-
getHash
public String getHash()
-
getHost
public String getHost()
-
getHostName
public String getHostName()
-
getHref
public String getHref()
-
getPath
public String getPath()
-
getPort
public String getPort()
-
getProtocol
public String getProtocol()
-
getQueryString
public String getQueryString()
-
isSecure
public boolean isSecure()
-
-