org.zkoss.web.servlet.dsp.action |
DSP Actions
DSP actions, such as ForEach,
Include and If
|
Java Source File Name | Type | Comment |
AbstractAction.java | Class | A skeletal implementation to simplify the implementation of actions. |
Action.java | Interface | An action that could be used with
org.zkoss.web.servlet.dsp.InterpreterServlet . |
ActionContext.java | Interface | Encapsulates a portion of DSP page in an object that can be invoked
as many times as needed. |
Choose.java | Class | Provides the context for mutually exclusive conditional execution. |
ForEach.java | Class | Iterators thru a collection/array of items. |
If.java | Class | Tests whether an condition is true and render the child only
if the condition is true. |
Include.java | Class | Includes another URL. |
LoopStatus.java | Interface | Exposes the current status of an iteration. |
Otherwise.java | Class | Represents the last alternative within a
Choose action. |
Out.java | Class | Generates the specified value into a string. |
Page.java | Class | The page action used to set the page info, such as the content type. |
Remove.java | Class | The remove action used to remove an attribute. |
Set.java | Class | The set action used to set an attribute. |
When.java | Class | Represents an alternative within a
Choose action. |