org.codehaus.groovy.grails.web.servlet
Class GrailsUrlPathHelper
java.lang.Object
org.springframework.web.util.UrlPathHelper
org.codehaus.groovy.grails.web.servlet.GrailsUrlPathHelper
public class GrailsUrlPathHelper
- extends UrlPathHelper
Extends the default Spring UrlPathHelper and makes methods Grails path aware
- Since:
- 0.5
Created: Mar 13, 2007
Time: 6:33:29 PM
- Author:
- Graeme Rocher
Methods inherited from class org.springframework.web.util.UrlPathHelper |
decodeRequestString, determineEncoding, getContextPath, getDefaultEncoding, getLookupPathForRequest, getOriginatingContextPath, getOriginatingQueryString, getOriginatingRequestUri, getPathWithinServletMapping, getRequestUri, getServletPath, setAlwaysUseFullPath, setDefaultEncoding, setUrlDecode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GRAILS_DISPATCH_EXTENSION
public static final String GRAILS_DISPATCH_EXTENSION
- See Also:
- Constant Field Values
GRAILS_SERVLET_PATH
public static final String GRAILS_SERVLET_PATH
- See Also:
- Constant Field Values
GrailsUrlPathHelper
public GrailsUrlPathHelper()
getPathWithinApplication
public String getPathWithinApplication(HttpServletRequest request)
- Overrides:
getPathWithinApplication
in class UrlPathHelper
Copyright (c) 2005-2006 The Grails project