Interface | Description |
---|---|
ExportURLFactoryActionHandler |
Allows code to override how to handle creating URLs for specific Entity resource actions.
|
XWikiEngineContext | |
XWikiRequest | |
XWikiResponse | |
XWikiURLFactory | |
XWikiURLFactoryService |
Class | Description |
---|---|
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.
|
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.
|
CreateAction |
Create document action.
|
CreateActionRequestHandler |
Helper class used to handle one individual create action request.
|
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 . |
DownloadAction |
The action for downloading attachments from the server.
|
DownloadRevAction | |
EditAction |
Initializes a document before it is edited.
|
EditBean | |
EditForm |
An object containing the information sent in an action request to perform changes on a document.
|
ExportAction |
Exports in XAR, PDF, HTML and all output formats supported by *Office (when an *Office Server is running).
|
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 |
LegacyActionServlet |
Executed the right right action depending on the XWiki configuration (for example leading to view action by default
if enabled, etc.).
|
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 | |
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 | Deprecated
Use the "tmp" resource reference handler instead since 8.3
|
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 | |
WrappingXWikiRequest |
A wrapper around
XWikiRequest . |
XWikiAction |
Root class for most XWiki actions.
|
XWikiContextInitializationFilter |
This filter can be used to initialize the XWiki context before processing a request.
|
XWikiDefaultURLFactory | |
XWikiForm | |
XWikiMessageTool | Deprecated
since 4.3M2 use the
LocalizationManager component instead |
XWikiResourceManagerImpl | |
XWikiServletContext | |
XWikiServletRequest |
HttpServletRequest implementation with XWiki related specific behavior. |
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 |
Enum | Description |
---|---|
ObjectPolicyType |
Enumeration of supported object policy types.
|
Copyright © 2004–2021 XWiki. All rights reserved.