Class AddLabelToSpaceAction

    • Constructor Detail

      • AddLabelToSpaceAction

        public AddLabelToSpaceAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • getNewLabel

        public String getNewLabel()
      • getNewTeamLabel

        public String getNewTeamLabel()
      • setNewTeamLabel

        public void setNewTeamLabel​(String newTeamLabel)
      • getNewSpaceLabel

        public String getNewSpaceLabel()
      • setNewSpaceLabel

        public void setNewSpaceLabel​(String newSpaceLabel)
      • setLabelType

        public void setLabelType​(String labelType)
      • performSpaceLabelTransformations

        public void performSpaceLabelTransformations()
        Perform any transformations to the labels required by this specific action. Eg add a prefix to each label.