API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.filebrowser. JOTFileBrowserHelper View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFileBrowserHelper
Implements
Subclasses
Description
public class JOTFileBrowserHelper
"Logic" /processing methods of the FileManager, using a user's current FileBrowserSession
See also:   
Constructors
public JOTFileBrowserHelper ()
Methods
Hide/Show inherited methods
publicstatic File getChosenFiles (HttpServletRequest request)
  After completion of the file selection process, this can be called to retrieve the list of files picked by the user.
publicstatic JOTFileBrowserSession getFbSession (JOTFlowRequest request)
  Returns the fbSession object (The current user "view" in the file manager)
publicstatic void setFbSession (JOTFlowRequest request, JOTFileBrowserSession fbSession)
  sets the updated FbSession (user current view)
publicstatic String updateFileManagerView (JOTFlowRequest request, HttpServletResponse response)
  Update the filebrowser view (ie: files listings etc...)
Fields
Hide/Show inherited fields
publicfinalstatic String ACTION_BROWSE_TO = "BROWSE_TO"
publicfinalstatic String ACTION_CREATE_FOLDER = "CREATE_FOLDER"
publicfinalstatic String ACTION_DELETE = "DELETE"
publicfinalstatic String ACTION_DOWNLOAD = "DOWNLOAD"
publicfinalstatic String ACTION_RENAME = "RENAME"
publicfinalstatic String ACTION_SELECT = "SELECT"
publicfinalstatic String ACTION_SORT_BY = "SORT_BY"
publicfinalstatic String ACTION_UPLOAD = "UPLOAD"
publicfinalstatic int TYPE_BROWSE = "1"
publicfinalstatic int TYPE_CHOOSE_1_FILE = "2"
publicfinalstatic int TYPE_CHOOSE_1_FOLDER = "4"
publicfinalstatic int TYPE_CHOOSE_1PLUS_FILE = "3"
publicfinalstatic int TYPE_UPLOAD_1_FILE = "5"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar