| 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.lenya.ac.cache.URLKeyUtil
public final class URLKeyUtil
Utility class to generate String cache keys from webapp URLs.
| Method Summary | |
|---|---|
static java.lang.String | 
generateKey(org.apache.excalibur.source.SourceResolver resolver,
            java.lang.String webappUrl)
Generates a cache key for a context and a webapp URL.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static java.lang.String generateKey(org.apache.excalibur.source.SourceResolver resolver,
                                           java.lang.String webappUrl)
                                    throws java.net.MalformedURLException,
                                           java.io.IOException
resolver - The resolver of the context.webappUrl - The webapp Url.
java.net.MalformedURLException - when something went wrong.
java.io.IOException - when something went wrong.
  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||