| java.lang.Object de.schlund.pfixxml.IncludeDocumentFactory
IncludeDocumentFactory | public class IncludeDocumentFactory (Code) | | IncludeDocumentFactory.java
Created: 20021029
author: Joerg Haecker author: This class realises the factory and the singleton pattern. It is responsible to author: create and store objects of type IncludeDocument author: in a SPCache author: author: cache created by SPCacheFactory author: . If a requested IncludeDocument is found author: in the cache it will be returned, otherwise it will be created and stored in the cache. author: If the source file of a requested IncludeDocument is newer then the one stored in the cache, author: it will be recreated and be stored in the cache. |
reset | public void reset()(Code) | | |
|
|