|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.servlet.CachingFileHandler
org.directwebremoting.servlet.TemplateHandler
org.directwebremoting.servlet.JavaScriptHandler
public abstract class JavaScriptHandler
Basically a file servlet component that does some very limited EL type processing on the file. See the source for the cheat.
| Constructor Summary | |
|---|---|
JavaScriptHandler()
|
|
| Method Summary | |
|---|---|
void |
setCompressionLevel(int compressionLevel)
|
void |
setScriptCompressed(boolean scriptCompressed)
To what level do we compress scripts? |
| Methods inherited from class org.directwebremoting.servlet.TemplateHandler |
|---|
getSearchReplacePairs |
| Methods inherited from class org.directwebremoting.servlet.CachingFileHandler |
|---|
getMimeType, handle, setIgnoreLastModified, setMimeType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaScriptHandler()
| Method Detail |
|---|
public void setScriptCompressed(boolean scriptCompressed)
scriptCompressed - The scriptCompressed to set.public void setCompressionLevel(int compressionLevel)
compressionLevel - The compressionLevel to set.
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||