org.rythmengine.internal.compiler
Class TemplateClassLoader.TemplateClassloaderState

java.lang.Object
  extended by org.rythmengine.internal.compiler.TemplateClassLoader.TemplateClassloaderState
Enclosing class:
TemplateClassLoader

public static class TemplateClassLoader.TemplateClassloaderState
extends Object

Each unique instance of this class represent a State of the TemplateClassLoader. When some classCache is reloaded, them the TemplateClassLoader get a new state.

This makes it easy for other parts of Play to cache stuff based on the the current State of the TemplateClassLoader..

They can store the reference to the current state, then later, before reading from cache, they could check if the state of the TemplateClassLoader has changed..


Constructor Summary
TemplateClassLoader.TemplateClassloaderState()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateClassLoader.TemplateClassloaderState

public TemplateClassLoader.TemplateClassloaderState()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014. All Rights Reserved.