Class Summary |
AbstractPropChangeAction |
Base class for manipulating property definitions: disable, enable, delete. |
ActionFilter |
A filter that dispatches requests to the right action, depending on the button that was pressed in the editing form. |
AdminAction |
Administration xwiki action. |
AttachAction |
|
CancelAction |
|
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. |
CreateAction |
Create document action. |
DeleteAction |
Action for delete document to recycle bin and for delete documents from recycle bin. |
DeleteAttachmentAction |
Delete attachment xwiki action. |
DeleteSpaceAction |
Action for deleting an entire space, optionally saving all the deleted documents to the document trash, if enabled. |
DeleteVersionsAction |
Struts action for deleting document versions. |
DeleteVersionsForm |
Struts form for DeleteVersionsAction . |
DotAction |
Deprecated. |
DownloadAction |
The action for downloading attachments from the server. |
DownloadRevAction |
|
EditAction |
Initializes a document before it is edited. |
EditBean |
|
EditForm |
|
ExportAction |
Exports in XAR, PDF, RTF or HTML formats. |
ExportURLFactory |
Handle URL generation in rendered wiki pages. |
ExternalServletURLFactory |
URL Factory which always prints the absolute (external) form of URLs. |
GetAction |
Action used to get a resource that is a part of a page loaded asynchronously generally for performance reasons. |
HomePageRedirectServlet |
A simple action that redirects to the main page of the wiki. |
ImportAction |
XWiki Action responsible for importing XAR archives. |
InlineAction |
Deprecated. use EditAction with editor=inline in the query string instead since 3.2 |
LockAction |
|
LoginAction |
Action for displaying the login form. |
LoginErrorAction |
Action for re-displaying the login form when the submitted username and password are wrong. |
LoginSubmitAction |
Action for processing login requests sent using the normal web login form. |
LogoutAction |
Action for processing logout requests. |
ObjectAddAction |
|
ObjectAddForm |
Note: We store the class name as a String and not a Document Reference since Struts Form beans are called before
there's an Execution Context available and before there's a current document in the Execution Context. |
ObjectRemoveAction |
|
ObjectRemoveForm |
|
ObjectsSynchronizeAction |
Synchronizes the objects in a document with their current classes, by removing any deprecated properties. |
PDFAction |
Deprecated. Use ExportAction . |
PrepareEditForm |
|
PreviewAction |
Action for previewing document changes. |
PreviewForm |
|
PropAddAction |
|
PropAddForm |
|
PropChangeForm |
Struts Form for the class property delete , property disable and
property enable actions. |
PropDeleteAction |
Action for removing a property definition from the current class. |
PropDisableAction |
Action for disabling a property definition of the current class. |
PropEnableAction |
Action for re-enabling a property definition of the current class. |
PropUpdateAction |
|
RedirectAction |
|
RegisterAction |
Register xwiki action. |
ResetVersionsAction |
|
RollbackAction |
|
RollbackForm |
|
SaveAction |
Action used for saving and proceeding to view the saved page. |
SaveAndContinueAction |
Action used for saving and returning to the edit page rather than viewing changes. |
SkinAction |
Action for serving skin files. |
SVGAction |
|
TempResourceAction |
Action responsible for downloading temporary resources created by various modules. |
TexAction |
Returns rendered mathematical formulae to the client. |
UndeleteAction |
Action for restoring documents from the recycle bin. |
UnknownAction |
Action used when the url given to struts is not recognised as a valid action. |
UploadAction |
Action that handles uploading document attachments. |
Utils |
|
ViewAction |
Action called when the request URL has the "/view/" string in its path (this is configured in
struts-config.xml . |
ViewAttachRevAction |
|
ViewrevAction |
|
XWikiAction |
Root class for most XWiki actions. |
XWikiDebugGWTURLFactory |
|
XWikiDefaultURLFactory |
|
XWikiForm |
|
XWikiMessageTool |
Deprecated. since 4.3M2 use LocalizationManager component instead |
XWikiRequestProcessor |
|
XWikiResourceManagerImpl |
|
XWikiServletContext |
|
XWikiServletRequest |
|
XWikiServletRequestStub |
This stub is intended to simulate a servlet request in a daemon context, in order to be able to create a custom XWiki
context. |
XWikiServletResponse |
|
XWikiServletResponseStub |
This stub is intended to simulate a servlet request in a daemon context, in order to be able to create a custom XWiki
context. |
XWikiServletURLFactory |
|
XWikiURLFactoryServiceImpl |
|