org.acegisecurity.util
Class UrlUtils

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

public final class UrlUtils
extends java.lang.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 java.lang.String getFullRequestUrl(FilterInvocation fi)
           
static java.lang.String getFullRequestUrl(SavedRequest sr)
           
static java.lang.String getRequestUrl(FilterInvocation fi)
           
static java.lang.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 java.lang.String getFullRequestUrl(FilterInvocation fi)

getFullRequestUrl

public static java.lang.String getFullRequestUrl(SavedRequest sr)

getRequestUrl

public static java.lang.String getRequestUrl(FilterInvocation fi)

getRequestUrl

public static java.lang.String getRequestUrl(SavedRequest sr)


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