| 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(Throwable t)
Converts an exception to DspException if it is
not RuntimeException nor Error.
|
static DspException |
DspException.Aide.wrap(Throwable t,
int code)
Converts an exception to DspException if it is
not RuntimeException nor Error.
|
static DspException |
DspException.Aide.wrap(Throwable t,
int code,
Object fmtArg)
Converts an exception to DspException if it is
not RuntimeException nor Error.
|
static DspException |
DspException.Aide.wrap(Throwable t,
int code,
Object[] fmtArgs)
Converts an exception to DspException if it is
not RuntimeException nor Error.
|
static DspException |
DspException.Aide.wrap(Throwable t,
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,
String content,
String ctype,
org.zkoss.xel.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,
String content,
String ctype,
org.zkoss.util.resource.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,
Writer out,
String content,
String ctype,
org.zkoss.util.resource.Locator locator)
Interprets the specified content based on the HTTP request.
|
Interpretation |
Interpreter.parse(String content,
String ctype,
org.zkoss.xel.XelContext xelc,
org.zkoss.util.resource.Locator loc)
Parses a content to a meta format called
Interpretation. |
| Modifier and Type | Method and Description |
|---|---|
String |
ActionContext.encodeURL(String uri)
Encodes the specified URI.
|
void |
ActionContext.include(String uri,
Map<?,?> params)
Includes the specified URI and render the result to the specified
output.
|
void |
Remove.render(ActionContext ac,
boolean nested) |
void |
Action.render(ActionContext ac,
boolean nested)
Processes the action and renders the output to
ActionContext.getOut(). |
void |
Out.render(ActionContext ac,
boolean nested) |
void |
When.render(ActionContext ac,
boolean nested) |
void |
Include.render(ActionContext ac,
boolean nested) |
void |
Set.render(ActionContext ac,
boolean nested) |
void |
If.render(ActionContext ac,
boolean nested) |
void |
Page.render(ActionContext ac,
boolean nested) |
void |
ForEach.render(ActionContext ac,
boolean nested) |
void |
Choose.render(ActionContext ac,
boolean nested) |
void |
Otherwise.render(ActionContext ac,
boolean nested) |
void |
ActionContext.renderFragment(Writer out)
Renders the nested fragment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Box.render(ActionContext ac,
boolean nested) |
void |
Img.render(ActionContext ac,
boolean nested) |
| Modifier and Type | Method and Description |
|---|---|
Interpretation |
Parser.parse(String content,
String ctype,
org.zkoss.xel.XelContext xelc,
org.zkoss.util.resource.Locator loc)
Parses the content into a meta format
|
Copyright © 2021. All rights reserved.