org.acegisecurity.util
Class UrlUtils
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2010 Interface21, Inc. All Rights Reserved.