Uses of Class
org.apache.shiro.web.servlet.ShiroHttpServletRequest
Packages that use ShiroHttpServletRequest
Package
Description
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 ShiroHttpServletRequestMethods in org.apache.shiro.web.servlet with parameters of type ShiroHttpServletRequestModifier and TypeMethodDescriptionvoidShiroHttpServletResponse.setRequest(ShiroHttpServletRequest request) protected javax.servlet.ServletResponseAbstractShiroFilter.wrapServletResponse(javax.servlet.http.HttpServletResponse orig, ShiroHttpServletRequest request) Returns a newShiroHttpServletResponseinstance, wrapping theorigargument, 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 ShiroHttpServletRequestModifierConstructorDescriptionShiroHttpServletResponse(javax.servlet.http.HttpServletResponse wrapped, javax.servlet.ServletContext context, ShiroHttpServletRequest request)