org.apache.cactus.util
class UrlUtil

java.lang.Object
  |
  +--org.apache.cactus.util.UrlUtil
Known Advisors:
LogAspect

public class UrlUtil
extends java.lang.Object

Various utility methods for URL manipulation.

Version:
$Id: UrlUtil.java,v 1.1.2.1 2002/08/08 21:50:05 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
UrlUtil()
           
 
Method Summary
static String getPath(URL theURL)
           Affected by: LogAspect
static String getQuery(URL theURL)
           Affected by: LogAspect
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlUtil

public UrlUtil()
Method Detail

getPath

public static String getPath(URL theURL)
Affected by:
around() in LogAspect.

getQuery

public static String getQuery(URL theURL)
Affected by:
around() in LogAspect.


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.