wt.templateutil.processor
Class ServletSessionCookieManager.MostRecentlyUsedCookieIds
java.lang.Object
wt.templateutil.processor.MostRecentlyUsedCache
wt.templateutil.processor.ServletSessionCookieManager.MostRecentlyUsedCookieIds
- All Implemented Interfaces:
- Externalizable, Serializable
- Enclosing class:
- ServletSessionCookieManager
- static class ServletSessionCookieManager.MostRecentlyUsedCookieIds
- extends MostRecentlyUsedCache
- implements Externalizable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxEntries
private int maxEntries
ServletSessionCookieManager.MostRecentlyUsedCookieIds
public ServletSessionCookieManager.MostRecentlyUsedCookieIds()
ServletSessionCookieManager.MostRecentlyUsedCookieIds
public ServletSessionCookieManager.MostRecentlyUsedCookieIds(int maxEntries)
removeEldestEntry
protected boolean removeEldestEntry(Map.Entry eldest)
- Description copied from class:
MostRecentlyUsedCache
- Override this method as described in
LinkedHashMap.removeEldestEntry(java.util.Map.Entry)
.
- Specified by:
removeEldestEntry
in class MostRecentlyUsedCache
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Overrides:
writeExternal
in class MostRecentlyUsedCache
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Overrides:
readExternal
in class MostRecentlyUsedCache
- Throws:
IOException
ClassNotFoundException