org.jpublish.util
Class PathUtilities

java.lang.Object
  |
  +--org.jpublish.util.PathUtilities

public final class PathUtilities
extends java.lang.Object


Method Summary
static boolean match(java.lang.String requestPath, java.lang.String exPath)
          Match a path which may contain a wildcard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

match

public static boolean match(java.lang.String requestPath,
                            java.lang.String exPath)
Match a path which may contain a wildcard.
Parameters:
requestPath - The request path submitted by the client
exPath - The match path


Copyright (C) 2001 Anthony Eden. All Rights Reserved.