Class EditSpaceAction

    • Constructor Detail

      • EditSpaceAction

        public EditSpaceAction()
    • Method Detail

      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setHomePageTitle

        public void setHomePageTitle​(String homePageTitle)
      • setArchived

        public void setArchived​(boolean archived)
      • 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)