|
||||||||||
| 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
public abstract class TemplateHandler
A Handler that allows some very simple
search and replace templating. The general recommended syntax is to use
${search} as the string to be searched for, to allow future expansion to a
more EL-like syntax.
| Constructor Summary | |
|---|---|
TemplateHandler()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getSearchReplacePairs()
Mostly when we send a file out, we don't change anything so the default set of search and replaces is empty. |
| 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 TemplateHandler()
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.String> getSearchReplacePairs()
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||