com.smallx.servlet
Class FilePipelineCache

java.lang.Object
  extended bycom.smallx.servlet.PipelineCache
      extended bycom.smallx.servlet.FilePipelineCache

public class FilePipelineCache
extends PipelineCache


Constructor Summary
FilePipelineCache(boolean checkForChanges)
           
FilePipelineCache(boolean checkForChanges, com.smallx.xml.infoset.DocumentLoader loader)
          Creates a new instance of FilePipelineCache
 
Method Summary
protected  boolean isUpToDate(java.net.URI id)
           
protected  com.smallx.xml.pipeline.Pipeline loadPipelineInstance(java.net.URI id)
           
 void setInitParameters(java.util.Map params)
           
 
Methods inherited from class com.smallx.servlet.PipelineCache
getInstance, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePipelineCache

public FilePipelineCache(boolean checkForChanges,
                         com.smallx.xml.infoset.DocumentLoader loader)
Creates a new instance of FilePipelineCache


FilePipelineCache

public FilePipelineCache(boolean checkForChanges)
Method Detail

setInitParameters

public void setInitParameters(java.util.Map params)

isUpToDate

protected boolean isUpToDate(java.net.URI id)
Specified by:
isUpToDate in class PipelineCache

loadPipelineInstance

protected com.smallx.xml.pipeline.Pipeline loadPipelineInstance(java.net.URI id)
                                                         throws com.smallx.xml.infoset.XMLException
Specified by:
loadPipelineInstance in class PipelineCache
Parameters:
id -
Returns:
Throws:
com.smallx.xml.infoset.XMLException