Class EditSpaceAction

All Implemented Interfaces:
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 EditSpaceAction extends AbstractEditSpaceAction
See Also:
  • Constructor Details

    • EditSpaceAction

      public EditSpaceAction()
  • Method Details

    • setName

      public void setName(String name)
    • setDescription

      public void setDescription(String description)
    • setHomePageTitle

      public void setHomePageTitle(String homePageTitle)
    • setArchived

      public void setArchived(boolean archived)
    • doEdit

      public String doEdit() throws Exception
      Throws:
      Exception
    • setSpace

      public void setSpace(Space space)
      Description copied from interface: SpaceAware
      IOC method for setting the space on the action. This is called from the interceptor
      Specified by:
      setSpace in interface SpaceAware
      Overrides:
      setSpace in class AbstractSpaceAction
      Parameters:
      space - the space that the action will be working on.
    • setSpaceType

      public void setSpaceType(String spaceType)