Package org.zkoss.web.servlet.dsp
Interface Interpretation
-
public interface Interpretation
Defines an interpretation of a DSP page. It is a parsed result of a DSP page by use ofInterpreter.parse(java.lang.String, java.lang.String, org.zkoss.xel.XelContext, org.zkoss.util.resource.Locator)
.- Author:
- tomyeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interpret(DspContext dc)
Interprets this interpretation of a DSP page, and generates the result to the output specified inDspContext
.
-
-
-
Method Detail
-
interpret
void interpret(DspContext dc) throws DspException, java.io.IOException
Interprets this interpretation of a DSP page, and generates the result to the output specified inDspContext
.- Parameters:
dc
- the interpreter context; never null.- Throws:
DspException
java.io.IOException
-
-