Package org.apache.shiro.web.util


package org.apache.shiro.web.util
Concepts used to represent Shiro's aggregate state in an application. An Environment instance represents everything Shiro needs to function in an application.
See Also:
  • Environment
  • Class
    Description
    View that redirects to an absolute, context relative, or current request relative URL, exposing all model attributes as HTTP query parameters.
    A RequestPairSource is a component that can supply a ServletRequest and ServletResponse pair associated with a currently executing request.
    Maintains request data for a request that was redirected, so that after authentication the user can be redirected to the originally requested page.
    Simple utility class for operations used across multiple class hierarchies in the web framework code.