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 classExtendletDspContextExtendlet-based DSP context.classServletDspContextA 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 voidInterpretation. interpret(DspContext dc)Interprets this interpretation of a DSP page, and generates the result to the output specified inDspContext.voidInterpreter. interpret(DspContext dc, java.lang.String content, java.lang.String ctype, org.zkoss.xel.XelContext xelc)Interprets the specified content and generates the result to the output specified inDspContext.
-