Open SiteSearch 4.1.1
Final

ORG.oclc.mantis
Class TemplateCache

java.lang.Object
  |
  +--ORG.oclc.mantis.TemplateCache

public class TemplateCache
extends Object
implements Cloneable


Field Summary
 long lastMod
           
 boolean newInstance
           
 String recordSeparator
           
 Document templatedoc
           
 String templatefile
           
 File templatefileFile
           
 
Constructor Summary
TemplateCache()
           
 
Method Summary
static TemplateCache get(String file)
           
static TemplateCache get(String file, boolean doID)
           
static TemplateCache get(String file, boolean doID, boolean doClone)
           
static boolean refetch(String file)
           
 Document templatedoc()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

templatedoc

public Document templatedoc

templatefile

public String templatefile

templatefileFile

public File templatefileFile

recordSeparator

public String recordSeparator

lastMod

public long lastMod

newInstance

public boolean newInstance
Constructor Detail

TemplateCache

public TemplateCache()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

templatedoc

public Document templatedoc()

get

public static TemplateCache get(String file)

get

public static TemplateCache get(String file,
                                boolean doID)

refetch

public static boolean refetch(String file)

get

public static TemplateCache get(String file,
                                boolean doID,
                                boolean doClone)

Open SiteSearch 4.1.1
Final