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 voidServletFns. 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 DspExceptionDspException.Aide. wrap(java.lang.Throwable t)Converts an exception to DspException if it is not RuntimeException nor Error.static DspExceptionDspException.Aide. wrap(java.lang.Throwable t, int code)Converts an exception to DspException if it is not RuntimeException nor Error.static DspExceptionDspException.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 DspExceptionDspException.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 DspExceptionDspException.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 voidInterpretation. interpret(DspContext dc)Interprets this interpretation of a DSP page, and generates the result to the output specified inDspContext.voidInterpreter. 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, org.zkoss.util.resource.Locator locator)Interprets the specified content based on the HTTP request.voidInterpreter. interpret(javax.servlet.ServletContext ctx, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String content, java.lang.String ctype, org.zkoss.util.resource.Locator locator)Interprets the specified content based on the HTTP request.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.InterpretationInterpreter. parse(java.lang.String content, java.lang.String ctype, org.zkoss.xel.XelContext xelc, org.zkoss.util.resource.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.StringActionContext. encodeURL(java.lang.String uri)Encodes the specified URI.voidActionContext. include(java.lang.String uri, java.util.Map<?,?> params)Includes the specified URI and render the result to the specified output.voidAction. render(ActionContext ac, boolean nested)Processes the action and renders the output toActionContext.getOut().voidChoose. render(ActionContext ac, boolean nested)voidForEach. render(ActionContext ac, boolean nested)voidIf. render(ActionContext ac, boolean nested)voidInclude. render(ActionContext ac, boolean nested)voidOtherwise. render(ActionContext ac, boolean nested)voidOut. render(ActionContext ac, boolean nested)voidPage. render(ActionContext ac, boolean nested)voidRemove. render(ActionContext ac, boolean nested)voidSet. render(ActionContext ac, boolean nested)voidWhen. render(ActionContext ac, boolean nested)voidActionContext. 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 voidBox. render(ActionContext ac, boolean nested)voidImg. 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 InterpretationParser. parse(java.lang.String content, java.lang.String ctype, org.zkoss.xel.XelContext xelc, org.zkoss.util.resource.Locator loc)Parses the content into a meta format
-