Package org.intermine.bio.web.displayer
Class HomologueDisplayer
- java.lang.Object
-
- org.intermine.web.displayer.ReportDisplayer
-
- org.intermine.bio.web.displayer.HomologueDisplayer
-
public class HomologueDisplayer extends org.intermine.web.displayer.ReportDisplayerDisplayer for Homology
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description HomologueDisplayer(org.intermine.web.logic.config.ReportDisplayerConfig config, org.intermine.api.InterMineAPI im)Construct with config information read from webconfig-model.xml and the API.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(javax.servlet.http.HttpServletRequest request, org.intermine.web.logic.results.ReportObject reportObject)
-
-
-
Constructor Detail
-
HomologueDisplayer
public HomologueDisplayer(org.intermine.web.logic.config.ReportDisplayerConfig config, org.intermine.api.InterMineAPI im)Construct with config information read from webconfig-model.xml and the API.- Parameters:
config- config informationim- the InterMine API
-
-