Class ShiroUrlPathHelper


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getPathWithinApplication​(javax.servlet.http.HttpServletRequest request)  
      String 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, getRequestUri, getServletPath, isUrlDecode, removeSemicolonContent, setAlwaysUseFullPath, setDefaultEncoding, setRemoveSemicolonContent, setUrlDecode, shouldRemoveSemicolonContent
    • Constructor Detail

      • ShiroUrlPathHelper

        public ShiroUrlPathHelper()
    • Method Detail

      • 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