Class ShiroUrlPathHelper
java.lang.Object
org.springframework.web.util.UrlPathHelper
org.apache.shiro.spring.web.ShiroUrlPathHelper
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 -
Method Summary
Modifier and TypeMethodDescriptiongetPathWithinApplication(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
-
Constructor Details
-
ShiroUrlPathHelper
public ShiroUrlPathHelper()
-
-
Method Details
-
getPathWithinApplication
- Overrides:
getPathWithinApplicationin classUrlPathHelper
-
getPathWithinServletMapping
- Overrides:
getPathWithinServletMappingin classUrlPathHelper
-