Package | Description |
---|---|
org.zkoss.web.fn |
Functions used for EL expressions.
|
org.zkoss.web.servlet.dsp |
Dynamic Servlet Page (DSP).
|
org.zkoss.web.servlet.dsp.action | |
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ServletFns.render(ActionContext ac)
Renders the DSP fragment from EL.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Img.render(ActionContext ac,
boolean nested) |
void |
Box.render(ActionContext ac,
boolean nested) |
Modifier and Type | Method and Description |
---|---|
Interpretation |
Parser.parse(java.lang.String content,
java.lang.String ctype,
XelContext xelc,
Locator loc)
Parses the content into a meta format
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.