Class EditorSettingsAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
FormAware, WebInterface, UserAware, BreadcrumbAware, 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 EditorSettingsAction extends AbstractUserProfileAction implements FormAware
Handles the viewing and editing of a user's Editor settings.
See Also:
  • Constructor Details

    • EditorSettingsAction

      public EditorSettingsAction()
  • Method Details

    • doView

      public String doView() throws Exception
      Throws:
      Exception
    • doInput

      public String doInput() throws Exception
      Throws:
      Exception
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      Exception
    • isAutocompleteDisabled

      public boolean isAutocompleteDisabled()
    • setAutocompleteDisabled

      public void setAutocompleteDisabled(boolean autocompleteDisabled)
    • isAutoformatDisabled

      public boolean isAutoformatDisabled()
    • setAutoformatDisabled

      public void setAutoformatDisabled(boolean autoformatDisabled)
    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • isEditMode

      public boolean isEditMode()
      Specified by:
      isEditMode in interface FormAware