|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateContext
A Context for use by a TemplateEngine to expand a Template
against.
ServletTemplateContext| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.String s)
Get an object from the Context by key. |
java.lang.Object |
getContext()
Return the Context itself, as an Object. |
void |
put(java.lang.String s,
java.lang.Object o)
Put an object into the Context with a key. |
void |
setPassbackExceptionHandling()
Set the current exception handling style. |
void |
setPropagateExceptionHandling()
Set the current exception handling style. |
| Method Detail |
|---|
void put(java.lang.String s,
java.lang.Object o)
s - the keyo - the objectjava.lang.Object get(java.lang.String s)
s - key
java.lang.Object getContext()
void setPassbackExceptionHandling()
void setPropagateExceptionHandling()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||