Package | Description |
---|---|
org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
Modifier and Type | Method and Description |
---|---|
ShiroHttpServletRequest |
ShiroHttpServletResponse.getRequest() |
Modifier and Type | Method and Description |
---|---|
void |
ShiroHttpServletResponse.setRequest(ShiroHttpServletRequest request) |
protected javax.servlet.ServletResponse |
AbstractShiroFilter.wrapServletResponse(javax.servlet.http.HttpServletResponse orig,
ShiroHttpServletRequest request)
Returns a new
ShiroHttpServletResponse instance, wrapping the orig 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). |
Constructor and Description |
---|
ShiroHttpServletResponse(javax.servlet.http.HttpServletResponse wrapped,
javax.servlet.ServletContext context,
ShiroHttpServletRequest request) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.