uk.ltd.getahead.dwr.impl
Class FileProcessor

java.lang.Object
  extended byuk.ltd.getahead.dwr.impl.FileProcessor

public class FileProcessor
extends java.lang.Object

A file servlet component that does some very limitted.

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Constructor Summary
FileProcessor()
           
 
Method Summary
 boolean isIgnoreLastModified()
           
 void setCompressionLevel(int compressionLevel)
           
 void setIgnoreLastModified(boolean ignoreLastModified)
           
 void setScriptCompressed(boolean scriptCompressed)
          To what level do we compress scripts?
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileProcessor

public FileProcessor()
Method Detail

isIgnoreLastModified

public boolean isIgnoreLastModified()
Returns:
Returns the ignoreLastModified.

setIgnoreLastModified

public void setIgnoreLastModified(boolean ignoreLastModified)
Parameters:
ignoreLastModified - The ignoreLastModified to set.

setScriptCompressed

public void setScriptCompressed(boolean scriptCompressed)
To what level do we compress scripts?

Parameters:
scriptCompressed - The scriptCompressed to set.

setCompressionLevel

public void setCompressionLevel(int compressionLevel)
Parameters:
compressionLevel - The compressionLevel to set.

Copyright ? 2005