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,
java.lang.String content,
java.lang.String ctype,
XelContext xelc)
Interprets the specified content and generates the result to
the output specified in
DspContext . |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.