Class AddFavouriteAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
Beanable, WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public final class AddFavouriteAction extends ConfluenceActionSupport implements Beanable
Makes a page or blogpost the favourite of the specified user. Used for JSON requests, a list of the labels added are available under the 'labels' key of the bean.
See Also:
  • Constructor Details

    • AddFavouriteAction

      public AddFavouriteAction()
  • Method Details