Uses of Class
org.zkoss.web.servlet.dsp.DspException
-
Packages that use DspException Package Description org.zkoss.web.fn org.zkoss.web.servlet.dsp org.zkoss.web.servlet.dsp.action org.zkoss.web.servlet.dsp.action.html org.zkoss.web.servlet.dsp.impl -
-
Uses of DspException in org.zkoss.web.fn
Methods in org.zkoss.web.fn that throw DspException Modifier and Type Method Description static void
ServletFns. render(ActionContext ac)
Renders the DSP fragment from EL. -
Uses of DspException in org.zkoss.web.servlet.dsp
Methods in org.zkoss.web.servlet.dsp that return DspException Modifier and Type Method Description static DspException
DspException.Aide. wrap(java.lang.Throwable t)
Converts an exception to DspException if it is not RuntimeException nor Error.static DspException
DspException.Aide. wrap(java.lang.Throwable t, int code)
Converts an exception to DspException if it is not RuntimeException nor Error.static DspException
DspException.Aide. wrap(java.lang.Throwable t, int code, java.lang.Object fmtArg)
Converts an exception to DspException if it is not RuntimeException nor Error.static DspException
DspException.Aide. wrap(java.lang.Throwable t, int code, java.lang.Object[] fmtArgs)
Converts an exception to DspException if it is not RuntimeException nor Error.static DspException
DspException.Aide. wrap(java.lang.Throwable t, java.lang.String msg)
Converts an exception to DspException if it is not RuntimeException nor Error.Methods in org.zkoss.web.servlet.dsp that throw DspException 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(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.Writer out, java.lang.String content, java.lang.String ctype, Locator locator)
Interprets the specified content based on the HTTP request.void
Interpreter. interpret(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String content, java.lang.String ctype, Locator locator)
Interprets the specified content based on the HTTP request.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
.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 DspException in org.zkoss.web.servlet.dsp.action
Methods in org.zkoss.web.servlet.dsp.action that throw DspException Modifier and Type Method Description java.lang.String
ActionContext. encodeURL(java.lang.String uri)
Encodes the specified URI.void
ActionContext. include(java.lang.String uri, java.util.Map<?,?> params)
Includes the specified URI and render the result to the specified output.void
Action. render(ActionContext ac, boolean nested)
Processes the action and renders the output toActionContext.getOut()
.void
Choose. render(ActionContext ac, boolean nested)
void
ForEach. render(ActionContext ac, boolean nested)
void
If. render(ActionContext ac, boolean nested)
void
Include. render(ActionContext ac, boolean nested)
void
Otherwise. render(ActionContext ac, boolean nested)
void
Out. render(ActionContext ac, boolean nested)
void
Page. render(ActionContext ac, boolean nested)
void
Remove. render(ActionContext ac, boolean nested)
void
Set. render(ActionContext ac, boolean nested)
void
When. render(ActionContext ac, boolean nested)
void
ActionContext. renderFragment(java.io.Writer out)
Renders the nested fragment. -
Uses of DspException in org.zkoss.web.servlet.dsp.action.html
Methods in org.zkoss.web.servlet.dsp.action.html that throw DspException Modifier and Type Method Description void
Box. render(ActionContext ac, boolean nested)
void
Img. render(ActionContext ac, boolean nested)
-
Uses of DspException in org.zkoss.web.servlet.dsp.impl
Methods in org.zkoss.web.servlet.dsp.impl that throw DspException 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
-