| Class | Description |
|---|---|
| AbstractScmWebEditorAction |
Base for all the other actions
|
| BrowseAction |
Allows to browse through a repository
|
| CreateBranchAction |
Creates a new branch on the repository
|
| CreateDirectoryAction |
Creates a new directory in the repository
|
| DetectScmAction |
Detection of the SCM to use following the repository's address
|
| DownloadFileAction |
Allows to download the file at the given path
|
| EditAction |
Allows to edit a file
|
| GetImageAction |
Gets the image at the given path
|
| ImageBytesResult |
Returns an image in bytes through HTTP
|
| ListBranchesAction |
Gives a list of the existing branches on the repository
|
| LogoutAction |
Ends the user session on the repository
|
| MoveFileAction |
Moves a file in the repository
|
| PreviewAction |
Gives a preview of the edited RST or Markdown file
|
| RemoveDirectoryAction |
Removes a directory on the repository
|
| RemoveFileAction |
Removes a file from the repository
|
| ResetAction |
Deletes all the changes made to the edited file
|
| SaveAction |
Saves the edited file without quitting
|
| ScmWebEditorCommitAction |
Commits all the changes to the remote repository
|
| ScmWebEditorMainAction |
The first action called when entering the website
|
| UploadFileAction |
Uploads a file from the client to the repository
|
| ViewDiffsAction |
Allows to view the history of a file
|
| ViewImageAction |
Allows to view an image
|
| ViewRevisionAction |
Allows to view a file at the given revision
|
Copyright © 2009–2016 CodeLutin. All rights reserved.