org.hippoecm.hst.freemarker
Class RepositorySource

java.lang.Object
  extended by org.hippoecm.hst.freemarker.RepositorySource

public class RepositorySource
extends Object


Field Summary
static RepositorySource repositorySourceNotFound
           
 
Constructor Summary
RepositorySource(String template)
           
 
Method Summary
 boolean equals(Object anObject)
           
 long getPlaceHolderLastModified()
           
 String getTemplate()
           
 int hashCode()
           
 boolean isNotFound()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositorySourceNotFound

public static final RepositorySource repositorySourceNotFound
Constructor Detail

RepositorySource

public RepositorySource(String template)
Method Detail

getTemplate

public String getTemplate()

getPlaceHolderLastModified

public long getPlaceHolderLastModified()

isNotFound

public boolean isNotFound()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2012 Hippo. All Rights Reserved.