Uses of Class
org.apache.shiro.web.servlet.ShiroHttpServletRequest
-
Packages that use ShiroHttpServletRequest Package Description org.apache.shiro.web.servlet Shiro-specific implementations of the Servlet API (Servlet Filters, et al). -
-
Uses of ShiroHttpServletRequest in org.apache.shiro.web.servlet
Methods in org.apache.shiro.web.servlet that return ShiroHttpServletRequest Modifier and Type Method Description ShiroHttpServletRequest
ShiroHttpServletResponse. getRequest()
Methods in org.apache.shiro.web.servlet with parameters of type ShiroHttpServletRequest Modifier and Type Method Description void
ShiroHttpServletResponse. setRequest(ShiroHttpServletRequest request)
protected ServletResponse
AbstractShiroFilter. wrapServletResponse(HttpServletResponse orig, ShiroHttpServletRequest request)
Returns a newShiroHttpServletResponse
instance, wrapping theorig
argument, in order to provide correct URL rewriting behavior required by the Servlet Specification when using Shiro-based sessions (and not Servlet Container HTTP-based sessions).Constructors in org.apache.shiro.web.servlet with parameters of type ShiroHttpServletRequest Constructor Description ShiroHttpServletResponse(HttpServletResponse wrapped, ServletContext context, ShiroHttpServletRequest request)
-