Package org.intermine.bio.web.struts
Class GalaxyExportOptionsController
- java.lang.Object
-
- org.apache.struts.action.Action
-
- org.apache.struts.tiles.actions.TilesAction
-
- org.intermine.bio.web.struts.GalaxyExportOptionsController
-
public class GalaxyExportOptionsController extends org.apache.struts.tiles.actions.TilesActionController for galaxyExportOptions.tile.
-
-
Constructor Summary
Constructors Constructor Description GalaxyExportOptionsController()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.struts.action.ActionForwardexecute(org.apache.struts.tiles.ComponentContext context, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)static java.util.LinkedHashMap<org.intermine.pathquery.Path,java.lang.Integer>getExportClassPaths(org.intermine.web.logic.results.PagedTable pt)From the columns of the PagedTable, return a List of the Paths that this exporter will use to find sequences to export.-
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
-
-
-
Method Detail
-
execute
public org.apache.struts.action.ActionForward execute(org.apache.struts.tiles.ComponentContext context, org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception- Overrides:
executein classorg.apache.struts.tiles.actions.TilesAction- Throws:
java.lang.Exception
-
getExportClassPaths
public static java.util.LinkedHashMap<org.intermine.pathquery.Path,java.lang.Integer> getExportClassPaths(org.intermine.web.logic.results.PagedTable pt)
From the columns of the PagedTable, return a List of the Paths that this exporter will use to find sequences to export. The returned Paths are a subset of the prefixes of the column paths. eg. if the columns are ("Gene.primaryIdentifier", "Gene.secondaryIdentifier", "Gene.proteins.primaryIdentifier") return ("Gene", "Gene.proteins").- Parameters:
pt- the PagedTable- Returns:
- a list of Paths that have sequence
-
-