org.acegisecurity.util
Class UrlUtils

java.lang.Object
  extended by 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

Constructor Summary
UrlUtils()
           
 
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
 

Constructor Detail

UrlUtils

public UrlUtils()
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-2006 Acegi Technology Pty Limited. All Rights Reserved.