|
|||||||||
| Home >> All >> org >> apache >> lenya >> ac >> [ cache overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.lenya.ac.cache
Class URLKeyUtil

java.lang.Objectorg.apache.lenya.ac.cache.URLKeyUtil
- public final class URLKeyUtil
- extends java.lang.Object
Utility class to generate String cache keys from webapp URLs.
- Version:
- $Id: URLKeyUtil.java 43238 2004-08-16 16:06:14Z andreas $
| Constructor Summary | |
private |
URLKeyUtil()
Ctor. |
| Method Summary | |
static java.lang.String |
generateKey(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 |
| Constructor Detail |
URLKeyUtil
private URLKeyUtil()
- Ctor.
| Method Detail |
generateKey
public static java.lang.String generateKey(SourceResolver resolver, java.lang.String webappUrl) throws java.net.MalformedURLException, java.io.IOException
- Generates a cache key for a context and a webapp URL.
|
|||||||||
| Home >> All >> org >> apache >> lenya >> ac >> [ cache overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.lenya.ac.cache.URLKeyUtil