com.googlecode.fascinator.portal.guitoolkit
Class GUIFileUploader
java.lang.Object
com.googlecode.fascinator.portal.guitoolkit.GUIFileUploader
public class GUIFileUploader
- extends Object
Present a file upload interface to the user for ingesting into various
harvest plugins.
- Author:
- Greg Pendlebury
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUIFileUploader
public GUIFileUploader(JsonSimpleConfig config,
List<String> user_roles)
- Constructor. Access to system configuration and a list of the user's
security roles is required.
- Parameters:
config - : System configurationuser_roles - : An array with the list of roles the current user has
renderForm
public String renderForm()
- Render the form required for file uploads.
- Returns:
- String : The rendered form
Copyright © 2009-2014. All Rights Reserved.