Package org.grails.web.servlet
Class GrailsUrlPathHelper
java.lang.Object
org.springframework.web.util.UrlPathHelper
org.grails.web.servlet.GrailsUrlPathHelper
public class GrailsUrlPathHelper
extends org.springframework.web.util.UrlPathHelper
Extends the default Spring UrlPathHelper and makes methods Grails path aware.
- Since:
- 0.5
-
Field Summary
FieldsFields inherited from class org.springframework.web.util.UrlPathHelper
defaultInstance, PATH_ATTRIBUTE, rawPathInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPathWithinApplication(jakarta.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, getPathWithinServletMapping, getRequestUri, getResolvedLookupPath, getServletPath, isUrlDecode, removeSemicolonContent, resolveAndCacheLookupPath, setAlwaysUseFullPath, setDefaultEncoding, setRemoveSemicolonContent, setUrlDecode, shouldRemoveSemicolonContent
-
Field Details
-
GRAILS_DISPATCH_EXTENSION
- See Also:
-
GRAILS_SERVLET_PATH
- See Also:
-
-
Constructor Details
-
GrailsUrlPathHelper
public GrailsUrlPathHelper()
-
-
Method Details
-
getPathWithinApplication
- Overrides:
getPathWithinApplicationin classorg.springframework.web.util.UrlPathHelper
-