public class

RemovePageAction

extends AbstractPageAwareAction
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.pages.actions.AbstractPageAwareAction
         ↳ com.atlassian.confluence.pages.actions.RemovePageAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
RemovePageAction()
Public Methods
String doRemove()
List<OutgoingLink> getIncomingLinks()
ConfluenceIndexer getIndexer()
String getRedirectUrl()
String getSpaceKey()
boolean isLatestVersionRequired()
If the action can only work on the most recent version of a page, this will cause the interceptor to silently replace the version that it looks up with the most recent version, if necessary.
boolean isPermitted()
boolean isViewPermissionRequired()
void setIndexer(ConfluenceIndexer indexer)
void setLinkManager(LinkManager linkManager)
void setPageManager(PageManager pageManager)
Protected Methods
List getPermissionTypes()
[Expand]
Inherited Methods
From class com.atlassian.confluence.pages.actions.AbstractPageAwareAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.pages.actions.PageAware
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public RemovePageAction ()

Public Methods

public String doRemove ()

Throws
Exception

public List<OutgoingLink> getIncomingLinks ()

public ConfluenceIndexer getIndexer ()

public String getRedirectUrl ()

public String getSpaceKey ()

public boolean isLatestVersionRequired ()

If the action can only work on the most recent version of a page, this will cause the interceptor to silently replace the version that it looks up with the most recent version, if necessary.

Returns
  • true if the action requires the most recent version of a page

public boolean isPermitted ()

public boolean isViewPermissionRequired ()

public void setIndexer (ConfluenceIndexer indexer)

public void setLinkManager (LinkManager linkManager)

public void setPageManager (PageManager pageManager)

Protected Methods

protected List getPermissionTypes ()