Class ShiroUrlPathHelper

java.lang.Object
org.springframework.web.util.UrlPathHelper
org.apache.shiro.spring.web.ShiroUrlPathHelper

public class ShiroUrlPathHelper extends org.springframework.web.util.UrlPathHelper
A Spring UrlPathHelper that uses Shiro's path resolution logic.
Since:
1.7.0
  • Field Summary

    Fields inherited from class org.springframework.web.util.UrlPathHelper

    defaultInstance, PATH_ATTRIBUTE, rawPathInstance
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getPathWithinApplication(javax.servlet.http.HttpServletRequest request)
     
    getPathWithinServletMapping(javax.servlet.http.HttpServletRequest request)
     

    Methods inherited from class org.springframework.web.util.UrlPathHelper

    decodeMatrixVariables, decodePathVariables, decodeRequestString, determineEncoding, getContextPath, getDefaultEncoding, getLookupPathForRequest, getLookupPathForRequest, getOriginatingContextPath, getOriginatingQueryString, getOriginatingRequestUri, getOriginatingServletPath, getPathWithinServletMapping, getRequestUri, getResolvedLookupPath, getServletPath, isUrlDecode, removeSemicolonContent, resolveAndCacheLookupPath, setAlwaysUseFullPath, setDefaultEncoding, setRemoveSemicolonContent, setUrlDecode, shouldRemoveSemicolonContent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ShiroUrlPathHelper

      public ShiroUrlPathHelper()
  • Method Details

    • getPathWithinApplication

      public String getPathWithinApplication(javax.servlet.http.HttpServletRequest request)
      Overrides:
      getPathWithinApplication in class org.springframework.web.util.UrlPathHelper
    • getPathWithinServletMapping

      public String getPathWithinServletMapping(javax.servlet.http.HttpServletRequest request)
      Overrides:
      getPathWithinServletMapping in class org.springframework.web.util.UrlPathHelper