Skip to main content
Reference

Request SFO

info

This object is a thin wrapper for the Java object HttpServletRequest. You may find further explanation for each method below in the docs for the underlying object.

Please see here: http://docs.oracle.com/javaee/6/api/javax/servlet/http/HttpServletRequest.html

Properties

Methods

MethodSignatureComments/Sample
getCharacterEncodingstring getCharacterEncoding()
getContentLengthint getContentLength()
getContentTypestring getContentType()
getMethodstring getMethod()
getParameterstring getParameter(string parameterName)
getParameterMap[Hash](./hash-sfo.md) getParameterMap()
getParameterNamesEnumeration getParameterNames()Enumeration docs
getParameterValuesstring[ ] getParameterValues(string parameterName)
getPathInfostring getPathInfo()
getProtocolstring getProtocol()
getQueryStringstring getQueryString()
getRemoteAddrstring getRemoteAddr()
getRequestURIstring getRequestURI()
getRequestURLstring getRequestURL()
getSchemestring getScheme()
getServerNamestring getServerName()
getServerPortstring getServerPort()
isSecureboolean isSecure()

See Also

Was this page helpful?