| java.lang.Object | ||||||||
| ↳ | com.opensymphony.xwork.ActionSupport | |||||||
| ↳ | com.atlassian.confluence.core.ConfluenceActionSupport | |||||||
| ↳ | com.atlassian.confluence.pages.actions.AbstractPageAwareAction | |||||||
| ↳ | com.atlassian.confluence.pages.actions.AbstractPageAction | |||||||
| ↳ | com.atlassian.confluence.pages.actions.AbstractPreviewPageAction | |||||||
| ↳ | com.atlassian.confluence.pages.actions.AbstractTemplatePageAction | |||||||
| ↳ | com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction | |||||||
| ↳ | com.atlassian.confluence.pages.actions.AbstractCreatePageAction | |||||||
Known Direct Subclasses
|
Known Indirect Subclasses
|
Functions shared between creating pages and blog posts.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | INPUT_VARIABLES | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.pages.actions.AbstractPageAction
| |||||||||||
From class
com.atlassian.confluence.core.ConfluenceActionSupport
| |||||||||||
From interface
com.opensymphony.xwork.Action
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachmentManager | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction
| |||||||||||
From class
com.atlassian.confluence.pages.actions.AbstractTemplatePageAction
| |||||||||||
From class
com.atlassian.confluence.pages.actions.AbstractPreviewPageAction
| |||||||||||
From class
com.atlassian.confluence.pages.actions.AbstractPageAction
| |||||||||||
From class
com.atlassian.confluence.pages.actions.AbstractPageAwareAction
| |||||||||||
From class
com.atlassian.confluence.core.ConfluenceActionSupport
| |||||||||||
From class
com.opensymphony.xwork.ActionSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create the CEO to be saved from the data supplied to the action.
| |||||||||||
Default webwork action execution method.
| |||||||||||
Returns the
ConfluenceEntityObject that contains attachments relevant to the current action. | |||||||||||
Returns the content type being created or edited.
| |||||||||||
If the action requires that the page be set before being run, then it should
return true to this method.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Common processing to be performed by all subclasses after the add operation.
| |||||||||||
Common processing to be performed by all subclasses prior to performing the add.
| |||||||||||
Create the CEO to be saved from the data supplied to the action.
| IOException | |
|---|---|
| XhtmlException |
Returns the ConfluenceEntityObject that contains attachments relevant to the current action. E.g.:
AbstractPage being viewed or edited.Draft of the AbstractPage being createdAbstractPage to which the Comment being created/edited
belongsReturns the content type being created or edited. e.g. "page", "blogpost"
If the action requires that the page be set before being run, then it should return true to this method. If the action requires a page, but no page is available, then the interceptor will automatically redirect to the 'pagenotfound' result
Common processing to be performed by all subclasses after the add operation.
SUCCESS if successful. Any other return value means a failure.