Class EditSpaceEntryAction

All Implemented Interfaces:
Evented<SpaceDetailsViewEvent>, WebInterface, SpaceAware, Spaced, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class EditSpaceEntryAction extends AbstractEditSpaceAction implements Evented<SpaceDetailsViewEvent>
See Also:
  • Constructor Details

    • EditSpaceEntryAction

      public EditSpaceEntryAction()
  • Method Details

    • setSpaceManager

      public void setSpaceManager()
    • getEventToPublish

      public SpaceDetailsViewEvent getEventToPublish(String result)
      Description copied from interface: Evented
      Gets the event to publish.
      Specified by:
      getEventToPublish in interface Evented<SpaceDetailsViewEvent>
      Parameters:
      result - the result of the action executing.
      Returns:
      the event. Can be null, in which case no event will be published.