Class UpdateGeneral

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.crowd.console.action.BaseAction
com.atlassian.crowd.console.action.options.UpdateGeneral
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class UpdateGeneral extends BaseAction
See Also:
  • Constructor Details

    • UpdateGeneral

      public UpdateGeneral()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseAction
    • update

      public String update()
    • processGeneral

      protected void processGeneral()
    • doValidation

      protected void doValidation()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDomain

      public String getDomain()
    • setDomain

      public void setDomain(String domain)
    • isSecureCookie

      public boolean isSecureCookie()
    • setSecureCookie

      public void setSecureCookie(boolean secureCookie)
    • isCachingEnabled

      public boolean isCachingEnabled()
    • setCachingEnabled

      public void setCachingEnabled(boolean cachingEnabled)
    • isDisableSSOSecureCookie

      public boolean isDisableSSOSecureCookie()
    • setWebavatars

      public void setWebavatars(boolean useWebAvatars)
    • isWebavatars

      public boolean isWebavatars()
    • getBaseURL

      public String getBaseURL()
    • setBaseURL

      public void setBaseURL(String baseURL)
    • getCookieName

      public String getCookieName()
    • setCookieName

      public void setCookieName(String cookieName)
    • setApplicationProperties

      public void setApplicationProperties(com.atlassian.sal.api.ApplicationProperties applicationProperties)