|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DspContext | |
|---|---|
| org.zkoss.web.servlet.dsp | Dynamic Servlet Page (DSP). |
| Uses of DspContext in org.zkoss.web.servlet.dsp |
|---|
| Classes in org.zkoss.web.servlet.dsp that implement DspContext | |
|---|---|
class |
ExtendletDspContext
Extendlet-based DSP context. |
class |
ServletDspContext
A DSP context based on HTTP servlet request and response. |
| Methods in org.zkoss.web.servlet.dsp with parameters of type DspContext | |
|---|---|
void |
Interpretation.interpret(DspContext dc)
Interprets this interpretation of a DSP page, and generates the result to the output specified in DspContext. |
void |
Interpreter.interpret(DspContext dc,
java.lang.String content,
java.lang.String ctype,
XelContext xelc)
Interprets the specified content and generates the result to the output specified in DspContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||