org.acegisecurity.util
Class UrlUtils
java.lang.Object
org.acegisecurity.util.UrlUtils
public 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 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlUtils
public UrlUtils()
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-2006 Acegi Technology Pty Limited. All Rights Reserved.