Package org.silverpeas.web.ddwe
Class DragAndDropWebEditorFileEditionContext
- java.lang.Object
-
- org.silverpeas.web.ddwe.DragAndDropWebEditorFileEditionContext
-
public class DragAndDropWebEditorFileEditionContext extends Object
Handles the edition context of a file handled by Drag & Drop Web Editor.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DragAndDropWebEditorFileEditionContext(WbeUser user, WbeFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DragAndDropWbeFile
getFile()
Gets the WBE file the context is linked to.WbeUser
getUser()
Gets the initiator of the editionString
toString()
-
-
-
Method Detail
-
getUser
public WbeUser getUser()
Gets the initiator of the edition- Returns:
- a
User
representing the initiator of the edition.
-
getFile
public DragAndDropWbeFile getFile()
Gets the WBE file the context is linked to.- Returns:
- a
WbeFile
instance.
-
-