Class SequenceExportForm

  • All Implemented Interfaces:
    java.io.Serializable

    public class SequenceExportForm
    extends org.intermine.web.struts.TableExportForm
    Form for sequence export (FASTA etc.)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.struts.action.ActionForm

        multipartRequestHandler, servlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSequencePath()
      Gets the selected path
      void initialise()
      Initialiser
      void reset​(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Reset the form to the initial state
      void setSequencePath​(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
      • 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

      • SequenceExportForm

        public SequenceExportForm()
        Constructor
    • Method Detail

      • initialise

        public void initialise()
        Initialiser
        Overrides:
        initialise in class org.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:
        reset in class org.intermine.web.struts.TableExportForm
        Parameters:
        mapping - the mapping
        request - the request