class |
AbstractPropChangeAction |
Base class for manipulating property definitions: disable, enable, delete.
|
class |
AdminAction |
Administration xwiki action.
|
class |
AttachAction |
|
class |
CancelAction |
|
class |
CommentAddAction |
Action used to post a comment on a page, adds a comment object to the document and saves it, requires comment right
but not edit right.
|
class |
CommentSaveAction |
Action used to edit+save an existing comment in a page, saves the comment object in the document, requires comment
right but not edit right.
|
class |
CreateAction |
Create document action.
|
class |
DeleteAction |
Action for delete document to recycle bin and for delete documents from recycle bin.
|
class |
DeleteAttachmentAction |
Delete attachment xwiki action.
|
class |
DeleteSpaceAction |
Action for deleting an entire space, optionally saving all the deleted documents to the document trash, if enabled.
|
class |
DeleteVersionsAction |
Action for deleting document versions.
|
class |
DownloadAction |
The action for downloading attachments from the server.
|
class |
DownloadRevAction |
|
class |
EditAction |
Initializes a document before it is edited.
|
class |
ExportAction |
Exports in XAR, PDF, HTML and all output formats supported by *Office (when an *Office Server is running).
|
class |
GetAction |
Action used to get a resource that is a part of a page loaded asynchronously generally for performance reasons.
|
class |
ImportAction |
XWiki Action responsible for importing XAR archives.
|
class |
LockAction |
|
class |
LoginAction |
Action for displaying the login form.
|
class |
LoginErrorAction |
Action for re-displaying the login form when the submitted username and password are wrong.
|
class |
LoginSubmitAction |
Action for processing login requests sent using the normal web login form.
|
class |
LogoutAction |
Action for processing logout requests.
|
class |
ObjectAddAction |
|
class |
ObjectRemoveAction |
|
class |
ObjectsSynchronizeAction |
Synchronizes the objects in a document with their current classes, by removing any deprecated properties.
|
class |
PreviewAction |
Action for previewing document changes.
|
class |
PropAddAction |
|
class |
PropDeleteAction |
Action for removing a property definition from the current class.
|
class |
PropDisableAction |
Action for disabling a property definition of the current class.
|
class |
PropEnableAction |
Action for re-enabling a property definition of the current class.
|
class |
PropUpdateAction |
|
class |
RedirectAction |
|
class |
RegisterAction |
Register xwiki action.
|
class |
ResetVersionsAction |
|
class |
RollbackAction |
|
class |
SaveAction |
Action used for saving and proceeding to view the saved page.
|
class |
SaveAndContinueAction |
Action used for saving and returning to the edit page rather than viewing changes.
|
class |
SkinAction |
Action for serving skin files.
|
class |
SVGAction |
|
class |
UndeleteAction |
Action for restoring documents from the recycle bin.
|
class |
UnknownAction |
Action used when the url given to struts is not recognised as a valid action.
|
class |
UploadAction |
Action that handles uploading document attachments.
|
class |
ViewAction |
Action called when the request URL has the "/view/" string in its path (this is configured in
struts-config.xml .
|
class |
ViewAttachRevAction |
|