org.riotfamily.riot.resource
Class CodeRevelationCacheKeyAugmentor

java.lang.Object
  extended by org.riotfamily.riot.resource.CodeRevelationCacheKeyAugmentor
All Implemented Interfaces:
CacheKeyAugmentor

public class CodeRevelationCacheKeyAugmentor
extends Object
implements CacheKeyAugmentor

CacheKeyAugmentor that adds a String to the cacheKey if message code revelation is turned on.

Since:
8.0
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
CodeRevelationCacheKeyAugmentor(CodeRevealingMessageSource messageSource)
           
 
Method Summary
 void augmentCacheKey(StringBuffer key, HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeRevelationCacheKeyAugmentor

public CodeRevelationCacheKeyAugmentor(CodeRevealingMessageSource messageSource)
Method Detail

augmentCacheKey

public void augmentCacheKey(StringBuffer key,
                            HttpServletRequest request)
Specified by:
augmentCacheKey in interface CacheKeyAugmentor