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 SummaryConstructors Constructor Description RequestInfo()
 - 
Method SummaryAll 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- 
getHashpublic String getHash() 
 - 
getHostpublic String getHost() 
 - 
getHostNamepublic String getHostName() 
 - 
getHrefpublic String getHref() 
 - 
getPathpublic String getPath() 
 - 
getPortpublic String getPort() 
 - 
getProtocolpublic String getProtocol() 
 - 
getQueryStringpublic String getQueryString() 
 - 
isSecurepublic boolean isSecure() 
 
- 
 
-