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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    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(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

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • GrailsUrlPathHelper

      public GrailsUrlPathHelper()
  • Method Details

    • getPathWithinApplication

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