org.acegisecurity.util
Class UrlUtils

java.lang.Object
  extended by org.acegisecurity.util.UrlUtils

public final class UrlUtils
extends Object

Provides static methods for composing URLs.

Placed into a separate class for visibility, so that changes to URL formatting conventions will affect all users.

Version:
$Id: UrlUtils.java 1784 2007-02-24 21:00:24Z luke_t $
Author:
Ben Alex

Method Summary
static String getFullRequestUrl(FilterInvocation fi)
           
static String getFullRequestUrl(SavedRequest sr)
           
static String getRequestUrl(FilterInvocation fi)
           
static String getRequestUrl(SavedRequest sr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFullRequestUrl

public static String getFullRequestUrl(FilterInvocation fi)

getFullRequestUrl

public static String getFullRequestUrl(SavedRequest sr)

getRequestUrl

public static String getRequestUrl(FilterInvocation fi)

getRequestUrl

public static String getRequestUrl(SavedRequest sr)


Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.