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 java.lang.Object
implements ICacheKeyService

MailAttachmentCacheKeyService


Field Summary
static java.lang.String MARK_URL
           
 
Constructor Summary
MailAttachmentCacheKeyService()
           
 
Method Summary
 java.lang.String getKey(java.util.Map<java.lang.String,java.lang.String> mapParams, int nMode, LuteceUser user)
          Build a key from input parameters
 void setAllowedParametersList(java.util.List<java.lang.String> arg0)
          Sets the list of allowed parameters to include into the cache key
 void setIgnoredParametersList(java.util.List<java.lang.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 java.lang.String MARK_URL
See Also:
Constant Field Values
Constructor Detail

MailAttachmentCacheKeyService

public MailAttachmentCacheKeyService()
Method Detail

getKey

public java.lang.String getKey(java.util.Map<java.lang.String,java.lang.String> mapParams,
                               int nMode,
                               LuteceUser user)
Description copied from interface: ICacheKeyService
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(java.util.List<java.lang.String> arg0)
Description copied from interface: ICacheKeyService
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(java.util.List<java.lang.String> arg0)
Description copied from interface: ICacheKeyService
Sets the list of ignored parameters not to include into the cache key

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


Copyright © 2012 Mairie de Paris. All Rights Reserved.