| Package | Description |
|---|---|
| org.zkoss.web.servlet.dsp |
Dynamic Servlet Page (DSP).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendletDspContext
Extendlet-based DSP context.
|
class |
ServletDspContext
A DSP context based on HTTP servlet request and response.
|
| Modifier and Type | Method and Description |
|---|---|
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,
String content,
String ctype,
org.zkoss.xel.XelContext xelc)
Interprets the specified content and generates the result to
the output specified in
DspContext. |
Copyright © 2016. All rights reserved.