Liferay 6.0.5

com.liferay.portal.servlet
Class ImageServletTokenImpl

java.lang.Object
  extended by com.liferay.portal.servlet.ImageServletTokenImpl
All Implemented Interfaces:
ImageServletToken

public class ImageServletTokenImpl
extends Object
implements ImageServletToken


Field Summary
static String CACHE_NAME
           
 
Constructor Summary
ImageServletTokenImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getToken(long imageId)
           
 void resetToken(long imageId)
           
 void setMultiVMPool(MultiVMPool multiVMPool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
Constructor Detail

ImageServletTokenImpl

public ImageServletTokenImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

getToken

public String getToken(long imageId)
Specified by:
getToken in interface ImageServletToken

resetToken

public void resetToken(long imageId)
Specified by:
resetToken in interface ImageServletToken

setMultiVMPool

public void setMultiVMPool(MultiVMPool multiVMPool)

Liferay 6.0.5