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 String
getHash()
String
getHost()
String
getHostName()
String
getHref()
String
getParameter(String name)
Map<String,String>
getParameterMap()
String
getPath()
String
getPort()
String
getProtocol()
String
getQueryString()
boolean
isSecure()
-
-
-
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()
-
-