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 of Interpreter.parse(java.lang.String, java.lang.String, org.zkoss.xel.XelContext, org.zkoss.util.resource.Locator).
- Author:
- tomyeh
|
Method Summary |
void |
interpret(DspContext dc)
Interprets this interpretation of a DSP page, and generates
the result to the output specified in DspContext. |
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 in
DspContext.
- Parameters:
dc - the interpreter context; never null.
- Throws:
DspException
java.io.IOException
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.