Uses of Interface
org.zkoss.web.servlet.dsp.action.Action

Packages that use Action
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. 
 

Uses of Action in org.zkoss.web.servlet.dsp.action
 

Classes in org.zkoss.web.servlet.dsp.action that implement Action
 class AbstractAction
          A skeletal implementation to simplify the implementation of actions.
 class Choose
          Provides the context for mutually exclusive conditional execution.
 class ForEach
          Iterators thru a collection/array of items.
 class If
          Tests whether an condition is true and render the child only if the condition is true.
 class Include
          Includes another URL.
 class Otherwise
          Represents the last alternative within a Choose action.
 class Out
          Generates the specified value into a string.
 class Page
          The page action used to set the page info, such as the content type.
 class Remove
          The remove action used to remove an attribute.
 class Set
          The set action used to set an attribute.
 class When
          Represents an alternative within a Choose action.
 

Methods in org.zkoss.web.servlet.dsp.action that return Action
 Action ActionContext.getParent()
          Returns the parent action, or null if no parent at all.
 

Uses of Action in org.zkoss.web.servlet.dsp.action.html
 

Classes in org.zkoss.web.servlet.dsp.action.html that implement Action
 class Box
          Generates a box that has a caption and a border enclosing other tags.
 class Img
          Generates the HTML <img> tag
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo