|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.intermine.web.struts.BuildBagForm
public class BuildBagForm
Form bean to represent the inputs needed to create a bag from user input.
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
BuildBagForm()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExtraFieldValue()
Get the value to use when creating an extra constraint on a BagQuery, configured in BagQueryConfig. |
org.apache.struts.upload.FormFile |
getFormFile()
Get the FormFile. |
java.lang.String |
getText()
Get the text string |
java.lang.String |
getType()
Get the bag type |
java.lang.String |
getWhichInput()
Get the method the user used to upload the bag. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setExtraFieldValue(java.lang.String extraFieldValue)
Set the extra field value. |
void |
setFormFile(org.apache.struts.upload.FormFile formFile)
Set the FormFile. |
void |
setText(java.lang.String text)
Set the query string |
void |
setType(java.lang.String type)
Set the bag type |
void |
setWhichInput(java.lang.String whichInput)
Set the method the user used to upload her bag. |
| Methods inherited from class org.apache.struts.action.ActionForm |
|---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildBagForm()
| Method Detail |
|---|
public java.lang.String getType()
public void setType(java.lang.String type)
type - the bag typepublic void setText(java.lang.String text)
text - the query stringpublic java.lang.String getText()
public void setFormFile(org.apache.struts.upload.FormFile formFile)
formFile - the FormFilepublic org.apache.struts.upload.FormFile getFormFile()
public java.lang.String getExtraFieldValue()
public void setExtraFieldValue(java.lang.String extraFieldValue)
extraFieldValue - the extra field valuepublic void setWhichInput(java.lang.String whichInput)
whichInput - Which method the user used: paste or filepublic java.lang.String getWhichInput()
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionForm
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||