kieker.webgui.web.beans.request.project
Class ImportProjectBean
java.lang.Object
kieker.webgui.web.beans.request.project.AbstractProjectBean
kieker.webgui.web.beans.request.project.ImportProjectBean
@Component
@Scope(value="request")
public final class ImportProjectBean
- extends AbstractProjectBean
This class is a request scoped Spring
bean to store the properties of a project during a single request. It can be used to import an existing project into
the WebGUI.
- Author:
- Nils Christian Ehmke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportProjectBean
public ImportProjectBean()
- Creates a new instance of this class. Do not call this constructor manually. It will only be accessed by Spring.
getUploadedFile
public org.primefaces.model.UploadedFile getUploadedFile()
setUploadedFile
public void setUploadedFile(org.primefaces.model.UploadedFile uploadedFile)
Copyright © 2015. All rights reserved.