Uses of Class
com.xpn.xwiki.web.XWikiAction

Packages that use XWikiAction
com.xpn.xwiki.web   
 

Uses of XWikiAction in com.xpn.xwiki.web
 

Subclasses of XWikiAction in com.xpn.xwiki.web
 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 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
          Struts action for deleting document versions.
 class DotAction
          Deprecated. 
 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, RTF or HTML formats.
 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 InlineAction
          Deprecated. use EditAction with editor=inline in the query string instead since 3.2
 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 PDFAction
          Deprecated. Use ExportAction.
 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 TempResourceAction
          Action responsible for downloading temporary resources created by various modules.
 class TexAction
          Returns rendered mathematical formulae to the client.
 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
           
 class ViewrevAction
           
 



Copyright © 2004–2014 XWiki. All rights reserved.