Uses of Interface
org.zkoss.web.servlet.dsp.DspContext
-
Packages that use DspContext Package Description org.zkoss.web.servlet.dsp -
-
Uses of DspContext in org.zkoss.web.servlet.dsp
Classes in org.zkoss.web.servlet.dsp that implement DspContext Modifier and Type Class Description 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 Modifier and Type Method Description void
Interpretation. interpret(DspContext dc)
Interprets this interpretation of a DSP page, and generates the result to the output specified inDspContext
.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 inDspContext
.
-