public void setAlwaysUseFullPath(boolean alwaysUseFullPath)(Code)
Set if URL lookup should always use full path within current servlet
context. Else, the path within the current servlet mapping is used
if applicable (i.e. in the case of a ".../*" servlet mapping in web.xml).
Default is "false".
See Also:org.springframework.web.util.UrlPathHelper.setAlwaysUseFullPath
Set if context path and request URI should be URL-decoded.
Both are returned undecoded by the Servlet API,
in contrast to the servlet path.
Uses either the request encoding or the default encoding according
to the Servlet spec (ISO-8859-1).
Note: Setting this to "true" requires JDK 1.4 if the encoding differs
from the VM's platform default encoding, as JDK 1.3's URLDecoder class
does not offer a way to specify the encoding.
See Also:org.springframework.web.util.UrlPathHelper.setUrlDecode