fr.paris.lutece.portal.service.mail
Class MailAttachmentCacheKeyService

java.lang.Object
  extended by fr.paris.lutece.portal.service.mail.MailAttachmentCacheKeyService
All Implemented Interfaces:
ICacheKeyService

public class MailAttachmentCacheKeyService
extends Object
implements ICacheKeyService

MailAttachmentCacheKeyService


Field Summary
static String MARK_URL
           
 
Constructor Summary
MailAttachmentCacheKeyService()
           
 
Method Summary
 String getKey(Map<String,String> mapParams, int nMode, LuteceUser user)
          Build a key from input parameters
 void setAllowedParametersList(List<String> arg0)
          Sets the list of allowed parameters to include into the cache key
 void setIgnoredParametersList(List<String> arg0)
          Sets the list of ignored parameters not to include into the cache key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MARK_URL

public static final String MARK_URL
See Also:
Constant Field Values
Constructor Detail

MailAttachmentCacheKeyService

public MailAttachmentCacheKeyService()
Method Detail

getKey

public String getKey(Map<String,String> mapParams,
                     int nMode,
                     LuteceUser user)
Build a key from input parameters

Specified by:
getKey in interface ICacheKeyService
Parameters:
mapParams - The Map params
nMode - The current mode.
user - Current Lutece user
Returns:
The key

setAllowedParametersList

public void setAllowedParametersList(List<String> arg0)
Sets the list of allowed parameters to include into the cache key

Specified by:
setAllowedParametersList in interface ICacheKeyService
Parameters:
arg0 - The list

setIgnoredParametersList

public void setIgnoredParametersList(List<String> arg0)
Sets the list of ignored parameters not to include into the cache key

Specified by:
setIgnoredParametersList in interface ICacheKeyService
Parameters:
arg0 - The list


Copyright © 2014 Mairie de Paris. All Rights Reserved.