uk.ltd.getahead.dwr.impl
Class FileProcessor
java.lang.Object
uk.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]
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileProcessor
public FileProcessor()
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.