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 ShiroHttpServletRequestShiroHttpServletResponse. getRequest()Methods in org.apache.shiro.web.servlet with parameters of type ShiroHttpServletRequest Modifier and Type Method Description voidShiroHttpServletResponse. 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 ShiroHttpServletRequest Constructor Description ShiroHttpServletResponse(javax.servlet.http.HttpServletResponse wrapped, javax.servlet.ServletContext context, ShiroHttpServletRequest request)
-