|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.mayo.bsi.ngsportal.server.UploadServlet
public class UploadServlet
Class that builds a Servlet that can receive a run upload
| Field Summary | |
|---|---|
static String |
kQCDataFile
The file that contains the QC information |
static String |
kQCRunInformation
Information about the QC Run |
static String |
kRunName
The RLIMS name for the run |
static String |
kSampleName
The Sample Name |
static String |
kUploadData
Query Parameter to tell the servlet to load one or more data files |
static String |
kUserName
URL Parameter for the lan id of the user who will own this run |
| Constructor Summary | |
|---|---|
UploadServlet()
|
|
| Method Summary |
|---|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String kUploadData
public static final String kUserName
public static final String kRunName
public static final String kSampleName
public static final String kQCRunInformation
public static final String kQCDataFile
| Constructor Detail |
|---|
public UploadServlet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||