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