|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DspException | |
---|---|
org.zkoss.web.fn | Functions used for EL expressions. |
org.zkoss.web.servlet.dsp | Dynamic Servlet Page (DSP). |
org.zkoss.web.servlet.dsp.action | DSP actions, such as ForEach, Include and If |
org.zkoss.web.servlet.dsp.action.html | DSP actions that are used only with HTML. |
org.zkoss.web.servlet.dsp.impl | Classes used to implement DSP. |
Uses of DspException in org.zkoss.web.fn |
---|
Methods in org.zkoss.web.fn that throw DspException | |
---|---|
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 | |
---|---|
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 | |
---|---|
void |
Interpretation.interpret(DspContext dc)
Interprets this interpretation of a DSP page, and generates the result to the output specified in DspContext . |
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 in DspContext . |
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(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. |
Interpretation |
Interpreter.parse(java.lang.String content,
java.lang.String ctype,
XelContext xelc,
Locator loc)
Parses a content to a meta format called Interpretation . |
Uses of DspException in org.zkoss.web.servlet.dsp.action |
---|
Methods in org.zkoss.web.servlet.dsp.action that throw DspException | |
---|---|
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 |
When.render(ActionContext ac,
boolean nested)
|
void |
Set.render(ActionContext ac,
boolean nested)
|
void |
Remove.render(ActionContext ac,
boolean nested)
|
void |
Page.render(ActionContext ac,
boolean nested)
|
void |
Out.render(ActionContext ac,
boolean nested)
|
void |
Otherwise.render(ActionContext ac,
boolean nested)
|
void |
Include.render(ActionContext ac,
boolean nested)
|
void |
If.render(ActionContext ac,
boolean nested)
|
void |
ForEach.render(ActionContext ac,
boolean nested)
|
void |
Choose.render(ActionContext ac,
boolean nested)
|
void |
Action.render(ActionContext ac,
boolean nested)
Processes the action and renders the output to ActionContext.getOut() . |
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 | |
---|---|
void |
Img.render(ActionContext ac,
boolean nested)
|
void |
Box.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 | |
---|---|
Interpretation |
Parser.parse(java.lang.String content,
java.lang.String ctype,
XelContext xelc,
Locator loc)
Parses the content into a meta format |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |