Class DynamicTreeSelectAction

java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.showcase.DynamicTreeSelectAction
All Implemented Interfaces:
Serializable, Action, ValidationAware, LocaleProvider, TextProvider, Validateable

public class DynamicTreeSelectAction extends ActionSupport
See Also:
  • Constructor Details

    • DynamicTreeSelectAction

      public DynamicTreeSelectAction()
  • Method Details

    • setNodeId

      public void setNodeId(long nodeId)
    • getNodeId

      public long getNodeId()
    • execute

      public String execute() throws Exception
      Description copied from class: ActionSupport
      A default implementation that does nothing an returns "success".

      Subclasses should override this method to provide their business logic.

      See also Action.execute().

      Specified by:
      execute in interface Action
      Overrides:
      execute in class ActionSupport
      Returns:
      returns Action.SUCCESS
      Throws:
      Exception - can be thrown by subclasses.
    • getNodeName

      public String getNodeName()