|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jpublish.repository.AbstractRepository
The AbstractRepository base class can be used as a superclass for repository implementations. It provides convenience methods which are standard for all repositories.
Field Summary | |
protected SiteContext |
siteContext
|
Constructor Summary | |
AbstractRepository()
|
Method Summary | |
void |
setSiteContext(SiteContext siteContext)
Set the repository's reference to the current SiteContext. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jpublish.Repository |
get, get, getLastModified, getName |
Methods inherited from interface org.jpublish.Configurable |
loadConfiguration |
Field Detail |
protected SiteContext siteContext
Constructor Detail |
public AbstractRepository()
Method Detail |
public void setSiteContext(SiteContext siteContext)
setSiteContext
in interface Repository
siteContext
- The SiteContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |