Uses of Interface
org.zkoss.web.servlet.dsp.Interpretation
-
Packages that use Interpretation Package Description org.zkoss.web.servlet.dsp org.zkoss.web.servlet.dsp.impl -
-
Uses of Interpretation in org.zkoss.web.servlet.dsp
Methods in org.zkoss.web.servlet.dsp that return Interpretation Modifier and Type Method Description Interpretation
Interpreter. parse(java.lang.String content, java.lang.String ctype, XelContext xelc, Locator loc)
Parses a content to a meta format calledInterpretation
. -
Uses of Interpretation in org.zkoss.web.servlet.dsp.impl
Methods in org.zkoss.web.servlet.dsp.impl that return Interpretation Modifier and Type Method Description Interpretation
Parser. parse(java.lang.String content, java.lang.String ctype, XelContext xelc, Locator loc)
Parses the content into a meta format
-