|
||||||||||
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 | |
---|---|
Object |
get(String s)
Get an object from the Context by key. |
Object |
getContext()
Return the Context itself, as an Object. |
void |
put(String s,
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(String s, Object o)
s
- the keyo
- the objectObject get(String s)
s
- key
Object getContext()
void setPassbackExceptionHandling()
void setPropagateExceptionHandling()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |