HttpServletRequest

GPTKB entity

Statements (42)
Predicate Object
gptkbp:instanceOf interface
gptkbp:expansion ServletRequest
https://www.w3.org/2000/01/rdf-schema#label HttpServletRequest
gptkbp:provides getParameter(String name)
getAttribute(String name)
getAttributeNames()
getContentType()
getInputStream()
getMethod()
getParameterNames()
getRemoteAddr()
getRequestDispatcher(String path)
getRequestURI()
getCookies()
getAuthType()
getCharacterEncoding()
getHeader(String name)
getHeaderNames()
getLocalAddr()
getLocalName()
getLocalPort()
getParameterValues(String name)
getPart(String name)
getParts()
getPathInfo()
getQueryString()
getRemoteHost()
getRemotePort()
getRemoteUser()
getRequestDispatcher()
getRequestURL()
getServletContext()
getServletPath()
getSession()
getSession(boolean create)
getUserPrincipal()
isRequestedSessionIdFromURL()
isRequestedSessionIdValid()
isSecure()
isUserInRole(String role)
getRequestedSessionId()
isRequestedSessionIdFromCookie()