org.springframework.extensions.surf.site
Class URLUtil

java.lang.Object
  extended by org.springframework.extensions.surf.site.URLUtil

public class URLUtil
extends Object


Constructor Summary
URLUtil()
           
 
Method Summary
static String browser(javax.servlet.http.HttpServletRequest request, String relativeUrl)
           
static String browser(RequestContext context, String relativeUrl)
          Converts the web application relative URL to a browser URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLUtil

public URLUtil()
Method Detail

browser

public static String browser(RequestContext context,
                             String relativeUrl)
Converts the web application relative URL to a browser URL

Parameters:
context -
relativeUrl -
Returns:

browser

public static String browser(javax.servlet.http.HttpServletRequest request,
                             String relativeUrl)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.