Package org.intermine.bio.web.struts
Class SequenceExportForm
- java.lang.Object
-
- org.apache.struts.action.ActionForm
-
- org.intermine.web.struts.TableExportForm
-
- org.intermine.bio.web.struts.SequenceExportForm
-
- All Implemented Interfaces:
java.io.Serializable
public class SequenceExportForm extends org.intermine.web.struts.TableExportFormForm for sequence export (FASTA etc.)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SequenceExportForm()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSequencePath()Gets the selected pathvoidinitialise()Initialiservoidreset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)Reset the form to the initial statevoidsetSequencePath(java.lang.String sequencePath)Sets the selected sequence path.-
Methods inherited from class org.intermine.web.struts.TableExportForm
getDoGzip, getExtraParams, getIncludeHeaders, getPathsString, getTable, getType, setDoGzip, setIncludeHeaders, setPathsString, setTable, setType
-
-
-
-
Method Detail
-
initialise
public void initialise()
Initialiser- Overrides:
initialisein classorg.intermine.web.struts.TableExportForm
-
setSequencePath
public void setSequencePath(java.lang.String sequencePath)
Sets the selected sequence path. ie. the sequence to export- Parameters:
sequencePath- the selected path
-
getSequencePath
public java.lang.String getSequencePath()
Gets the selected path- Returns:
- the selected path
-
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)Reset the form to the initial state- Overrides:
resetin classorg.intermine.web.struts.TableExportForm- Parameters:
mapping- the mappingrequest- the request
-
-