Class AcceleratorUrlPathHelper
java.lang.Object
org.springframework.web.util.UrlPathHelper
de.hybris.platform.yacceleratorstorefront.web.mvc.AcceleratorUrlPathHelper
public class AcceleratorUrlPathHelper
extends org.springframework.web.util.UrlPathHelper
This implementation overrides the default implementation of Spring framework's
UrlPathHelper
so that context path and servlet mapping tricks Spring MVC as if UrlEncoding is not present.-
Field Summary
Fields inherited from class org.springframework.web.util.UrlPathHelper
defaultInstance, PATH_ATTRIBUTE, rawPathInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextPath(javax.servlet.http.HttpServletRequest request) getLookupPathForRequest(javax.servlet.http.HttpServletRequest request) getPathWithinServletMapping(javax.servlet.http.HttpServletRequest request) voidsetAlwaysUseFullPath(boolean alwaysUseFullPath) Methods inherited from class org.springframework.web.util.UrlPathHelper
decodeMatrixVariables, decodePathVariables, decodeRequestString, determineEncoding, getDefaultEncoding, getLookupPathForRequest, getOriginatingContextPath, getOriginatingQueryString, getOriginatingRequestUri, getOriginatingServletPath, getPathWithinApplication, getPathWithinServletMapping, getRequestUri, getResolvedLookupPath, getServletPath, isUrlDecode, removeSemicolonContent, resolveAndCacheLookupPath, setDefaultEncoding, setRemoveSemicolonContent, setUrlDecode, shouldRemoveSemicolonContent
-
Constructor Details
-
AcceleratorUrlPathHelper
public AcceleratorUrlPathHelper()
-
-
Method Details
-
getContextPath
- Overrides:
getContextPathin classorg.springframework.web.util.UrlPathHelper
-
getPathWithinServletMapping
- Overrides:
getPathWithinServletMappingin classorg.springframework.web.util.UrlPathHelper
-
getLookupPathForRequest
- Overrides:
getLookupPathForRequestin classorg.springframework.web.util.UrlPathHelper
-
setAlwaysUseFullPath
public void setAlwaysUseFullPath(boolean alwaysUseFullPath) - Overrides:
setAlwaysUseFullPathin classorg.springframework.web.util.UrlPathHelper
-