Class MinePathwaysDisplayer


  • public class MinePathwaysDisplayer
    extends org.intermine.web.displayer.ReportDisplayer
    For all friendly mines, query for pathways
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.log4j.Logger LOG  
      • Fields inherited from class org.intermine.web.displayer.ReportDisplayer

        config, im
    • Constructor Summary

      Constructors 
      Constructor Description
      MinePathwaysDisplayer​(org.intermine.web.logic.config.ReportDisplayerConfig config, org.intermine.api.InterMineAPI im)
      Construct with config and the InterMineAPI.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void display​(javax.servlet.http.HttpServletRequest request, org.intermine.web.logic.results.ReportObject reportObject)  
      • Methods inherited from class org.intermine.web.displayer.ReportDisplayer

        execute, getDisplayerName, getJspPage, getNicerDisplayerName, getReplacedFieldExprs, getShowImmediately
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected static final org.apache.log4j.Logger LOG
    • Constructor Detail

      • MinePathwaysDisplayer

        public MinePathwaysDisplayer​(org.intermine.web.logic.config.ReportDisplayerConfig config,
                                     org.intermine.api.InterMineAPI im)
        Construct with config and the InterMineAPI.
        Parameters:
        config - to describe the report displayer
        im - the InterMine API
    • Method Detail

      • display

        public void display​(javax.servlet.http.HttpServletRequest request,
                            org.intermine.web.logic.results.ReportObject reportObject)
        Specified by:
        display in class org.intermine.web.displayer.ReportDisplayer