|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.DefaultMarkupCacheKeyProvider
public class DefaultMarkupCacheKeyProvider
Wicket default implementation for the cache key used to reference the cached markup resource stream.
| Constructor Summary | |
|---|---|
DefaultMarkupCacheKeyProvider()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCacheKey(MarkupContainer container,
java.lang.Class<?> clazz)
Construct a proper key value for the cache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultMarkupCacheKeyProvider()
| Method Detail |
|---|
public java.lang.String getCacheKey(MarkupContainer container,
java.lang.Class<?> clazz)
getCacheKey in interface IMarkupCacheKeyProvidercontainer - The container requesting the markupclazz - The clazz to get the key for
IMarkupResourceStreamProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||